Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type EGL14Client struct + func NewEGL14Client(cc grpc.ClientConnInterface) *EGL14Client + func (c *EGL14Client) EglBindAPI(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *EGL14Client) EglBindTexImage(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) (bool, error) + func (c *EGL14Client) EglChooseConfig(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) (bool, error) + func (c *EGL14Client) EglCopyBuffers(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) (bool, error) + func (c *EGL14Client) EglCreateContext(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, ...) (int64, error) + func (c *EGL14Client) EglCreatePbufferFromClientBuffer(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) (int64, error) + func (c *EGL14Client) EglCreatePbufferSurface(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, ...) (int64, error) + func (c *EGL14Client) EglCreatePixmapSurface(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) (int64, error) + func (c *EGL14Client) EglCreateWindowSurface(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, ...) (int64, error) + func (c *EGL14Client) EglDestroyContext(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error) + func (c *EGL14Client) EglDestroySurface(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error) + func (c *EGL14Client) EglGetConfigAttrib(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) (bool, error) + func (c *EGL14Client) EglGetConfigs(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) (bool, error) + func (c *EGL14Client) EglGetCurrentContext(ctx context.Context, handle int64) (int64, error) + func (c *EGL14Client) EglGetCurrentDisplay(ctx context.Context, handle int64) (int64, error) + func (c *EGL14Client) EglGetCurrentSurface(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *EGL14Client) EglGetDisplay(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *EGL14Client) EglGetError(ctx context.Context, handle int64) (int32, error) + func (c *EGL14Client) EglInitialize(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) (bool, error) + func (c *EGL14Client) EglMakeCurrent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, ...) (bool, error) + func (c *EGL14Client) EglQueryAPI(ctx context.Context, handle int64) (int32, error) + func (c *EGL14Client) EglQueryContext(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) (bool, error) + func (c *EGL14Client) EglQueryString(ctx context.Context, handle int64, arg0 int64, arg1 int32) (string, error) + func (c *EGL14Client) EglQuerySurface(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) (bool, error) + func (c *EGL14Client) EglReleaseTexImage(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) (bool, error) + func (c *EGL14Client) EglReleaseThread(ctx context.Context, handle int64) (bool, error) + func (c *EGL14Client) EglSurfaceAttrib(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) (bool, error) + func (c *EGL14Client) EglSwapBuffers(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error) + func (c *EGL14Client) EglSwapInterval(ctx context.Context, handle int64, arg0 int64, arg1 int32) (bool, error) + func (c *EGL14Client) EglTerminate(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *EGL14Client) EglWaitClient(ctx context.Context, handle int64) (bool, error) + func (c *EGL14Client) EglWaitGL(ctx context.Context, handle int64) (bool, error) + func (c *EGL14Client) EglWaitNative(ctx context.Context, handle int64, arg0 int32) (bool, error) + type EGL15Client struct + func NewEGL15Client(cc grpc.ClientConnInterface) *EGL15Client + func (c *EGL15Client) EglClientWaitSync(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (int32, error) + func (c *EGL15Client) EglCreateImage(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64, ...) (int64, error) + func (c *EGL15Client) EglCreatePlatformPixmapSurface(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, ...) (int64, error) + func (c *EGL15Client) EglCreatePlatformWindowSurface(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, ...) (int64, error) + func (c *EGL15Client) EglCreateSync(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int32) (int64, error) + func (c *EGL15Client) EglDestroyImage(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *EGL15Client) EglDestroySync(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *EGL15Client) EglGetPlatformDisplay(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int32) (int64, error) + func (c *EGL15Client) EglGetSyncAttrib(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64, ...) (bool, error) + func (c *EGL15Client) EglWaitSync(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (bool, error) + type EGLConfigClient struct + func NewEGLConfigClient(cc grpc.ClientConnInterface) *EGLConfigClient + func (c *EGLConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error) + type EGLContextClient struct + func NewEGLContextClient(cc grpc.ClientConnInterface) *EGLContextClient + func (c *EGLContextClient) Equals(ctx context.Context, arg0 int64) (bool, error) + type EGLDisplayClient struct + func NewEGLDisplayClient(cc grpc.ClientConnInterface) *EGLDisplayClient + func (c *EGLDisplayClient) Equals(ctx context.Context, arg0 int64) (bool, error) + type EGLExtClient struct + func NewEGLExtClient(cc grpc.ClientConnInterface) *EGLExtClient + func (c *EGLExtClient) EglDupNativeFenceFDANDROID(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *EGLExtClient) EglPresentationTimeANDROID(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error) + type EGLImageClient struct + func NewEGLImageClient(cc grpc.ClientConnInterface) *EGLImageClient + func (c *EGLImageClient) Equals(ctx context.Context, arg0 int64) (bool, error) + type EGLObjectHandleClient struct + func NewEGLObjectHandleClient(cc grpc.ClientConnInterface) *EGLObjectHandleClient + func (c *EGLObjectHandleClient) GetHandle(ctx context.Context) (int32, error) + func (c *EGLObjectHandleClient) GetNativeHandle(ctx context.Context) (int64, error) + func (c *EGLObjectHandleClient) HashCode(ctx context.Context) (int32, error) + type EGLSurfaceClient struct + func NewEGLSurfaceClient(cc grpc.ClientConnInterface) *EGLSurfaceClient + func (c *EGLSurfaceClient) Equals(ctx context.Context, arg0 int64) (bool, error) + type EGLSyncClient struct + func NewEGLSyncClient(cc grpc.ClientConnInterface) *EGLSyncClient + func (c *EGLSyncClient) Equals(ctx context.Context, arg0 int64) (bool, error) + type ETC1Client struct + func NewETC1Client(cc grpc.ClientConnInterface) *ETC1Client + func (c *ETC1Client) DecodeBlock(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ETC1Client) DecodeImage(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) error + func (c *ETC1Client) EncodeBlock(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) error + func (c *ETC1Client) EncodeImage(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) error + func (c *ETC1Client) FormatHeader(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) error + func (c *ETC1Client) GetEncodedDataSize(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int32, error) + func (c *ETC1Client) GetHeight(ctx context.Context, handle int64, arg0 int64) (int32, error) + func (c *ETC1Client) GetWidth(ctx context.Context, handle int64, arg0 int64) (int32, error) + func (c *ETC1Client) IsValid(ctx context.Context, handle int64, arg0 int64) (bool, error) + type ETC1UtilClient struct + func NewETC1UtilClient(cc grpc.ClientConnInterface) *ETC1UtilClient + func (c *ETC1UtilClient) CompressTexture(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) (int64, error) + func (c *ETC1UtilClient) CreateTexture(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *ETC1UtilClient) IsETC1Supported(ctx context.Context, handle int64) (bool, error) + func (c *ETC1UtilClient) LoadTexture6(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *ETC1UtilClient) LoadTexture6_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *ETC1UtilClient) WriteTexture(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + type ETC1UtilETC1TextureClient struct + func NewETC1UtilETC1TextureClient(cc grpc.ClientConnInterface) *ETC1UtilETC1TextureClient + func (c *ETC1UtilETC1TextureClient) GetData(ctx context.Context) (int64, error) + func (c *ETC1UtilETC1TextureClient) GetHeight(ctx context.Context) (int32, error) + func (c *ETC1UtilETC1TextureClient) GetWidth(ctx context.Context) (int32, error) + type GLDebugHelperClient struct + func NewGLDebugHelperClient(cc grpc.ClientConnInterface) *GLDebugHelperClient + func (c *GLDebugHelperClient) Wrap3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (int64, error) + func (c *GLDebugHelperClient) Wrap3_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (int64, error) + type GLES10Client struct + func NewGLES10Client(cc grpc.ClientConnInterface) *GLES10Client + func (c *GLES10Client) GlActiveTexture(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlAlphaFunc(ctx context.Context, handle int64, arg0 int32, arg1 float32) error + func (c *GLES10Client) GlAlphaFuncx(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES10Client) GlBindTexture(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES10Client) GlBlendFunc(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES10Client) GlClear(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlClearColor(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) error + func (c *GLES10Client) GlClearColorx(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlClearDepthf(ctx context.Context, handle int64, arg0 float32) error + func (c *GLES10Client) GlClearDepthx(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlClearStencil(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlClientActiveTexture(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlColor4F(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) error + func (c *GLES10Client) GlColor4X(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlColorMask(ctx context.Context, handle int64, arg0 bool, arg1 bool, arg2 bool, arg3 bool) error + func (c *GLES10Client) GlColorPointer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlCompressedTexImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlCompressedTexSubImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlCopyTexImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlCopyTexSubImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlCullFace(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlDeleteTextures2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES10Client) GlDeleteTextures3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES10Client) GlDepthFunc(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlDepthMask(ctx context.Context, handle int64, arg0 bool) error + func (c *GLES10Client) GlDepthRangef(ctx context.Context, handle int64, arg0 float32, arg1 float32) error + func (c *GLES10Client) GlDepthRangex(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES10Client) GlDisable(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlDisableClientState(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlDrawArrays(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES10Client) GlDrawElements(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlEnable(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlEnableClientState(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlFinish(ctx context.Context, handle int64) error + func (c *GLES10Client) GlFlush(ctx context.Context, handle int64) error + func (c *GLES10Client) GlFogf(ctx context.Context, handle int64, arg0 int32, arg1 float32) error + func (c *GLES10Client) GlFogfv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES10Client) GlFogfv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES10Client) GlFogx(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES10Client) GlFogxv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES10Client) GlFogxv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES10Client) GlFrontFace(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlFrustumf(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) error + func (c *GLES10Client) GlFrustumx(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlGenTextures2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES10Client) GlGenTextures3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES10Client) GlGetError(ctx context.Context, handle int64) (int32, error) + func (c *GLES10Client) GlGetIntegerv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES10Client) GlGetIntegerv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES10Client) GlGetString(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *GLES10Client) GlHint(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES10Client) GlLightModelf(ctx context.Context, handle int64, arg0 int32, arg1 float32) error + func (c *GLES10Client) GlLightModelfv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES10Client) GlLightModelfv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES10Client) GlLightModelx(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES10Client) GlLightModelxv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES10Client) GlLightModelxv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES10Client) GlLightf(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32) error + func (c *GLES10Client) GlLightfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES10Client) GlLightfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES10Client) GlLightx(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES10Client) GlLightxv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES10Client) GlLightxv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES10Client) GlLineWidth(ctx context.Context, handle int64, arg0 float32) error + func (c *GLES10Client) GlLineWidthx(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlLoadIdentity(ctx context.Context, handle int64) error + func (c *GLES10Client) GlLoadMatrixf1_1(ctx context.Context, handle int64, arg0 int64) error + func (c *GLES10Client) GlLoadMatrixf2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *GLES10Client) GlLoadMatrixx1_1(ctx context.Context, handle int64, arg0 int64) error + func (c *GLES10Client) GlLoadMatrixx2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *GLES10Client) GlLogicOp(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlMaterialf(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32) error + func (c *GLES10Client) GlMaterialfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES10Client) GlMaterialfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES10Client) GlMaterialx(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES10Client) GlMaterialxv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES10Client) GlMaterialxv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES10Client) GlMatrixMode(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlMultMatrixf1_1(ctx context.Context, handle int64, arg0 int64) error + func (c *GLES10Client) GlMultMatrixf2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *GLES10Client) GlMultMatrixx1_1(ctx context.Context, handle int64, arg0 int64) error + func (c *GLES10Client) GlMultMatrixx2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *GLES10Client) GlMultiTexCoord4F(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32, ...) error + func (c *GLES10Client) GlMultiTexCoord4X(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlNormal3F(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error + func (c *GLES10Client) GlNormal3X(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES10Client) GlNormalPointer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES10Client) GlOrthof(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) error + func (c *GLES10Client) GlOrthox(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlPixelStorei(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES10Client) GlPointSize(ctx context.Context, handle int64, arg0 float32) error + func (c *GLES10Client) GlPointSizex(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlPolygonOffset(ctx context.Context, handle int64, arg0 float32, arg1 float32) error + func (c *GLES10Client) GlPolygonOffsetx(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES10Client) GlPopMatrix(ctx context.Context, handle int64) error + func (c *GLES10Client) GlPushMatrix(ctx context.Context, handle int64) error + func (c *GLES10Client) GlReadPixels(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlRotatef(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) error + func (c *GLES10Client) GlRotatex(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlSampleCoverage(ctx context.Context, handle int64, arg0 float32, arg1 bool) error + func (c *GLES10Client) GlSampleCoveragex(ctx context.Context, handle int64, arg0 int32, arg1 bool) error + func (c *GLES10Client) GlScalef(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error + func (c *GLES10Client) GlScalex(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES10Client) GlScissor(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlShadeModel(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlStencilFunc(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES10Client) GlStencilMask(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES10Client) GlStencilOp(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES10Client) GlTexCoordPointer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlTexEnvf(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32) error + func (c *GLES10Client) GlTexEnvfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES10Client) GlTexEnvfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES10Client) GlTexEnvx(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES10Client) GlTexEnvxv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES10Client) GlTexEnvxv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES10Client) GlTexImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlTexParameterf(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32) error + func (c *GLES10Client) GlTexParameterx(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES10Client) GlTexSubImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlTranslatef(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error + func (c *GLES10Client) GlTranslatex(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES10Client) GlVertexPointer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES10Client) GlViewport(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + type GLES10ExtClient struct + func NewGLES10ExtClient(cc grpc.ClientConnInterface) *GLES10ExtClient + func (c *GLES10ExtClient) GlQueryMatrixxOES2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int32, error) + func (c *GLES10ExtClient) GlQueryMatrixxOES4(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) (int32, error) + type GLES11Client struct + func NewGLES11Client(cc grpc.ClientConnInterface) *GLES11Client + func (c *GLES11Client) GlBindBuffer(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES11Client) GlBufferData(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlBufferSubData(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11Client) GlClipPlanef2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11Client) GlClipPlanef3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11Client) GlClipPlanex2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11Client) GlClipPlanex3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11Client) GlColor4Ub(ctx context.Context, handle int64, arg0 int8, arg1 int8, arg2 int8, arg3 int8) error + func (c *GLES11Client) GlColorPointer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11Client) GlDeleteBuffers2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11Client) GlDeleteBuffers3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11Client) GlDrawElements(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11Client) GlGenBuffers2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11Client) GlGenBuffers3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11Client) GlGetBooleanv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11Client) GlGetBooleanv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11Client) GlGetBufferParameteriv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlGetBufferParameteriv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlGetClipPlanef2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11Client) GlGetClipPlanef3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11Client) GlGetClipPlanex2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11Client) GlGetClipPlanex3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11Client) GlGetFixedv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11Client) GlGetFixedv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11Client) GlGetFloatv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11Client) GlGetFloatv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11Client) GlGetLightfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlGetLightfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlGetLightxv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlGetLightxv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlGetMaterialfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlGetMaterialfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlGetMaterialxv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlGetMaterialxv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlGetTexEnvfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlGetTexEnvfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlGetTexEnviv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlGetTexEnviv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlGetTexEnvxv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlGetTexEnvxv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlGetTexParameterfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlGetTexParameterfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlGetTexParameteriv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlGetTexParameteriv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlGetTexParameterxv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlGetTexParameterxv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlIsBuffer(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES11Client) GlIsEnabled(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES11Client) GlIsTexture(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES11Client) GlNormalPointer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11Client) GlPointParameterf(ctx context.Context, handle int64, arg0 int32, arg1 float32) error + func (c *GLES11Client) GlPointParameterfv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11Client) GlPointParameterfv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11Client) GlPointParameterx(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES11Client) GlPointParameterxv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11Client) GlPointParameterxv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11Client) GlPointSizePointerOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlTexCoordPointer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11Client) GlTexEnvi(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11Client) GlTexEnviv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlTexEnviv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlTexParameterfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlTexParameterfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlTexParameteri(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11Client) GlTexParameteriv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlTexParameteriv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlTexParameterxv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11Client) GlTexParameterxv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11Client) GlVertexPointer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + type GLES11ExtClient struct + func NewGLES11ExtClient(cc grpc.ClientConnInterface) *GLES11ExtClient + func (c *GLES11ExtClient) GlAlphaFuncxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES11ExtClient) GlBindFramebufferOES(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES11ExtClient) GlBindRenderbufferOES(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES11ExtClient) GlBlendEquationOES(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES11ExtClient) GlBlendEquationSeparateOES(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES11ExtClient) GlBlendFuncSeparateOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlCheckFramebufferStatusOES(ctx context.Context, handle int64, arg0 int32) (int32, error) + func (c *GLES11ExtClient) GlClearColorxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlClearDepthfOES(ctx context.Context, handle int64, arg0 float32) error + func (c *GLES11ExtClient) GlClearDepthxOES(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES11ExtClient) GlClipPlanefOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlClipPlanefOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlClipPlanexOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlClipPlanexOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlColor4XOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlCurrentPaletteMatrixOES(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES11ExtClient) GlDeleteFramebuffersOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlDeleteFramebuffersOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlDeleteRenderbuffersOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlDeleteRenderbuffersOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlDepthRangefOES(ctx context.Context, handle int64, arg0 float32, arg1 float32) error + func (c *GLES11ExtClient) GlDepthRangexOES(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES11ExtClient) GlDrawTexfOES(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) error + func (c *GLES11ExtClient) GlDrawTexfvOES1_1(ctx context.Context, handle int64, arg0 int64) error + func (c *GLES11ExtClient) GlDrawTexfvOES2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *GLES11ExtClient) GlDrawTexiOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlDrawTexivOES1_1(ctx context.Context, handle int64, arg0 int64) error + func (c *GLES11ExtClient) GlDrawTexivOES2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *GLES11ExtClient) GlDrawTexsOES(ctx context.Context, handle int64, arg0 int16, arg1 int16, arg2 int16, ...) error + func (c *GLES11ExtClient) GlDrawTexsvOES1(ctx context.Context, handle int64, arg0 int64) error + func (c *GLES11ExtClient) GlDrawTexsvOES2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *GLES11ExtClient) GlDrawTexxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlDrawTexxvOES1_1(ctx context.Context, handle int64, arg0 int64) error + func (c *GLES11ExtClient) GlDrawTexxvOES2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *GLES11ExtClient) GlEGLImageTargetRenderbufferStorageOES(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlEGLImageTargetTexture2DOES(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlFogxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES11ExtClient) GlFogxvOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlFogxvOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlFramebufferRenderbufferOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlFramebufferTexture2DOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlFrustumfOES(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) error + func (c *GLES11ExtClient) GlFrustumxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlGenFramebuffersOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlGenFramebuffersOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlGenRenderbuffersOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlGenRenderbuffersOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlGenerateMipmapOES(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES11ExtClient) GlGetClipPlanefOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlGetClipPlanefOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlGetClipPlanexOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlGetClipPlanexOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlGetFixedvOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlGetFixedvOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlGetFramebufferAttachmentParameterivOES4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlGetFramebufferAttachmentParameterivOES5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlGetLightxvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlGetLightxvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlGetMaterialxvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlGetMaterialxvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlGetRenderbufferParameterivOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlGetRenderbufferParameterivOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlGetTexEnvxvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlGetTexEnvxvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlGetTexGenfvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlGetTexGenfvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlGetTexGenivOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlGetTexGenivOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlGetTexGenxvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlGetTexGenxvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlGetTexParameterxvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlGetTexParameterxvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlIsFramebufferOES(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES11ExtClient) GlIsRenderbufferOES(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES11ExtClient) GlLightModelxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES11ExtClient) GlLightModelxvOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlLightModelxvOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlLightxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11ExtClient) GlLightxvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlLightxvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlLineWidthxOES(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES11ExtClient) GlLoadMatrixxOES1_1(ctx context.Context, handle int64, arg0 int64) error + func (c *GLES11ExtClient) GlLoadMatrixxOES2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *GLES11ExtClient) GlLoadPaletteFromModelViewMatrixOES(ctx context.Context, handle int64) error + func (c *GLES11ExtClient) GlMaterialxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11ExtClient) GlMaterialxvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlMaterialxvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlMatrixIndexPointerOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlMultMatrixxOES1_1(ctx context.Context, handle int64, arg0 int64) error + func (c *GLES11ExtClient) GlMultMatrixxOES2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *GLES11ExtClient) GlMultiTexCoord4XOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlNormal3XOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11ExtClient) GlOrthofOES(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) error + func (c *GLES11ExtClient) GlOrthoxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlPointParameterxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES11ExtClient) GlPointParameterxvOES2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES11ExtClient) GlPointParameterxvOES3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES11ExtClient) GlPointSizexOES(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES11ExtClient) GlPolygonOffsetxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES11ExtClient) GlRenderbufferStorageOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlRotatexOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES11ExtClient) GlSampleCoveragexOES(ctx context.Context, handle int64, arg0 int32, arg1 bool) error + func (c *GLES11ExtClient) GlScalexOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11ExtClient) GlTexEnvxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11ExtClient) GlTexEnvxvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlTexEnvxvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlTexGenfOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32) error + func (c *GLES11ExtClient) GlTexGenfvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlTexGenfvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlTexGeniOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11ExtClient) GlTexGenivOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlTexGenivOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlTexGenxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11ExtClient) GlTexGenxvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlTexGenxvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlTexParameterxOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11ExtClient) GlTexParameterxvOES3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES11ExtClient) GlTexParameterxvOES4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES11ExtClient) GlTranslatexOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES11ExtClient) GlWeightPointerOES(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + type GLES20Client struct + func NewGLES20Client(cc grpc.ClientConnInterface) *GLES20Client + func (c *GLES20Client) GlActiveTexture(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlAttachShader(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlBindAttribLocation(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 string) error + func (c *GLES20Client) GlBindBuffer(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlBindFramebuffer(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlBindRenderbuffer(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlBindTexture(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlBlendColor(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) error + func (c *GLES20Client) GlBlendEquation(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlBlendEquationSeparate(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlBlendFunc(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlBlendFuncSeparate(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlBufferData(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlBufferSubData(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlCheckFramebufferStatus(ctx context.Context, handle int64, arg0 int32) (int32, error) + func (c *GLES20Client) GlClear(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlClearColor(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) error + func (c *GLES20Client) GlClearDepthf(ctx context.Context, handle int64, arg0 float32) error + func (c *GLES20Client) GlClearStencil(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlColorMask(ctx context.Context, handle int64, arg0 bool, arg1 bool, arg2 bool, arg3 bool) error + func (c *GLES20Client) GlCompileShader(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlCompressedTexImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlCompressedTexSubImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlCopyTexImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlCopyTexSubImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlCreateProgram(ctx context.Context, handle int64) (int32, error) + func (c *GLES20Client) GlCreateShader(ctx context.Context, handle int64, arg0 int32) (int32, error) + func (c *GLES20Client) GlCullFace(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlDeleteBuffers2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlDeleteBuffers3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlDeleteFramebuffers2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlDeleteFramebuffers3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlDeleteProgram(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlDeleteRenderbuffers2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlDeleteRenderbuffers3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlDeleteShader(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlDeleteTextures2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlDeleteTextures3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlDepthFunc(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlDepthMask(ctx context.Context, handle int64, arg0 bool) error + func (c *GLES20Client) GlDepthRangef(ctx context.Context, handle int64, arg0 float32, arg1 float32) error + func (c *GLES20Client) GlDetachShader(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlDisable(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlDisableVertexAttribArray(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlDrawArrays(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES20Client) GlDrawElements4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlDrawElements4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlEnable(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlEnableVertexAttribArray(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlFinish(ctx context.Context, handle int64) error + func (c *GLES20Client) GlFlush(ctx context.Context, handle int64) error + func (c *GLES20Client) GlFramebufferRenderbuffer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlFramebufferTexture2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlFrontFace(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlGenBuffers2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlGenBuffers3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlGenFramebuffers2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlGenFramebuffers3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlGenRenderbuffers2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlGenRenderbuffers3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlGenTextures2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlGenTextures3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlGenerateMipmap(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlGetActiveAttrib11(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlGetActiveAttrib4_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) (string, error) + func (c *GLES20Client) GlGetActiveAttrib6_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) (string, error) + func (c *GLES20Client) GlGetActiveUniform11(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlGetActiveUniform4_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) (string, error) + func (c *GLES20Client) GlGetActiveUniform6_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) (string, error) + func (c *GLES20Client) GlGetAttachedShaders4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetAttachedShaders6(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetAttribLocation(ctx context.Context, handle int64, arg0 int32, arg1 string) (int32, error) + func (c *GLES20Client) GlGetBooleanv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlGetBooleanv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlGetBufferParameteriv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlGetBufferParameteriv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetError(ctx context.Context, handle int64) (int32, error) + func (c *GLES20Client) GlGetFloatv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlGetFloatv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlGetFramebufferAttachmentParameteriv4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlGetFramebufferAttachmentParameteriv5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlGetIntegerv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlGetIntegerv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlGetProgramInfoLog(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *GLES20Client) GlGetProgramiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlGetProgramiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetRenderbufferParameteriv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlGetRenderbufferParameteriv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetShaderInfoLog(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *GLES20Client) GlGetShaderPrecisionFormat4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetShaderPrecisionFormat6(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetShaderSource1(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *GLES20Client) GlGetShaderSource6_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetShaderiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlGetShaderiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetString(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *GLES20Client) GlGetTexParameterfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlGetTexParameterfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetTexParameteriv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlGetTexParameteriv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetUniformLocation(ctx context.Context, handle int64, arg0 int32, arg1 string) (int32, error) + func (c *GLES20Client) GlGetUniformfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlGetUniformfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetUniformiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlGetUniformiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetVertexAttribfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlGetVertexAttribfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlGetVertexAttribiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlGetVertexAttribiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlHint(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlIsBuffer(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES20Client) GlIsEnabled(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES20Client) GlIsFramebuffer(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES20Client) GlIsProgram(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES20Client) GlIsRenderbuffer(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES20Client) GlIsShader(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES20Client) GlIsTexture(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES20Client) GlLineWidth(ctx context.Context, handle int64, arg0 float32) error + func (c *GLES20Client) GlLinkProgram(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlPixelStorei(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlPolygonOffset(ctx context.Context, handle int64, arg0 float32, arg1 float32) error + func (c *GLES20Client) GlReadPixels(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlReleaseShaderCompiler(ctx context.Context, handle int64) error + func (c *GLES20Client) GlRenderbufferStorage(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlSampleCoverage(ctx context.Context, handle int64, arg0 float32, arg1 bool) error + func (c *GLES20Client) GlScissor(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlShaderBinary5_1(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32, ...) error + func (c *GLES20Client) GlShaderBinary6(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32, ...) error + func (c *GLES20Client) GlShaderSource(ctx context.Context, handle int64, arg0 int32, arg1 string) error + func (c *GLES20Client) GlStencilFunc(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES20Client) GlStencilFuncSeparate(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlStencilMask(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlStencilMaskSeparate(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlStencilOp(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES20Client) GlStencilOpSeparate(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlTexImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlTexParameterf(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32) error + func (c *GLES20Client) GlTexParameterfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlTexParameterfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlTexParameteri(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES20Client) GlTexParameteriv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlTexParameteriv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlTexSubImage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlUniform1F(ctx context.Context, handle int64, arg0 int32, arg1 float32) error + func (c *GLES20Client) GlUniform1Fv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlUniform1Fv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlUniform1I(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES20Client) GlUniform1Iv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlUniform1Iv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlUniform2F(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32) error + func (c *GLES20Client) GlUniform2Fv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlUniform2Fv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlUniform2I(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES20Client) GlUniform2Iv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlUniform2Iv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlUniform3F(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32, ...) error + func (c *GLES20Client) GlUniform3Fv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlUniform3Fv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlUniform3I(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlUniform3Iv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlUniform3Iv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlUniform4F(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32, ...) error + func (c *GLES20Client) GlUniform4Fv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlUniform4Fv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlUniform4I(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlUniform4Iv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES20Client) GlUniform4Iv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES20Client) GlUniformMatrix2Fv4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES20Client) GlUniformMatrix2Fv5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES20Client) GlUniformMatrix3Fv4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES20Client) GlUniformMatrix3Fv5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES20Client) GlUniformMatrix4Fv4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES20Client) GlUniformMatrix4Fv5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES20Client) GlUseProgram(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlValidateProgram(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES20Client) GlVertexAttrib1F(ctx context.Context, handle int64, arg0 int32, arg1 float32) error + func (c *GLES20Client) GlVertexAttrib1Fv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlVertexAttrib1Fv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlVertexAttrib2F(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32) error + func (c *GLES20Client) GlVertexAttrib2Fv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlVertexAttrib2Fv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlVertexAttrib3F(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32, ...) error + func (c *GLES20Client) GlVertexAttrib3Fv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlVertexAttrib3Fv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlVertexAttrib4F(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32, ...) error + func (c *GLES20Client) GlVertexAttrib4Fv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES20Client) GlVertexAttrib4Fv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES20Client) GlVertexAttribPointer6(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlVertexAttribPointer6_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES20Client) GlViewport(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + type GLES30Client struct + func NewGLES30Client(cc grpc.ClientConnInterface) *GLES30Client + func (c *GLES30Client) GlBeginQuery(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES30Client) GlBeginTransformFeedback(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES30Client) GlBindBufferBase(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES30Client) GlBindBufferRange(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlBindSampler(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES30Client) GlBindTransformFeedback(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES30Client) GlBindVertexArray(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES30Client) GlBlitFramebuffer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlClearBufferfi(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32, ...) error + func (c *GLES30Client) GlClearBufferfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlClearBufferfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlClearBufferiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlClearBufferiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlClearBufferuiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlClearBufferuiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlClientWaitSync(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (int32, error) + func (c *GLES30Client) GlCompressedTexImage3D9(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlCompressedTexImage3D9_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlCompressedTexSubImage3D11(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlCompressedTexSubImage3D11_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlCopyBufferSubData(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlCopyTexSubImage3D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlDeleteQueries2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlDeleteQueries3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlDeleteSamplers2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlDeleteSamplers3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlDeleteSync(ctx context.Context, handle int64, arg0 int64) error + func (c *GLES30Client) GlDeleteTransformFeedbacks2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlDeleteTransformFeedbacks3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlDeleteVertexArrays2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlDeleteVertexArrays3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlDrawArraysInstanced(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlDrawBuffers2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlDrawBuffers3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlDrawElementsInstanced5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlDrawElementsInstanced5_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlDrawRangeElements6(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlDrawRangeElements6_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlEndQuery(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES30Client) GlEndTransformFeedback(ctx context.Context, handle int64) error + func (c *GLES30Client) GlFenceSync(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error) + func (c *GLES30Client) GlFlushMappedBufferRange(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES30Client) GlFramebufferTextureLayer(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlGenQueries2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlGenQueries3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlGenSamplers2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlGenSamplers3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlGenTransformFeedbacks2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlGenTransformFeedbacks3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlGenVertexArrays2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlGenVertexArrays3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlGetActiveUniformBlockName2(ctx context.Context, handle int64, arg0 int32, arg1 int32) (string, error) + func (c *GLES30Client) GlGetActiveUniformBlockName4_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetActiveUniformBlockName7_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlGetActiveUniformBlockiv4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlGetActiveUniformBlockiv5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlGetActiveUniformsiv5_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetActiveUniformsiv7(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetBufferParameteri64V3(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlGetBufferParameteri64V4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetBufferPointerv(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error) + func (c *GLES30Client) GlGetFragDataLocation(ctx context.Context, handle int64, arg0 int32, arg1 string) (int32, error) + func (c *GLES30Client) GlGetInteger64IV3(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlGetInteger64IV4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetInteger64V2(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlGetInteger64V3_1(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlGetIntegeriV3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlGetIntegeriV4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetInternalformativ5_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlGetInternalformativ6(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlGetProgramBinary5_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetProgramBinary7(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetQueryObjectuiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlGetQueryObjectuiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetQueryiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlGetQueryiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetSamplerParameterfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlGetSamplerParameterfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetSamplerParameteriv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlGetSamplerParameteriv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetStringi(ctx context.Context, handle int64, arg0 int32, arg1 int32) (string, error) + func (c *GLES30Client) GlGetSynciv5_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlGetSynciv7(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlGetTransformFeedbackVarying11(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlGetTransformFeedbackVarying4_3(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) (string, error) + func (c *GLES30Client) GlGetTransformFeedbackVarying6_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) (string, error) + func (c *GLES30Client) GlGetTransformFeedbackVarying7_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlGetUniformBlockIndex(ctx context.Context, handle int64, arg0 int32, arg1 string) (int32, error) + func (c *GLES30Client) GlGetUniformIndices3_1(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64) error + func (c *GLES30Client) GlGetUniformIndices4(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64, ...) error + func (c *GLES30Client) GlGetUniformuiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlGetUniformuiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetVertexAttribIiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlGetVertexAttribIiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlGetVertexAttribIuiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlGetVertexAttribIuiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlInvalidateFramebuffer3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlInvalidateFramebuffer4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlInvalidateSubFramebuffer7_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlInvalidateSubFramebuffer8(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlIsQuery(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES30Client) GlIsSampler(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES30Client) GlIsSync(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *GLES30Client) GlIsTransformFeedback(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES30Client) GlIsVertexArray(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES30Client) GlMapBufferRange(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) (int64, error) + func (c *GLES30Client) GlPauseTransformFeedback(ctx context.Context, handle int64) error + func (c *GLES30Client) GlProgramBinary(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlProgramParameteri(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES30Client) GlReadBuffer(ctx context.Context, handle int64, arg0 int32) error + func (c *GLES30Client) GlReadPixels(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlRenderbufferStorageMultisample(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlResumeTransformFeedback(ctx context.Context, handle int64) error + func (c *GLES30Client) GlSamplerParameterf(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32) error + func (c *GLES30Client) GlSamplerParameterfv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlSamplerParameterfv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlSamplerParameteri(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES30Client) GlSamplerParameteriv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlSamplerParameteriv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlTexImage3D10(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlTexImage3D10_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlTexStorage2D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlTexStorage3D(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlTexSubImage3D11(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlTexSubImage3D11_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlTransformFeedbackVaryings(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlUniform1Ui(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES30Client) GlUniform1Uiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlUniform1Uiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlUniform2Ui(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES30Client) GlUniform2Uiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlUniform2Uiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlUniform3Ui(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlUniform3Uiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlUniform3Uiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlUniform4Ui(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlUniform4Uiv3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES30Client) GlUniform4Uiv4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *GLES30Client) GlUniformBlockBinding(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES30Client) GlUniformMatrix2X3Fv4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUniformMatrix2X3Fv5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUniformMatrix2X4Fv4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUniformMatrix2X4Fv5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUniformMatrix3X2Fv4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUniformMatrix3X2Fv5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUniformMatrix3X4Fv4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUniformMatrix3X4Fv5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUniformMatrix4X2Fv4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUniformMatrix4X2Fv5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUniformMatrix4X3Fv4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUniformMatrix4X3Fv5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, ...) error + func (c *GLES30Client) GlUnmapBuffer(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *GLES30Client) GlVertexAttribDivisor(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *GLES30Client) GlVertexAttribI4I(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlVertexAttribI4Iv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlVertexAttribI4Iv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlVertexAttribI4Ui(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlVertexAttribI4Uiv2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *GLES30Client) GlVertexAttribI4Uiv3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES30Client) GlVertexAttribIPointer5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlVertexAttribIPointer5_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLES30Client) GlWaitSync(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) error + type GLES31Client struct + func NewGLES31Client(cc grpc.ClientConnInterface) *GLES31Client + func (c *GLES31Client) GlActiveShaderProgram(ctx context.Context, arg0 int32, arg1 int32) error + func (c *GLES31Client) GlBindImageTexture(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int32, ...) error + func (c *GLES31Client) GlBindProgramPipeline(ctx context.Context, arg0 int32) error + func (c *GLES31Client) GlBindVertexBuffer(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31Client) GlCreateShaderProgramv(ctx context.Context, arg0 int32, arg1 int64) (int32, error) + func (c *GLES31Client) GlDeleteProgramPipelines2_1(ctx context.Context, arg0 int32, arg1 int64) error + func (c *GLES31Client) GlDeleteProgramPipelines3(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES31Client) GlDispatchCompute(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES31Client) GlDispatchComputeIndirect(ctx context.Context, arg0 int64) error + func (c *GLES31Client) GlDrawArraysIndirect(ctx context.Context, arg0 int32, arg1 int64) error + func (c *GLES31Client) GlDrawElementsIndirect(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31Client) GlFramebufferParameteri(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES31Client) GlGenProgramPipelines2_1(ctx context.Context, arg0 int32, arg1 int64) error + func (c *GLES31Client) GlGenProgramPipelines3(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) error + func (c *GLES31Client) GlGetBooleaniV3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31Client) GlGetBooleaniV4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31Client) GlGetFramebufferParameteriv3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31Client) GlGetFramebufferParameteriv4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31Client) GlGetMultisamplefv3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31Client) GlGetMultisamplefv4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31Client) GlGetProgramInterfaceiv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlGetProgramInterfaceiv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlGetProgramPipelineInfoLog(ctx context.Context, arg0 int32) (string, error) + func (c *GLES31Client) GlGetProgramPipelineiv3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31Client) GlGetProgramPipelineiv4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31Client) GlGetProgramResourceIndex(ctx context.Context, arg0 int32, arg1 int32, arg2 string) (int32, error) + func (c *GLES31Client) GlGetProgramResourceLocation(ctx context.Context, arg0 int32, arg1 int32, arg2 string) (int32, error) + func (c *GLES31Client) GlGetProgramResourceName(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (string, error) + func (c *GLES31Client) GlGetProgramResourceiv11(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31Client) GlGetProgramResourceiv8_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31Client) GlGetTexLevelParameterfv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlGetTexLevelParameterfv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlGetTexLevelParameteriv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlGetTexLevelParameteriv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlIsProgramPipeline(ctx context.Context, arg0 int32) (bool, error) + func (c *GLES31Client) GlMemoryBarrier(ctx context.Context, arg0 int32) error + func (c *GLES31Client) GlMemoryBarrierByRegion(ctx context.Context, arg0 int32) error + func (c *GLES31Client) GlProgramUniform1F(ctx context.Context, arg0 int32, arg1 int32, arg2 float32) error + func (c *GLES31Client) GlProgramUniform1Fv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform1Fv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniform1I(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES31Client) GlProgramUniform1Iv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform1Iv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniform1Ui(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES31Client) GlProgramUniform1Uiv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform1Uiv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniform2F(ctx context.Context, arg0 int32, arg1 int32, arg2 float32, arg3 float32) error + func (c *GLES31Client) GlProgramUniform2Fv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform2Fv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniform2I(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error + func (c *GLES31Client) GlProgramUniform2Iv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform2Iv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniform2Ui(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error + func (c *GLES31Client) GlProgramUniform2Uiv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform2Uiv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniform3F(ctx context.Context, arg0 int32, arg1 int32, arg2 float32, arg3 float32, ...) error + func (c *GLES31Client) GlProgramUniform3Fv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform3Fv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniform3I(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31Client) GlProgramUniform3Iv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform3Iv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniform3Ui(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31Client) GlProgramUniform3Uiv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform3Uiv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniform4F(ctx context.Context, arg0 int32, arg1 int32, arg2 float32, arg3 float32, ...) error + func (c *GLES31Client) GlProgramUniform4Fv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform4Fv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniform4I(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31Client) GlProgramUniform4Iv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform4Iv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniform4Ui(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31Client) GlProgramUniform4Uiv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES31Client) GlProgramUniform4Uiv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES31Client) GlProgramUniformMatrix2Fv5_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64) error + func (c *GLES31Client) GlProgramUniformMatrix2Fv6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64, ...) error + func (c *GLES31Client) GlProgramUniformMatrix2X3Fv5_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64) error + func (c *GLES31Client) GlProgramUniformMatrix2X3Fv6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64, ...) error + func (c *GLES31Client) GlProgramUniformMatrix2X4Fv5_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64) error + func (c *GLES31Client) GlProgramUniformMatrix2X4Fv6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64, ...) error + func (c *GLES31Client) GlProgramUniformMatrix3Fv5_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64) error + func (c *GLES31Client) GlProgramUniformMatrix3Fv6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64, ...) error + func (c *GLES31Client) GlProgramUniformMatrix3X2Fv5_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64) error + func (c *GLES31Client) GlProgramUniformMatrix3X2Fv6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64, ...) error + func (c *GLES31Client) GlProgramUniformMatrix3X4Fv5_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64) error + func (c *GLES31Client) GlProgramUniformMatrix3X4Fv6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64, ...) error + func (c *GLES31Client) GlProgramUniformMatrix4Fv5_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64) error + func (c *GLES31Client) GlProgramUniformMatrix4Fv6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64, ...) error + func (c *GLES31Client) GlProgramUniformMatrix4X2Fv5_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64) error + func (c *GLES31Client) GlProgramUniformMatrix4X2Fv6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64, ...) error + func (c *GLES31Client) GlProgramUniformMatrix4X3Fv5_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64) error + func (c *GLES31Client) GlProgramUniformMatrix4X3Fv6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int64, ...) error + func (c *GLES31Client) GlSampleMaski(ctx context.Context, arg0 int32, arg1 int32) error + func (c *GLES31Client) GlTexStorage2DMultisample(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31Client) GlUseProgramStages(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES31Client) GlValidateProgramPipeline(ctx context.Context, arg0 int32) error + func (c *GLES31Client) GlVertexAttribBinding(ctx context.Context, arg0 int32, arg1 int32) error + func (c *GLES31Client) GlVertexAttribFormat(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool, arg4 int32) error + func (c *GLES31Client) GlVertexAttribIFormat(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error + func (c *GLES31Client) GlVertexBindingDivisor(ctx context.Context, arg0 int32, arg1 int32) error + type GLES31ExtClient struct + func NewGLES31ExtClient(cc grpc.ClientConnInterface) *GLES31ExtClient + func (c *GLES31ExtClient) GlBlendBarrierKHR(ctx context.Context) error + func (c *GLES31ExtClient) GlBlendEquationSeparateiEXT(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES31ExtClient) GlBlendEquationiEXT(ctx context.Context, arg0 int32, arg1 int32) error + func (c *GLES31ExtClient) GlBlendFuncSeparateiEXT(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31ExtClient) GlBlendFunciEXT(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES31ExtClient) GlColorMaskiEXT(ctx context.Context, arg0 int32, arg1 bool, arg2 bool, arg3 bool, arg4 bool) error + func (c *GLES31ExtClient) GlCopyImageSubDataEXT(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31ExtClient) GlDebugMessageCallbackKHR(ctx context.Context, arg0 int64) error + func (c *GLES31ExtClient) GlDebugMessageControlKHR6_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31ExtClient) GlDebugMessageControlKHR7(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31ExtClient) GlDebugMessageInsertKHR(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31ExtClient) GlDisableiEXT(ctx context.Context, arg0 int32, arg1 int32) error + func (c *GLES31ExtClient) GlEnableiEXT(ctx context.Context, arg0 int32, arg1 int32) error + func (c *GLES31ExtClient) GlFramebufferTextureEXT(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error + func (c *GLES31ExtClient) GlGetDebugMessageCallbackKHR(ctx context.Context) (int64, error) + func (c *GLES31ExtClient) GlGetDebugMessageLogKHR14(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32, ...) (int32, error) + func (c *GLES31ExtClient) GlGetDebugMessageLogKHR5_2(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int64, ...) (int64, error) + func (c *GLES31ExtClient) GlGetDebugMessageLogKHR9_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int32, arg3 int64, ...) (int64, error) + func (c *GLES31ExtClient) GlGetObjectLabelKHR(ctx context.Context, arg0 int32, arg1 int32) (string, error) + func (c *GLES31ExtClient) GlGetObjectPtrLabelKHR(ctx context.Context, arg0 int64) (string, error) + func (c *GLES31ExtClient) GlGetSamplerParameterIivEXT3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31ExtClient) GlGetSamplerParameterIivEXT4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31ExtClient) GlGetSamplerParameterIuivEXT3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31ExtClient) GlGetSamplerParameterIuivEXT4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31ExtClient) GlGetTexParameterIivEXT3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31ExtClient) GlGetTexParameterIivEXT4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31ExtClient) GlGetTexParameterIuivEXT3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31ExtClient) GlGetTexParameterIuivEXT4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31ExtClient) GlIsEnablediEXT(ctx context.Context, arg0 int32, arg1 int32) (bool, error) + func (c *GLES31ExtClient) GlMinSampleShadingOES(ctx context.Context, arg0 float32) error + func (c *GLES31ExtClient) GlObjectLabelKHR(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 string) error + func (c *GLES31ExtClient) GlObjectPtrLabelKHR(ctx context.Context, arg0 int64, arg1 string) error + func (c *GLES31ExtClient) GlPatchParameteriEXT(ctx context.Context, arg0 int32, arg1 int32) error + func (c *GLES31ExtClient) GlPopDebugGroupKHR(ctx context.Context) error + func (c *GLES31ExtClient) GlPrimitiveBoundingBoxEXT(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32, ...) error + func (c *GLES31ExtClient) GlPushDebugGroupKHR(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 string) error + func (c *GLES31ExtClient) GlSamplerParameterIivEXT3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31ExtClient) GlSamplerParameterIivEXT4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31ExtClient) GlSamplerParameterIuivEXT3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31ExtClient) GlSamplerParameterIuivEXT4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31ExtClient) GlTexBufferEXT(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES31ExtClient) GlTexBufferRangeEXT(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES31ExtClient) GlTexParameterIivEXT3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31ExtClient) GlTexParameterIivEXT4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31ExtClient) GlTexParameterIuivEXT3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES31ExtClient) GlTexParameterIuivEXT4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES31ExtClient) GlTexStorage3DMultisampleOES(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + type GLES31ExtDebugProcKHRClient struct + func NewGLES31ExtDebugProcKHRClient(cc grpc.ClientConnInterface) *GLES31ExtDebugProcKHRClient + func (c *GLES31ExtDebugProcKHRClient) OnMessage(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + type GLES32Client struct + func NewGLES32Client(cc grpc.ClientConnInterface) *GLES32Client + func (c *GLES32Client) GlBlendBarrier(ctx context.Context) error + func (c *GLES32Client) GlBlendEquationSeparatei(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES32Client) GlBlendEquationi(ctx context.Context, arg0 int32, arg1 int32) error + func (c *GLES32Client) GlBlendFuncSeparatei(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES32Client) GlBlendFunci(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES32Client) GlColorMaski(ctx context.Context, arg0 int32, arg1 bool, arg2 bool, arg3 bool, arg4 bool) error + func (c *GLES32Client) GlCopyImageSubData(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES32Client) GlDebugMessageCallback(ctx context.Context, arg0 int64) error + func (c *GLES32Client) GlDebugMessageControl6_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES32Client) GlDebugMessageControl7(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES32Client) GlDebugMessageInsert(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES32Client) GlDisablei(ctx context.Context, arg0 int32, arg1 int32) error + func (c *GLES32Client) GlDrawElementsBaseVertex(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES32Client) GlDrawElementsInstancedBaseVertex6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES32Client) GlDrawElementsInstancedBaseVertex6_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES32Client) GlDrawRangeElementsBaseVertex(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES32Client) GlEnablei(ctx context.Context, arg0 int32, arg1 int32) error + func (c *GLES32Client) GlFramebufferTexture(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error + func (c *GLES32Client) GlGetDebugMessageLog14(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32, ...) (int32, error) + func (c *GLES32Client) GlGetDebugMessageLog5_2(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int64, ...) (int64, error) + func (c *GLES32Client) GlGetDebugMessageLog9_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int32, arg3 int64, ...) (int64, error) + func (c *GLES32Client) GlGetGraphicsResetStatus(ctx context.Context) (int32, error) + func (c *GLES32Client) GlGetObjectLabel(ctx context.Context, arg0 int32, arg1 int32) (string, error) + func (c *GLES32Client) GlGetObjectPtrLabel(ctx context.Context, arg0 int64) (string, error) + func (c *GLES32Client) GlGetPointerv(ctx context.Context, arg0 int32) (int64, error) + func (c *GLES32Client) GlGetSamplerParameterIiv3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES32Client) GlGetSamplerParameterIiv4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES32Client) GlGetSamplerParameterIuiv3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES32Client) GlGetSamplerParameterIuiv4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES32Client) GlGetTexParameterIiv3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES32Client) GlGetTexParameterIiv4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES32Client) GlGetTexParameterIuiv3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES32Client) GlGetTexParameterIuiv4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES32Client) GlGetnUniformfv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES32Client) GlGetnUniformfv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES32Client) GlGetnUniformiv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES32Client) GlGetnUniformiv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES32Client) GlGetnUniformuiv4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error + func (c *GLES32Client) GlGetnUniformuiv5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLES32Client) GlIsEnabledi(ctx context.Context, arg0 int32, arg1 int32) (bool, error) + func (c *GLES32Client) GlMinSampleShading(ctx context.Context, arg0 float32) error + func (c *GLES32Client) GlObjectLabel(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 string) error + func (c *GLES32Client) GlObjectPtrLabel(ctx context.Context, arg0 int64, arg1 string) error + func (c *GLES32Client) GlPatchParameteri(ctx context.Context, arg0 int32, arg1 int32) error + func (c *GLES32Client) GlPopDebugGroup(ctx context.Context) error + func (c *GLES32Client) GlPrimitiveBoundingBox(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32, ...) error + func (c *GLES32Client) GlPushDebugGroup(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 string) error + func (c *GLES32Client) GlReadnPixels(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES32Client) GlSamplerParameterIiv3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES32Client) GlSamplerParameterIiv4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES32Client) GlSamplerParameterIuiv3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES32Client) GlSamplerParameterIuiv4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES32Client) GlTexBuffer(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GLES32Client) GlTexBufferRange(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLES32Client) GlTexParameterIiv3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES32Client) GlTexParameterIiv4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES32Client) GlTexParameterIuiv3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *GLES32Client) GlTexParameterIuiv4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLES32Client) GlTexStorage3DMultisample(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + type GLES32DebugProcClient struct + func NewGLES32DebugProcClient(cc grpc.ClientConnInterface) *GLES32DebugProcClient + func (c *GLES32DebugProcClient) OnMessage(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + type GLSurfaceViewClient struct + func NewGLSurfaceViewClient(cc grpc.ClientConnInterface) *GLSurfaceViewClient + func (c *GLSurfaceViewClient) GetDebugFlags(ctx context.Context, handle int64) (int32, error) + func (c *GLSurfaceViewClient) GetPreserveEGLContextOnPause(ctx context.Context, handle int64) (bool, error) + func (c *GLSurfaceViewClient) GetRenderMode(ctx context.Context, handle int64) (int32, error) + func (c *GLSurfaceViewClient) OnPause(ctx context.Context, handle int64) error + func (c *GLSurfaceViewClient) OnResume(ctx context.Context, handle int64) error + func (c *GLSurfaceViewClient) QueueEvent(ctx context.Context, handle int64, arg0 int64) error + func (c *GLSurfaceViewClient) RequestRender(ctx context.Context, handle int64) error + func (c *GLSurfaceViewClient) SetDebugFlags(ctx context.Context, handle int64, arg0 int32) error + func (c *GLSurfaceViewClient) SetEGLConfigChooser1(ctx context.Context, handle int64, arg0 int64) error + func (c *GLSurfaceViewClient) SetEGLConfigChooser1_1(ctx context.Context, handle int64, arg0 bool) error + func (c *GLSurfaceViewClient) SetEGLConfigChooser6_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *GLSurfaceViewClient) SetEGLContextClientVersion(ctx context.Context, handle int64, arg0 int32) error + func (c *GLSurfaceViewClient) SetEGLContextFactory(ctx context.Context, handle int64, arg0 int64) error + func (c *GLSurfaceViewClient) SetEGLWindowSurfaceFactory(ctx context.Context, handle int64, arg0 int64) error + func (c *GLSurfaceViewClient) SetGLWrapper(ctx context.Context, handle int64, arg0 int64) error + func (c *GLSurfaceViewClient) SetPreserveEGLContextOnPause(ctx context.Context, handle int64, arg0 bool) error + func (c *GLSurfaceViewClient) SetRenderMode(ctx context.Context, handle int64, arg0 int32) error + func (c *GLSurfaceViewClient) SetRenderer(ctx context.Context, handle int64, arg0 int64) error + func (c *GLSurfaceViewClient) SurfaceChanged(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) error + func (c *GLSurfaceViewClient) SurfaceCreated(ctx context.Context, handle int64, arg0 int64) error + func (c *GLSurfaceViewClient) SurfaceDestroyed(ctx context.Context, handle int64, arg0 int64) error + func (c *GLSurfaceViewClient) SurfaceRedrawNeeded(ctx context.Context, handle int64, arg0 int64) error + func (c *GLSurfaceViewClient) SurfaceRedrawNeededAsync(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + type GLSurfaceViewEGLConfigChooserClient struct + func NewGLSurfaceViewEGLConfigChooserClient(cc grpc.ClientConnInterface) *GLSurfaceViewEGLConfigChooserClient + func (c *GLSurfaceViewEGLConfigChooserClient) ChooseConfig(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + type GLSurfaceViewEGLContextFactoryClient struct + func NewGLSurfaceViewEGLContextFactoryClient(cc grpc.ClientConnInterface) *GLSurfaceViewEGLContextFactoryClient + func (c *GLSurfaceViewEGLContextFactoryClient) CreateContext(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error) + func (c *GLSurfaceViewEGLContextFactoryClient) DestroyContext(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + type GLSurfaceViewEGLWindowSurfaceFactoryClient struct + func NewGLSurfaceViewEGLWindowSurfaceFactoryClient(cc grpc.ClientConnInterface) *GLSurfaceViewEGLWindowSurfaceFactoryClient + func (c *GLSurfaceViewEGLWindowSurfaceFactoryClient) CreateWindowSurface(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error) + func (c *GLSurfaceViewEGLWindowSurfaceFactoryClient) DestroySurface(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + type GLSurfaceViewGLWrapperClient struct + func NewGLSurfaceViewGLWrapperClient(cc grpc.ClientConnInterface) *GLSurfaceViewGLWrapperClient + func (c *GLSurfaceViewGLWrapperClient) Wrap(ctx context.Context, arg0 int64) (int64, error) + type GLSurfaceViewRendererClient struct + func NewGLSurfaceViewRendererClient(cc grpc.ClientConnInterface) *GLSurfaceViewRendererClient + func (c *GLSurfaceViewRendererClient) OnDrawFrame(ctx context.Context, arg0 int64) error + func (c *GLSurfaceViewRendererClient) OnSurfaceChanged(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + func (c *GLSurfaceViewRendererClient) OnSurfaceCreated(ctx context.Context, arg0 int64, arg1 int64) error + type GLUClient struct + func NewGLUClient(cc grpc.ClientConnInterface) *GLUClient + func (c *GLUClient) GluErrorString(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *GLUClient) GluLookAt(ctx context.Context, handle int64, arg0 int64, arg1 float32, arg2 float32, ...) error + func (c *GLUClient) GluOrtho2D(ctx context.Context, handle int64, arg0 int64, arg1 float32, arg2 float32, ...) error + func (c *GLUClient) GluPerspective(ctx context.Context, handle int64, arg0 int64, arg1 float32, arg2 float32, ...) error + func (c *GLUClient) GluProject(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) (int32, error) + func (c *GLUClient) GluUnProject(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, ...) (int32, error) + type GLUtilsClient struct + func NewGLUtilsClient(cc grpc.ClientConnInterface) *GLUtilsClient + func (c *GLUtilsClient) GetEGLErrorString(ctx context.Context, arg0 int32) (string, error) + func (c *GLUtilsClient) GetInternalFormat(ctx context.Context, arg0 int64) (int32, error) + func (c *GLUtilsClient) GetType(ctx context.Context, arg0 int64) (int32, error) + func (c *GLUtilsClient) TexImage2D4(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + func (c *GLUtilsClient) TexImage2D5_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLUtilsClient) TexImage2D6_2(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error + func (c *GLUtilsClient) TexSubImage2D5(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *GLUtilsClient) TexSubImage2D7_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error + type MatrixClient struct + func NewMatrixClient(cc grpc.ClientConnInterface) *MatrixClient + func (c *MatrixClient) FrustumM(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 float32, ...) error + func (c *MatrixClient) InvertM(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) (bool, error) + func (c *MatrixClient) Length(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) (float32, error) + func (c *MatrixClient) MultiplyMM(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) error + func (c *MatrixClient) MultiplyMV(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) error + func (c *MatrixClient) OrthoM(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 float32, ...) error + func (c *MatrixClient) PerspectiveM(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 float32, ...) error + func (c *MatrixClient) RotateM6(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 float32, ...) error + func (c *MatrixClient) RotateM8_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) error + func (c *MatrixClient) ScaleM5(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 float32, ...) error + func (c *MatrixClient) ScaleM7_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) error + func (c *MatrixClient) SetIdentityM(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *MatrixClient) SetLookAtM(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 float32, ...) error + func (c *MatrixClient) SetRotateEulerM(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 float32, ...) error + func (c *MatrixClient) SetRotateEulerM2(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 float32, ...) error + func (c *MatrixClient) SetRotateM(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 float32, ...) error + func (c *MatrixClient) TranslateM5(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 float32, ...) error + func (c *MatrixClient) TranslateM7_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) error + func (c *MatrixClient) TransposeM(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) error + type VisibilityClient struct + func NewVisibilityClient(cc grpc.ClientConnInterface) *VisibilityClient + func (c *VisibilityClient) ComputeBoundingSphere(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) error + func (c *VisibilityClient) FrustumCullSpheres(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) (int32, error) + func (c *VisibilityClient) VisibilityTest(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) (int32, error)