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