Documentation
¶
Index ¶
- type EGL14Server
- func (s *EGL14Server) EglBindAPI(_ context.Context, req *pb.EglBindAPIRequest) (*pb.EglBindAPIResponse, error)
- func (s *EGL14Server) EglBindTexImage(_ context.Context, req *pb.EglBindTexImageRequest) (*pb.EglBindTexImageResponse, error)
- func (s *EGL14Server) EglChooseConfig(_ context.Context, req *pb.EglChooseConfigRequest) (*pb.EglChooseConfigResponse, error)
- func (s *EGL14Server) EglCopyBuffers(_ context.Context, req *pb.EglCopyBuffersRequest) (*pb.EglCopyBuffersResponse, error)
- func (s *EGL14Server) EglCreateContext(_ context.Context, req *pb.EglCreateContextRequest) (*pb.EglCreateContextResponse, error)
- func (s *EGL14Server) EglCreatePbufferFromClientBuffer(_ context.Context, req *pb.EglCreatePbufferFromClientBufferRequest) (*pb.EglCreatePbufferFromClientBufferResponse, error)
- func (s *EGL14Server) EglCreatePbufferSurface(_ context.Context, req *pb.EglCreatePbufferSurfaceRequest) (*pb.EglCreatePbufferSurfaceResponse, error)
- func (s *EGL14Server) EglCreatePixmapSurface(_ context.Context, req *pb.EglCreatePixmapSurfaceRequest) (*pb.EglCreatePixmapSurfaceResponse, error)
- func (s *EGL14Server) EglCreateWindowSurface(_ context.Context, req *pb.EglCreateWindowSurfaceRequest) (*pb.EglCreateWindowSurfaceResponse, error)
- func (s *EGL14Server) EglDestroyContext(_ context.Context, req *pb.EglDestroyContextRequest) (*pb.EglDestroyContextResponse, error)
- func (s *EGL14Server) EglDestroySurface(_ context.Context, req *pb.EglDestroySurfaceRequest) (*pb.EglDestroySurfaceResponse, error)
- func (s *EGL14Server) EglGetConfigAttrib(_ context.Context, req *pb.EglGetConfigAttribRequest) (*pb.EglGetConfigAttribResponse, error)
- func (s *EGL14Server) EglGetConfigs(_ context.Context, req *pb.EglGetConfigsRequest) (*pb.EglGetConfigsResponse, error)
- func (s *EGL14Server) EglGetCurrentContext(_ context.Context, req *pb.EglGetCurrentContextRequest) (*pb.EglGetCurrentContextResponse, error)
- func (s *EGL14Server) EglGetCurrentDisplay(_ context.Context, req *pb.EglGetCurrentDisplayRequest) (*pb.EglGetCurrentDisplayResponse, error)
- func (s *EGL14Server) EglGetCurrentSurface(_ context.Context, req *pb.EglGetCurrentSurfaceRequest) (*pb.EglGetCurrentSurfaceResponse, error)
- func (s *EGL14Server) EglGetDisplay(_ context.Context, req *pb.EglGetDisplayRequest) (*pb.EglGetDisplayResponse, error)
- func (s *EGL14Server) EglGetError(_ context.Context, req *pb.EglGetErrorRequest) (*pb.EglGetErrorResponse, error)
- func (s *EGL14Server) EglInitialize(_ context.Context, req *pb.EglInitializeRequest) (*pb.EglInitializeResponse, error)
- func (s *EGL14Server) EglMakeCurrent(_ context.Context, req *pb.EglMakeCurrentRequest) (*pb.EglMakeCurrentResponse, error)
- func (s *EGL14Server) EglQueryAPI(_ context.Context, req *pb.EglQueryAPIRequest) (*pb.EglQueryAPIResponse, error)
- func (s *EGL14Server) EglQueryContext(_ context.Context, req *pb.EglQueryContextRequest) (*pb.EglQueryContextResponse, error)
- func (s *EGL14Server) EglQueryString(_ context.Context, req *pb.EglQueryStringRequest) (*pb.EglQueryStringResponse, error)
- func (s *EGL14Server) EglQuerySurface(_ context.Context, req *pb.EglQuerySurfaceRequest) (*pb.EglQuerySurfaceResponse, error)
- func (s *EGL14Server) EglReleaseTexImage(_ context.Context, req *pb.EglReleaseTexImageRequest) (*pb.EglReleaseTexImageResponse, error)
- func (s *EGL14Server) EglReleaseThread(_ context.Context, req *pb.EglReleaseThreadRequest) (*pb.EglReleaseThreadResponse, error)
- func (s *EGL14Server) EglSurfaceAttrib(_ context.Context, req *pb.EglSurfaceAttribRequest) (*pb.EglSurfaceAttribResponse, error)
- func (s *EGL14Server) EglSwapBuffers(_ context.Context, req *pb.EglSwapBuffersRequest) (*pb.EglSwapBuffersResponse, error)
- func (s *EGL14Server) EglSwapInterval(_ context.Context, req *pb.EglSwapIntervalRequest) (*pb.EglSwapIntervalResponse, error)
- func (s *EGL14Server) EglTerminate(_ context.Context, req *pb.EglTerminateRequest) (*pb.EglTerminateResponse, error)
- func (s *EGL14Server) EglWaitClient(_ context.Context, req *pb.EglWaitClientRequest) (*pb.EglWaitClientResponse, error)
- func (s *EGL14Server) EglWaitGL(_ context.Context, req *pb.EglWaitGLRequest) (*pb.EglWaitGLResponse, error)
- func (s *EGL14Server) EglWaitNative(_ context.Context, req *pb.EglWaitNativeRequest) (*pb.EglWaitNativeResponse, error)
- func (s *EGL14Server) NewEGL14(_ context.Context, req *pb.NewEGL14Request) (*pb.NewEGL14Response, error)
- type EGLExtServer
- func (s *EGLExtServer) EglDupNativeFenceFDANDROID(_ context.Context, req *pb.EglDupNativeFenceFDANDROIDRequest) (*pb.EglDupNativeFenceFDANDROIDResponse, error)
- func (s *EGLExtServer) EglPresentationTimeANDROID(_ context.Context, req *pb.EglPresentationTimeANDROIDRequest) (*pb.EglPresentationTimeANDROIDResponse, error)
- func (s *EGLExtServer) NewEGLExt(_ context.Context, req *pb.NewEGLExtRequest) (*pb.NewEGLExtResponse, error)
- type ETC1Server
- func (s *ETC1Server) DecodeBlock(_ context.Context, req *pb.DecodeBlockRequest) (*pb.DecodeBlockResponse, error)
- func (s *ETC1Server) DecodeImage(_ context.Context, req *pb.DecodeImageRequest) (*pb.DecodeImageResponse, error)
- func (s *ETC1Server) EncodeBlock(_ context.Context, req *pb.EncodeBlockRequest) (*pb.EncodeBlockResponse, error)
- func (s *ETC1Server) EncodeImage(_ context.Context, req *pb.EncodeImageRequest) (*pb.EncodeImageResponse, error)
- func (s *ETC1Server) FormatHeader(_ context.Context, req *pb.FormatHeaderRequest) (*pb.FormatHeaderResponse, error)
- func (s *ETC1Server) GetEncodedDataSize(_ context.Context, req *pb.GetEncodedDataSizeRequest) (*pb.GetEncodedDataSizeResponse, error)
- func (s *ETC1Server) GetHeight(_ context.Context, req *pb.GetHeightRequest) (*pb.GetHeightResponse, error)
- func (s *ETC1Server) GetWidth(_ context.Context, req *pb.GetWidthRequest) (*pb.GetWidthResponse, error)
- func (s *ETC1Server) IsValid(_ context.Context, req *pb.IsValidRequest) (*pb.IsValidResponse, error)
- func (s *ETC1Server) NewETC1(_ context.Context, req *pb.NewETC1Request) (*pb.NewETC1Response, error)
- type ETC1UtilServer
- func (s *ETC1UtilServer) CompressTexture(_ context.Context, req *pb.CompressTextureRequest) (*pb.CompressTextureResponse, error)
- func (s *ETC1UtilServer) CreateTexture(_ context.Context, req *pb.CreateTextureRequest) (*pb.CreateTextureResponse, error)
- func (s *ETC1UtilServer) IsETC1Supported(_ context.Context, req *pb.IsETC1SupportedRequest) (*pb.IsETC1SupportedResponse, error)
- func (s *ETC1UtilServer) LoadTexture6(_ context.Context, req *pb.LoadTexture6Request) (*pb.LoadTexture6Response, error)
- func (s *ETC1UtilServer) LoadTexture6_1(_ context.Context, req *pb.LoadTexture6_1Request) (*pb.LoadTexture6_1Response, error)
- func (s *ETC1UtilServer) NewETC1Util(_ context.Context, req *pb.NewETC1UtilRequest) (*pb.NewETC1UtilResponse, error)
- func (s *ETC1UtilServer) WriteTexture(_ context.Context, req *pb.WriteTextureRequest) (*pb.WriteTextureResponse, error)
- type GLDebugHelperServer
- func (s *GLDebugHelperServer) NewGLDebugHelper(_ context.Context, req *pb.NewGLDebugHelperRequest) (*pb.NewGLDebugHelperResponse, error)
- func (s *GLDebugHelperServer) Wrap3(_ context.Context, req *pb.Wrap3Request) (*pb.Wrap3Response, error)
- func (s *GLDebugHelperServer) Wrap3_1(_ context.Context, req *pb.Wrap3_1Request) (*pb.Wrap3_1Response, error)
- type GLES10ExtServer
- func (s *GLES10ExtServer) GlQueryMatrixxOES2_1(_ context.Context, req *pb.GlQueryMatrixxOES2_1Request) (*pb.GlQueryMatrixxOES2_1Response, error)
- func (s *GLES10ExtServer) GlQueryMatrixxOES4(_ context.Context, req *pb.GlQueryMatrixxOES4Request) (*pb.GlQueryMatrixxOES4Response, error)
- func (s *GLES10ExtServer) NewGLES10Ext(_ context.Context, req *pb.NewGLES10ExtRequest) (*pb.NewGLES10ExtResponse, error)
- type GLES10Server
- func (s *GLES10Server) GlActiveTexture(_ context.Context, req *pb.GlActiveTextureRequest) (*pb.GlActiveTextureResponse, error)
- func (s *GLES10Server) GlAlphaFunc(_ context.Context, req *pb.GlAlphaFuncRequest) (*pb.GlAlphaFuncResponse, error)
- func (s *GLES10Server) GlAlphaFuncx(_ context.Context, req *pb.GlAlphaFuncxRequest) (*pb.GlAlphaFuncxResponse, error)
- func (s *GLES10Server) GlBindTexture(_ context.Context, req *pb.GlBindTextureRequest) (*pb.GlBindTextureResponse, error)
- func (s *GLES10Server) GlBlendFunc(_ context.Context, req *pb.GlBlendFuncRequest) (*pb.GlBlendFuncResponse, error)
- func (s *GLES10Server) GlClear(_ context.Context, req *pb.GlClearRequest) (*pb.GlClearResponse, error)
- func (s *GLES10Server) GlClearColor(_ context.Context, req *pb.GlClearColorRequest) (*pb.GlClearColorResponse, error)
- func (s *GLES10Server) GlClearColorx(_ context.Context, req *pb.GlClearColorxRequest) (*pb.GlClearColorxResponse, error)
- func (s *GLES10Server) GlClearDepthf(_ context.Context, req *pb.GlClearDepthfRequest) (*pb.GlClearDepthfResponse, error)
- func (s *GLES10Server) GlClearDepthx(_ context.Context, req *pb.GlClearDepthxRequest) (*pb.GlClearDepthxResponse, error)
- func (s *GLES10Server) GlClearStencil(_ context.Context, req *pb.GlClearStencilRequest) (*pb.GlClearStencilResponse, error)
- func (s *GLES10Server) GlClientActiveTexture(_ context.Context, req *pb.GlClientActiveTextureRequest) (*pb.GlClientActiveTextureResponse, error)
- func (s *GLES10Server) GlColor4F(_ context.Context, req *pb.GlColor4FRequest) (*pb.GlColor4FResponse, error)
- func (s *GLES10Server) GlColor4X(_ context.Context, req *pb.GlColor4XRequest) (*pb.GlColor4XResponse, error)
- func (s *GLES10Server) GlColorMask(_ context.Context, req *pb.GlColorMaskRequest) (*pb.GlColorMaskResponse, error)
- func (s *GLES10Server) GlColorPointer(_ context.Context, req *pb.GLES10GlColorPointerRequest) (*pb.GlColorPointerResponse, error)
- func (s *GLES10Server) GlCompressedTexImage2D(_ context.Context, req *pb.GlCompressedTexImage2DRequest) (*pb.GlCompressedTexImage2DResponse, error)
- func (s *GLES10Server) GlCompressedTexSubImage2D(_ context.Context, req *pb.GlCompressedTexSubImage2DRequest) (*pb.GlCompressedTexSubImage2DResponse, error)
- func (s *GLES10Server) GlCopyTexImage2D(_ context.Context, req *pb.GlCopyTexImage2DRequest) (*pb.GlCopyTexImage2DResponse, error)
- func (s *GLES10Server) GlCopyTexSubImage2D(_ context.Context, req *pb.GlCopyTexSubImage2DRequest) (*pb.GlCopyTexSubImage2DResponse, error)
- func (s *GLES10Server) GlCullFace(_ context.Context, req *pb.GlCullFaceRequest) (*pb.GlCullFaceResponse, error)
- func (s *GLES10Server) GlDeleteTextures2_1(_ context.Context, req *pb.GlDeleteTextures2_1Request) (*pb.GlDeleteTextures2_1Response, error)
- func (s *GLES10Server) GlDeleteTextures3(_ context.Context, req *pb.GlDeleteTextures3Request) (*pb.GlDeleteTextures3Response, error)
- func (s *GLES10Server) GlDepthFunc(_ context.Context, req *pb.GlDepthFuncRequest) (*pb.GlDepthFuncResponse, error)
- func (s *GLES10Server) GlDepthMask(_ context.Context, req *pb.GlDepthMaskRequest) (*pb.GlDepthMaskResponse, error)
- func (s *GLES10Server) GlDepthRangef(_ context.Context, req *pb.GlDepthRangefRequest) (*pb.GlDepthRangefResponse, error)
- func (s *GLES10Server) GlDepthRangex(_ context.Context, req *pb.GlDepthRangexRequest) (*pb.GlDepthRangexResponse, error)
- func (s *GLES10Server) GlDisable(_ context.Context, req *pb.GlDisableRequest) (*pb.GlDisableResponse, error)
- func (s *GLES10Server) GlDisableClientState(_ context.Context, req *pb.GlDisableClientStateRequest) (*pb.GlDisableClientStateResponse, error)
- func (s *GLES10Server) GlDrawArrays(_ context.Context, req *pb.GlDrawArraysRequest) (*pb.GlDrawArraysResponse, error)
- func (s *GLES10Server) GlDrawElements(_ context.Context, req *pb.GLES10GlDrawElementsRequest) (*pb.GlDrawElementsResponse, error)
- func (s *GLES10Server) GlEnable(_ context.Context, req *pb.GlEnableRequest) (*pb.GlEnableResponse, error)
- func (s *GLES10Server) GlEnableClientState(_ context.Context, req *pb.GlEnableClientStateRequest) (*pb.GlEnableClientStateResponse, error)
- func (s *GLES10Server) GlFinish(_ context.Context, req *pb.GlFinishRequest) (*pb.GlFinishResponse, error)
- func (s *GLES10Server) GlFlush(_ context.Context, req *pb.GlFlushRequest) (*pb.GlFlushResponse, error)
- func (s *GLES10Server) GlFogf(_ context.Context, req *pb.GlFogfRequest) (*pb.GlFogfResponse, error)
- func (s *GLES10Server) GlFogfv2_1(_ context.Context, req *pb.GlFogfv2_1Request) (*pb.GlFogfv2_1Response, error)
- func (s *GLES10Server) GlFogfv3(_ context.Context, req *pb.GlFogfv3Request) (*pb.GlFogfv3Response, error)
- func (s *GLES10Server) GlFogx(_ context.Context, req *pb.GlFogxRequest) (*pb.GlFogxResponse, error)
- func (s *GLES10Server) GlFogxv2_1(_ context.Context, req *pb.GlFogxv2_1Request) (*pb.GlFogxv2_1Response, error)
- func (s *GLES10Server) GlFogxv3(_ context.Context, req *pb.GlFogxv3Request) (*pb.GlFogxv3Response, error)
- func (s *GLES10Server) GlFrontFace(_ context.Context, req *pb.GlFrontFaceRequest) (*pb.GlFrontFaceResponse, error)
- func (s *GLES10Server) GlFrustumf(_ context.Context, req *pb.GlFrustumfRequest) (*pb.GlFrustumfResponse, error)
- func (s *GLES10Server) GlFrustumx(_ context.Context, req *pb.GlFrustumxRequest) (*pb.GlFrustumxResponse, error)
- func (s *GLES10Server) GlGenTextures2_1(_ context.Context, req *pb.GlGenTextures2_1Request) (*pb.GlGenTextures2_1Response, error)
- func (s *GLES10Server) GlGenTextures3(_ context.Context, req *pb.GlGenTextures3Request) (*pb.GlGenTextures3Response, error)
- func (s *GLES10Server) GlGetError(_ context.Context, req *pb.GlGetErrorRequest) (*pb.GlGetErrorResponse, error)
- func (s *GLES10Server) GlGetIntegerv2_1(_ context.Context, req *pb.GlGetIntegerv2_1Request) (*pb.GlGetIntegerv2_1Response, error)
- func (s *GLES10Server) GlGetIntegerv3(_ context.Context, req *pb.GlGetIntegerv3Request) (*pb.GlGetIntegerv3Response, error)
- func (s *GLES10Server) GlGetString(_ context.Context, req *pb.GlGetStringRequest) (*pb.GlGetStringResponse, error)
- func (s *GLES10Server) GlHint(_ context.Context, req *pb.GlHintRequest) (*pb.GlHintResponse, error)
- func (s *GLES10Server) GlLightModelf(_ context.Context, req *pb.GlLightModelfRequest) (*pb.GlLightModelfResponse, error)
- func (s *GLES10Server) GlLightModelfv2_1(_ context.Context, req *pb.GlLightModelfv2_1Request) (*pb.GlLightModelfv2_1Response, error)
- func (s *GLES10Server) GlLightModelfv3(_ context.Context, req *pb.GlLightModelfv3Request) (*pb.GlLightModelfv3Response, error)
- func (s *GLES10Server) GlLightModelx(_ context.Context, req *pb.GlLightModelxRequest) (*pb.GlLightModelxResponse, error)
- func (s *GLES10Server) GlLightModelxv2_1(_ context.Context, req *pb.GlLightModelxv2_1Request) (*pb.GlLightModelxv2_1Response, error)
- func (s *GLES10Server) GlLightModelxv3(_ context.Context, req *pb.GlLightModelxv3Request) (*pb.GlLightModelxv3Response, error)
- func (s *GLES10Server) GlLightf(_ context.Context, req *pb.GlLightfRequest) (*pb.GlLightfResponse, error)
- func (s *GLES10Server) GlLightfv3_1(_ context.Context, req *pb.GlLightfv3_1Request) (*pb.GlLightfv3_1Response, error)
- func (s *GLES10Server) GlLightfv4(_ context.Context, req *pb.GlLightfv4Request) (*pb.GlLightfv4Response, error)
- func (s *GLES10Server) GlLightx(_ context.Context, req *pb.GlLightxRequest) (*pb.GlLightxResponse, error)
- func (s *GLES10Server) GlLightxv3_1(_ context.Context, req *pb.GlLightxv3_1Request) (*pb.GlLightxv3_1Response, error)
- func (s *GLES10Server) GlLightxv4(_ context.Context, req *pb.GlLightxv4Request) (*pb.GlLightxv4Response, error)
- func (s *GLES10Server) GlLineWidth(_ context.Context, req *pb.GlLineWidthRequest) (*pb.GlLineWidthResponse, error)
- func (s *GLES10Server) GlLineWidthx(_ context.Context, req *pb.GlLineWidthxRequest) (*pb.GlLineWidthxResponse, error)
- func (s *GLES10Server) GlLoadIdentity(_ context.Context, req *pb.GlLoadIdentityRequest) (*pb.GlLoadIdentityResponse, error)
- func (s *GLES10Server) GlLoadMatrixf1_1(_ context.Context, req *pb.GlLoadMatrixf1_1Request) (*pb.GlLoadMatrixf1_1Response, error)
- func (s *GLES10Server) GlLoadMatrixf2(_ context.Context, req *pb.GlLoadMatrixf2Request) (*pb.GlLoadMatrixf2Response, error)
- func (s *GLES10Server) GlLoadMatrixx1_1(_ context.Context, req *pb.GlLoadMatrixx1_1Request) (*pb.GlLoadMatrixx1_1Response, error)
- func (s *GLES10Server) GlLoadMatrixx2(_ context.Context, req *pb.GlLoadMatrixx2Request) (*pb.GlLoadMatrixx2Response, error)
- func (s *GLES10Server) GlLogicOp(_ context.Context, req *pb.GlLogicOpRequest) (*pb.GlLogicOpResponse, error)
- func (s *GLES10Server) GlMaterialf(_ context.Context, req *pb.GlMaterialfRequest) (*pb.GlMaterialfResponse, error)
- func (s *GLES10Server) GlMaterialfv3_1(_ context.Context, req *pb.GlMaterialfv3_1Request) (*pb.GlMaterialfv3_1Response, error)
- func (s *GLES10Server) GlMaterialfv4(_ context.Context, req *pb.GlMaterialfv4Request) (*pb.GlMaterialfv4Response, error)
- func (s *GLES10Server) GlMaterialx(_ context.Context, req *pb.GlMaterialxRequest) (*pb.GlMaterialxResponse, error)
- func (s *GLES10Server) GlMaterialxv3_1(_ context.Context, req *pb.GlMaterialxv3_1Request) (*pb.GlMaterialxv3_1Response, error)
- func (s *GLES10Server) GlMaterialxv4(_ context.Context, req *pb.GlMaterialxv4Request) (*pb.GlMaterialxv4Response, error)
- func (s *GLES10Server) GlMatrixMode(_ context.Context, req *pb.GlMatrixModeRequest) (*pb.GlMatrixModeResponse, error)
- func (s *GLES10Server) GlMultMatrixf1_1(_ context.Context, req *pb.GlMultMatrixf1_1Request) (*pb.GlMultMatrixf1_1Response, error)
- func (s *GLES10Server) GlMultMatrixf2(_ context.Context, req *pb.GlMultMatrixf2Request) (*pb.GlMultMatrixf2Response, error)
- func (s *GLES10Server) GlMultMatrixx1_1(_ context.Context, req *pb.GlMultMatrixx1_1Request) (*pb.GlMultMatrixx1_1Response, error)
- func (s *GLES10Server) GlMultMatrixx2(_ context.Context, req *pb.GlMultMatrixx2Request) (*pb.GlMultMatrixx2Response, error)
- func (s *GLES10Server) GlMultiTexCoord4F(_ context.Context, req *pb.GlMultiTexCoord4FRequest) (*pb.GlMultiTexCoord4FResponse, error)
- func (s *GLES10Server) GlMultiTexCoord4X(_ context.Context, req *pb.GlMultiTexCoord4XRequest) (*pb.GlMultiTexCoord4XResponse, error)
- func (s *GLES10Server) GlNormal3F(_ context.Context, req *pb.GlNormal3FRequest) (*pb.GlNormal3FResponse, error)
- func (s *GLES10Server) GlNormal3X(_ context.Context, req *pb.GlNormal3XRequest) (*pb.GlNormal3XResponse, error)
- func (s *GLES10Server) GlNormalPointer(_ context.Context, req *pb.GLES10GlNormalPointerRequest) (*pb.GlNormalPointerResponse, error)
- func (s *GLES10Server) GlOrthof(_ context.Context, req *pb.GlOrthofRequest) (*pb.GlOrthofResponse, error)
- func (s *GLES10Server) GlOrthox(_ context.Context, req *pb.GlOrthoxRequest) (*pb.GlOrthoxResponse, error)
- func (s *GLES10Server) GlPixelStorei(_ context.Context, req *pb.GlPixelStoreiRequest) (*pb.GlPixelStoreiResponse, error)
- func (s *GLES10Server) GlPointSize(_ context.Context, req *pb.GlPointSizeRequest) (*pb.GlPointSizeResponse, error)
- func (s *GLES10Server) GlPointSizex(_ context.Context, req *pb.GlPointSizexRequest) (*pb.GlPointSizexResponse, error)
- func (s *GLES10Server) GlPolygonOffset(_ context.Context, req *pb.GlPolygonOffsetRequest) (*pb.GlPolygonOffsetResponse, error)
- func (s *GLES10Server) GlPolygonOffsetx(_ context.Context, req *pb.GlPolygonOffsetxRequest) (*pb.GlPolygonOffsetxResponse, error)
- func (s *GLES10Server) GlPopMatrix(_ context.Context, req *pb.GlPopMatrixRequest) (*pb.GlPopMatrixResponse, error)
- func (s *GLES10Server) GlPushMatrix(_ context.Context, req *pb.GlPushMatrixRequest) (*pb.GlPushMatrixResponse, error)
- func (s *GLES10Server) GlReadPixels(_ context.Context, req *pb.GlReadPixelsRequest) (*pb.GlReadPixelsResponse, error)
- func (s *GLES10Server) GlRotatef(_ context.Context, req *pb.GlRotatefRequest) (*pb.GlRotatefResponse, error)
- func (s *GLES10Server) GlRotatex(_ context.Context, req *pb.GlRotatexRequest) (*pb.GlRotatexResponse, error)
- func (s *GLES10Server) GlSampleCoverage(_ context.Context, req *pb.GlSampleCoverageRequest) (*pb.GlSampleCoverageResponse, error)
- func (s *GLES10Server) GlSampleCoveragex(_ context.Context, req *pb.GlSampleCoveragexRequest) (*pb.GlSampleCoveragexResponse, error)
- func (s *GLES10Server) GlScalef(_ context.Context, req *pb.GlScalefRequest) (*pb.GlScalefResponse, error)
- func (s *GLES10Server) GlScalex(_ context.Context, req *pb.GlScalexRequest) (*pb.GlScalexResponse, error)
- func (s *GLES10Server) GlScissor(_ context.Context, req *pb.GlScissorRequest) (*pb.GlScissorResponse, error)
- func (s *GLES10Server) GlShadeModel(_ context.Context, req *pb.GlShadeModelRequest) (*pb.GlShadeModelResponse, error)
- func (s *GLES10Server) GlStencilFunc(_ context.Context, req *pb.GlStencilFuncRequest) (*pb.GlStencilFuncResponse, error)
- func (s *GLES10Server) GlStencilMask(_ context.Context, req *pb.GlStencilMaskRequest) (*pb.GlStencilMaskResponse, error)
- func (s *GLES10Server) GlStencilOp(_ context.Context, req *pb.GlStencilOpRequest) (*pb.GlStencilOpResponse, error)
- func (s *GLES10Server) GlTexCoordPointer(_ context.Context, req *pb.GLES10GlTexCoordPointerRequest) (*pb.GlTexCoordPointerResponse, error)
- func (s *GLES10Server) GlTexEnvf(_ context.Context, req *pb.GlTexEnvfRequest) (*pb.GlTexEnvfResponse, error)
- func (s *GLES10Server) GlTexEnvfv3_1(_ context.Context, req *pb.GlTexEnvfv3_1Request) (*pb.GlTexEnvfv3_1Response, error)
- func (s *GLES10Server) GlTexEnvfv4(_ context.Context, req *pb.GlTexEnvfv4Request) (*pb.GlTexEnvfv4Response, error)
- func (s *GLES10Server) GlTexEnvx(_ context.Context, req *pb.GlTexEnvxRequest) (*pb.GlTexEnvxResponse, error)
- func (s *GLES10Server) GlTexEnvxv3_1(_ context.Context, req *pb.GlTexEnvxv3_1Request) (*pb.GlTexEnvxv3_1Response, error)
- func (s *GLES10Server) GlTexEnvxv4(_ context.Context, req *pb.GlTexEnvxv4Request) (*pb.GlTexEnvxv4Response, error)
- func (s *GLES10Server) GlTexImage2D(_ context.Context, req *pb.GlTexImage2DRequest) (*pb.GlTexImage2DResponse, error)
- func (s *GLES10Server) GlTexParameterf(_ context.Context, req *pb.GlTexParameterfRequest) (*pb.GlTexParameterfResponse, error)
- func (s *GLES10Server) GlTexParameterx(_ context.Context, req *pb.GlTexParameterxRequest) (*pb.GlTexParameterxResponse, error)
- func (s *GLES10Server) GlTexSubImage2D(_ context.Context, req *pb.GlTexSubImage2DRequest) (*pb.GlTexSubImage2DResponse, error)
- func (s *GLES10Server) GlTranslatef(_ context.Context, req *pb.GlTranslatefRequest) (*pb.GlTranslatefResponse, error)
- func (s *GLES10Server) GlTranslatex(_ context.Context, req *pb.GlTranslatexRequest) (*pb.GlTranslatexResponse, error)
- func (s *GLES10Server) GlVertexPointer(_ context.Context, req *pb.GLES10GlVertexPointerRequest) (*pb.GlVertexPointerResponse, error)
- func (s *GLES10Server) GlViewport(_ context.Context, req *pb.GlViewportRequest) (*pb.GlViewportResponse, error)
- func (s *GLES10Server) NewGLES10(_ context.Context, req *pb.NewGLES10Request) (*pb.NewGLES10Response, error)
- type GLES11ExtServer
- func (s *GLES11ExtServer) GlAlphaFuncxOES(_ context.Context, req *pb.GlAlphaFuncxOESRequest) (*pb.GlAlphaFuncxOESResponse, error)
- func (s *GLES11ExtServer) GlBindFramebufferOES(_ context.Context, req *pb.GlBindFramebufferOESRequest) (*pb.GlBindFramebufferOESResponse, error)
- func (s *GLES11ExtServer) GlBindRenderbufferOES(_ context.Context, req *pb.GlBindRenderbufferOESRequest) (*pb.GlBindRenderbufferOESResponse, error)
- func (s *GLES11ExtServer) GlBlendEquationOES(_ context.Context, req *pb.GlBlendEquationOESRequest) (*pb.GlBlendEquationOESResponse, error)
- func (s *GLES11ExtServer) GlBlendEquationSeparateOES(_ context.Context, req *pb.GlBlendEquationSeparateOESRequest) (*pb.GlBlendEquationSeparateOESResponse, error)
- func (s *GLES11ExtServer) GlBlendFuncSeparateOES(_ context.Context, req *pb.GlBlendFuncSeparateOESRequest) (*pb.GlBlendFuncSeparateOESResponse, error)
- func (s *GLES11ExtServer) GlCheckFramebufferStatusOES(_ context.Context, req *pb.GlCheckFramebufferStatusOESRequest) (*pb.GlCheckFramebufferStatusOESResponse, error)
- func (s *GLES11ExtServer) GlClearColorxOES(_ context.Context, req *pb.GlClearColorxOESRequest) (*pb.GlClearColorxOESResponse, error)
- func (s *GLES11ExtServer) GlClearDepthfOES(_ context.Context, req *pb.GlClearDepthfOESRequest) (*pb.GlClearDepthfOESResponse, error)
- func (s *GLES11ExtServer) GlClearDepthxOES(_ context.Context, req *pb.GlClearDepthxOESRequest) (*pb.GlClearDepthxOESResponse, error)
- func (s *GLES11ExtServer) GlClipPlanefOES2_1(_ context.Context, req *pb.GlClipPlanefOES2_1Request) (*pb.GlClipPlanefOES2_1Response, error)
- func (s *GLES11ExtServer) GlClipPlanefOES3(_ context.Context, req *pb.GlClipPlanefOES3Request) (*pb.GlClipPlanefOES3Response, error)
- func (s *GLES11ExtServer) GlClipPlanexOES2_1(_ context.Context, req *pb.GlClipPlanexOES2_1Request) (*pb.GlClipPlanexOES2_1Response, error)
- func (s *GLES11ExtServer) GlClipPlanexOES3(_ context.Context, req *pb.GlClipPlanexOES3Request) (*pb.GlClipPlanexOES3Response, error)
- func (s *GLES11ExtServer) GlColor4XOES(_ context.Context, req *pb.GlColor4XOESRequest) (*pb.GlColor4XOESResponse, error)
- func (s *GLES11ExtServer) GlCurrentPaletteMatrixOES(_ context.Context, req *pb.GlCurrentPaletteMatrixOESRequest) (*pb.GlCurrentPaletteMatrixOESResponse, error)
- func (s *GLES11ExtServer) GlDeleteFramebuffersOES2_1(_ context.Context, req *pb.GlDeleteFramebuffersOES2_1Request) (*pb.GlDeleteFramebuffersOES2_1Response, error)
- func (s *GLES11ExtServer) GlDeleteFramebuffersOES3(_ context.Context, req *pb.GlDeleteFramebuffersOES3Request) (*pb.GlDeleteFramebuffersOES3Response, error)
- func (s *GLES11ExtServer) GlDeleteRenderbuffersOES2_1(_ context.Context, req *pb.GlDeleteRenderbuffersOES2_1Request) (*pb.GlDeleteRenderbuffersOES2_1Response, error)
- func (s *GLES11ExtServer) GlDeleteRenderbuffersOES3(_ context.Context, req *pb.GlDeleteRenderbuffersOES3Request) (*pb.GlDeleteRenderbuffersOES3Response, error)
- func (s *GLES11ExtServer) GlDepthRangefOES(_ context.Context, req *pb.GlDepthRangefOESRequest) (*pb.GlDepthRangefOESResponse, error)
- func (s *GLES11ExtServer) GlDepthRangexOES(_ context.Context, req *pb.GlDepthRangexOESRequest) (*pb.GlDepthRangexOESResponse, error)
- func (s *GLES11ExtServer) GlDrawTexfOES(_ context.Context, req *pb.GlDrawTexfOESRequest) (*pb.GlDrawTexfOESResponse, error)
- func (s *GLES11ExtServer) GlDrawTexfvOES1_1(_ context.Context, req *pb.GlDrawTexfvOES1_1Request) (*pb.GlDrawTexfvOES1_1Response, error)
- func (s *GLES11ExtServer) GlDrawTexfvOES2(_ context.Context, req *pb.GlDrawTexfvOES2Request) (*pb.GlDrawTexfvOES2Response, error)
- func (s *GLES11ExtServer) GlDrawTexiOES(_ context.Context, req *pb.GlDrawTexiOESRequest) (*pb.GlDrawTexiOESResponse, error)
- func (s *GLES11ExtServer) GlDrawTexivOES1_1(_ context.Context, req *pb.GlDrawTexivOES1_1Request) (*pb.GlDrawTexivOES1_1Response, error)
- func (s *GLES11ExtServer) GlDrawTexivOES2(_ context.Context, req *pb.GlDrawTexivOES2Request) (*pb.GlDrawTexivOES2Response, error)
- func (s *GLES11ExtServer) GlDrawTexsOES(_ context.Context, req *pb.GlDrawTexsOESRequest) (*pb.GlDrawTexsOESResponse, error)
- func (s *GLES11ExtServer) GlDrawTexsvOES1(_ context.Context, req *pb.GlDrawTexsvOES1Request) (*pb.GlDrawTexsvOES1Response, error)
- func (s *GLES11ExtServer) GlDrawTexsvOES2_1(_ context.Context, req *pb.GlDrawTexsvOES2_1Request) (*pb.GlDrawTexsvOES2_1Response, error)
- func (s *GLES11ExtServer) GlDrawTexxOES(_ context.Context, req *pb.GlDrawTexxOESRequest) (*pb.GlDrawTexxOESResponse, error)
- func (s *GLES11ExtServer) GlDrawTexxvOES1_1(_ context.Context, req *pb.GlDrawTexxvOES1_1Request) (*pb.GlDrawTexxvOES1_1Response, error)
- func (s *GLES11ExtServer) GlDrawTexxvOES2(_ context.Context, req *pb.GlDrawTexxvOES2Request) (*pb.GlDrawTexxvOES2Response, error)
- func (s *GLES11ExtServer) GlEGLImageTargetRenderbufferStorageOES(_ context.Context, req *pb.GlEGLImageTargetRenderbufferStorageOESRequest) (*pb.GlEGLImageTargetRenderbufferStorageOESResponse, error)
- func (s *GLES11ExtServer) GlEGLImageTargetTexture2DOES(_ context.Context, req *pb.GlEGLImageTargetTexture2DOESRequest) (*pb.GlEGLImageTargetTexture2DOESResponse, error)
- func (s *GLES11ExtServer) GlFogxOES(_ context.Context, req *pb.GlFogxOESRequest) (*pb.GlFogxOESResponse, error)
- func (s *GLES11ExtServer) GlFogxvOES2_1(_ context.Context, req *pb.GlFogxvOES2_1Request) (*pb.GlFogxvOES2_1Response, error)
- func (s *GLES11ExtServer) GlFogxvOES3(_ context.Context, req *pb.GlFogxvOES3Request) (*pb.GlFogxvOES3Response, error)
- func (s *GLES11ExtServer) GlFramebufferRenderbufferOES(_ context.Context, req *pb.GlFramebufferRenderbufferOESRequest) (*pb.GlFramebufferRenderbufferOESResponse, error)
- func (s *GLES11ExtServer) GlFramebufferTexture2DOES(_ context.Context, req *pb.GlFramebufferTexture2DOESRequest) (*pb.GlFramebufferTexture2DOESResponse, error)
- func (s *GLES11ExtServer) GlFrustumfOES(_ context.Context, req *pb.GlFrustumfOESRequest) (*pb.GlFrustumfOESResponse, error)
- func (s *GLES11ExtServer) GlFrustumxOES(_ context.Context, req *pb.GlFrustumxOESRequest) (*pb.GlFrustumxOESResponse, error)
- func (s *GLES11ExtServer) GlGenFramebuffersOES2_1(_ context.Context, req *pb.GlGenFramebuffersOES2_1Request) (*pb.GlGenFramebuffersOES2_1Response, error)
- func (s *GLES11ExtServer) GlGenFramebuffersOES3(_ context.Context, req *pb.GlGenFramebuffersOES3Request) (*pb.GlGenFramebuffersOES3Response, error)
- func (s *GLES11ExtServer) GlGenRenderbuffersOES2_1(_ context.Context, req *pb.GlGenRenderbuffersOES2_1Request) (*pb.GlGenRenderbuffersOES2_1Response, error)
- func (s *GLES11ExtServer) GlGenRenderbuffersOES3(_ context.Context, req *pb.GlGenRenderbuffersOES3Request) (*pb.GlGenRenderbuffersOES3Response, error)
- func (s *GLES11ExtServer) GlGenerateMipmapOES(_ context.Context, req *pb.GlGenerateMipmapOESRequest) (*pb.GlGenerateMipmapOESResponse, error)
- func (s *GLES11ExtServer) GlGetClipPlanefOES2_1(_ context.Context, req *pb.GlGetClipPlanefOES2_1Request) (*pb.GlGetClipPlanefOES2_1Response, error)
- func (s *GLES11ExtServer) GlGetClipPlanefOES3(_ context.Context, req *pb.GlGetClipPlanefOES3Request) (*pb.GlGetClipPlanefOES3Response, error)
- func (s *GLES11ExtServer) GlGetClipPlanexOES2_1(_ context.Context, req *pb.GlGetClipPlanexOES2_1Request) (*pb.GlGetClipPlanexOES2_1Response, error)
- func (s *GLES11ExtServer) GlGetClipPlanexOES3(_ context.Context, req *pb.GlGetClipPlanexOES3Request) (*pb.GlGetClipPlanexOES3Response, error)
- func (s *GLES11ExtServer) GlGetFixedvOES2_1(_ context.Context, req *pb.GlGetFixedvOES2_1Request) (*pb.GlGetFixedvOES2_1Response, error)
- func (s *GLES11ExtServer) GlGetFixedvOES3(_ context.Context, req *pb.GlGetFixedvOES3Request) (*pb.GlGetFixedvOES3Response, error)
- func (s *GLES11ExtServer) GlGetFramebufferAttachmentParameterivOES4_1(_ context.Context, req *pb.GlGetFramebufferAttachmentParameterivOES4_1Request) (*pb.GlGetFramebufferAttachmentParameterivOES4_1Response, error)
- func (s *GLES11ExtServer) GlGetFramebufferAttachmentParameterivOES5(_ context.Context, req *pb.GlGetFramebufferAttachmentParameterivOES5Request) (*pb.GlGetFramebufferAttachmentParameterivOES5Response, error)
- func (s *GLES11ExtServer) GlGetLightxvOES3_1(_ context.Context, req *pb.GlGetLightxvOES3_1Request) (*pb.GlGetLightxvOES3_1Response, error)
- func (s *GLES11ExtServer) GlGetLightxvOES4(_ context.Context, req *pb.GlGetLightxvOES4Request) (*pb.GlGetLightxvOES4Response, error)
- func (s *GLES11ExtServer) GlGetMaterialxvOES3_1(_ context.Context, req *pb.GlGetMaterialxvOES3_1Request) (*pb.GlGetMaterialxvOES3_1Response, error)
- func (s *GLES11ExtServer) GlGetMaterialxvOES4(_ context.Context, req *pb.GlGetMaterialxvOES4Request) (*pb.GlGetMaterialxvOES4Response, error)
- func (s *GLES11ExtServer) GlGetRenderbufferParameterivOES3_1(_ context.Context, req *pb.GlGetRenderbufferParameterivOES3_1Request) (*pb.GlGetRenderbufferParameterivOES3_1Response, error)
- func (s *GLES11ExtServer) GlGetRenderbufferParameterivOES4(_ context.Context, req *pb.GlGetRenderbufferParameterivOES4Request) (*pb.GlGetRenderbufferParameterivOES4Response, error)
- func (s *GLES11ExtServer) GlGetTexEnvxvOES3_1(_ context.Context, req *pb.GlGetTexEnvxvOES3_1Request) (*pb.GlGetTexEnvxvOES3_1Response, error)
- func (s *GLES11ExtServer) GlGetTexEnvxvOES4(_ context.Context, req *pb.GlGetTexEnvxvOES4Request) (*pb.GlGetTexEnvxvOES4Response, error)
- func (s *GLES11ExtServer) GlGetTexGenfvOES3_1(_ context.Context, req *pb.GlGetTexGenfvOES3_1Request) (*pb.GlGetTexGenfvOES3_1Response, error)
- func (s *GLES11ExtServer) GlGetTexGenfvOES4(_ context.Context, req *pb.GlGetTexGenfvOES4Request) (*pb.GlGetTexGenfvOES4Response, error)
- func (s *GLES11ExtServer) GlGetTexGenivOES3_1(_ context.Context, req *pb.GlGetTexGenivOES3_1Request) (*pb.GlGetTexGenivOES3_1Response, error)
- func (s *GLES11ExtServer) GlGetTexGenivOES4(_ context.Context, req *pb.GlGetTexGenivOES4Request) (*pb.GlGetTexGenivOES4Response, error)
- func (s *GLES11ExtServer) GlGetTexGenxvOES3_1(_ context.Context, req *pb.GlGetTexGenxvOES3_1Request) (*pb.GlGetTexGenxvOES3_1Response, error)
- func (s *GLES11ExtServer) GlGetTexGenxvOES4(_ context.Context, req *pb.GlGetTexGenxvOES4Request) (*pb.GlGetTexGenxvOES4Response, error)
- func (s *GLES11ExtServer) GlGetTexParameterxvOES3_1(_ context.Context, req *pb.GlGetTexParameterxvOES3_1Request) (*pb.GlGetTexParameterxvOES3_1Response, error)
- func (s *GLES11ExtServer) GlGetTexParameterxvOES4(_ context.Context, req *pb.GlGetTexParameterxvOES4Request) (*pb.GlGetTexParameterxvOES4Response, error)
- func (s *GLES11ExtServer) GlIsFramebufferOES(_ context.Context, req *pb.GlIsFramebufferOESRequest) (*pb.GlIsFramebufferOESResponse, error)
- func (s *GLES11ExtServer) GlIsRenderbufferOES(_ context.Context, req *pb.GlIsRenderbufferOESRequest) (*pb.GlIsRenderbufferOESResponse, error)
- func (s *GLES11ExtServer) GlLightModelxOES(_ context.Context, req *pb.GlLightModelxOESRequest) (*pb.GlLightModelxOESResponse, error)
- func (s *GLES11ExtServer) GlLightModelxvOES2_1(_ context.Context, req *pb.GlLightModelxvOES2_1Request) (*pb.GlLightModelxvOES2_1Response, error)
- func (s *GLES11ExtServer) GlLightModelxvOES3(_ context.Context, req *pb.GlLightModelxvOES3Request) (*pb.GlLightModelxvOES3Response, error)
- func (s *GLES11ExtServer) GlLightxOES(_ context.Context, req *pb.GlLightxOESRequest) (*pb.GlLightxOESResponse, error)
- func (s *GLES11ExtServer) GlLightxvOES3_1(_ context.Context, req *pb.GlLightxvOES3_1Request) (*pb.GlLightxvOES3_1Response, error)
- func (s *GLES11ExtServer) GlLightxvOES4(_ context.Context, req *pb.GlLightxvOES4Request) (*pb.GlLightxvOES4Response, error)
- func (s *GLES11ExtServer) GlLineWidthxOES(_ context.Context, req *pb.GlLineWidthxOESRequest) (*pb.GlLineWidthxOESResponse, error)
- func (s *GLES11ExtServer) GlLoadMatrixxOES1_1(_ context.Context, req *pb.GlLoadMatrixxOES1_1Request) (*pb.GlLoadMatrixxOES1_1Response, error)
- func (s *GLES11ExtServer) GlLoadMatrixxOES2(_ context.Context, req *pb.GlLoadMatrixxOES2Request) (*pb.GlLoadMatrixxOES2Response, error)
- func (s *GLES11ExtServer) GlLoadPaletteFromModelViewMatrixOES(_ context.Context, req *pb.GlLoadPaletteFromModelViewMatrixOESRequest) (*pb.GlLoadPaletteFromModelViewMatrixOESResponse, error)
- func (s *GLES11ExtServer) GlMaterialxOES(_ context.Context, req *pb.GlMaterialxOESRequest) (*pb.GlMaterialxOESResponse, error)
- func (s *GLES11ExtServer) GlMaterialxvOES3_1(_ context.Context, req *pb.GlMaterialxvOES3_1Request) (*pb.GlMaterialxvOES3_1Response, error)
- func (s *GLES11ExtServer) GlMaterialxvOES4(_ context.Context, req *pb.GlMaterialxvOES4Request) (*pb.GlMaterialxvOES4Response, error)
- func (s *GLES11ExtServer) GlMatrixIndexPointerOES(_ context.Context, req *pb.GlMatrixIndexPointerOESRequest) (*pb.GlMatrixIndexPointerOESResponse, error)
- func (s *GLES11ExtServer) GlMultMatrixxOES1_1(_ context.Context, req *pb.GlMultMatrixxOES1_1Request) (*pb.GlMultMatrixxOES1_1Response, error)
- func (s *GLES11ExtServer) GlMultMatrixxOES2(_ context.Context, req *pb.GlMultMatrixxOES2Request) (*pb.GlMultMatrixxOES2Response, error)
- func (s *GLES11ExtServer) GlMultiTexCoord4XOES(_ context.Context, req *pb.GlMultiTexCoord4XOESRequest) (*pb.GlMultiTexCoord4XOESResponse, error)
- func (s *GLES11ExtServer) GlNormal3XOES(_ context.Context, req *pb.GlNormal3XOESRequest) (*pb.GlNormal3XOESResponse, error)
- func (s *GLES11ExtServer) GlOrthofOES(_ context.Context, req *pb.GlOrthofOESRequest) (*pb.GlOrthofOESResponse, error)
- func (s *GLES11ExtServer) GlOrthoxOES(_ context.Context, req *pb.GlOrthoxOESRequest) (*pb.GlOrthoxOESResponse, error)
- func (s *GLES11ExtServer) GlPointParameterxOES(_ context.Context, req *pb.GlPointParameterxOESRequest) (*pb.GlPointParameterxOESResponse, error)
- func (s *GLES11ExtServer) GlPointParameterxvOES2_1(_ context.Context, req *pb.GlPointParameterxvOES2_1Request) (*pb.GlPointParameterxvOES2_1Response, error)
- func (s *GLES11ExtServer) GlPointParameterxvOES3(_ context.Context, req *pb.GlPointParameterxvOES3Request) (*pb.GlPointParameterxvOES3Response, error)
- func (s *GLES11ExtServer) GlPointSizexOES(_ context.Context, req *pb.GlPointSizexOESRequest) (*pb.GlPointSizexOESResponse, error)
- func (s *GLES11ExtServer) GlPolygonOffsetxOES(_ context.Context, req *pb.GlPolygonOffsetxOESRequest) (*pb.GlPolygonOffsetxOESResponse, error)
- func (s *GLES11ExtServer) GlRenderbufferStorageOES(_ context.Context, req *pb.GlRenderbufferStorageOESRequest) (*pb.GlRenderbufferStorageOESResponse, error)
- func (s *GLES11ExtServer) GlRotatexOES(_ context.Context, req *pb.GlRotatexOESRequest) (*pb.GlRotatexOESResponse, error)
- func (s *GLES11ExtServer) GlSampleCoveragexOES(_ context.Context, req *pb.GlSampleCoveragexOESRequest) (*pb.GlSampleCoveragexOESResponse, error)
- func (s *GLES11ExtServer) GlScalexOES(_ context.Context, req *pb.GlScalexOESRequest) (*pb.GlScalexOESResponse, error)
- func (s *GLES11ExtServer) GlTexEnvxOES(_ context.Context, req *pb.GlTexEnvxOESRequest) (*pb.GlTexEnvxOESResponse, error)
- func (s *GLES11ExtServer) GlTexEnvxvOES3_1(_ context.Context, req *pb.GlTexEnvxvOES3_1Request) (*pb.GlTexEnvxvOES3_1Response, error)
- func (s *GLES11ExtServer) GlTexEnvxvOES4(_ context.Context, req *pb.GlTexEnvxvOES4Request) (*pb.GlTexEnvxvOES4Response, error)
- func (s *GLES11ExtServer) GlTexGenfOES(_ context.Context, req *pb.GlTexGenfOESRequest) (*pb.GlTexGenfOESResponse, error)
- func (s *GLES11ExtServer) GlTexGenfvOES3_1(_ context.Context, req *pb.GlTexGenfvOES3_1Request) (*pb.GlTexGenfvOES3_1Response, error)
- func (s *GLES11ExtServer) GlTexGenfvOES4(_ context.Context, req *pb.GlTexGenfvOES4Request) (*pb.GlTexGenfvOES4Response, error)
- func (s *GLES11ExtServer) GlTexGeniOES(_ context.Context, req *pb.GlTexGeniOESRequest) (*pb.GlTexGeniOESResponse, error)
- func (s *GLES11ExtServer) GlTexGenivOES3_1(_ context.Context, req *pb.GlTexGenivOES3_1Request) (*pb.GlTexGenivOES3_1Response, error)
- func (s *GLES11ExtServer) GlTexGenivOES4(_ context.Context, req *pb.GlTexGenivOES4Request) (*pb.GlTexGenivOES4Response, error)
- func (s *GLES11ExtServer) GlTexGenxOES(_ context.Context, req *pb.GlTexGenxOESRequest) (*pb.GlTexGenxOESResponse, error)
- func (s *GLES11ExtServer) GlTexGenxvOES3_1(_ context.Context, req *pb.GlTexGenxvOES3_1Request) (*pb.GlTexGenxvOES3_1Response, error)
- func (s *GLES11ExtServer) GlTexGenxvOES4(_ context.Context, req *pb.GlTexGenxvOES4Request) (*pb.GlTexGenxvOES4Response, error)
- func (s *GLES11ExtServer) GlTexParameterxOES(_ context.Context, req *pb.GlTexParameterxOESRequest) (*pb.GlTexParameterxOESResponse, error)
- func (s *GLES11ExtServer) GlTexParameterxvOES3_1(_ context.Context, req *pb.GlTexParameterxvOES3_1Request) (*pb.GlTexParameterxvOES3_1Response, error)
- func (s *GLES11ExtServer) GlTexParameterxvOES4(_ context.Context, req *pb.GlTexParameterxvOES4Request) (*pb.GlTexParameterxvOES4Response, error)
- func (s *GLES11ExtServer) GlTranslatexOES(_ context.Context, req *pb.GlTranslatexOESRequest) (*pb.GlTranslatexOESResponse, error)
- func (s *GLES11ExtServer) GlWeightPointerOES(_ context.Context, req *pb.GlWeightPointerOESRequest) (*pb.GlWeightPointerOESResponse, error)
- func (s *GLES11ExtServer) NewGLES11Ext(_ context.Context, req *pb.NewGLES11ExtRequest) (*pb.NewGLES11ExtResponse, error)
- type GLES11Server
- func (s *GLES11Server) GlBindBuffer(_ context.Context, req *pb.GlBindBufferRequest) (*pb.GlBindBufferResponse, error)
- func (s *GLES11Server) GlBufferData(_ context.Context, req *pb.GlBufferDataRequest) (*pb.GlBufferDataResponse, error)
- func (s *GLES11Server) GlBufferSubData(_ context.Context, req *pb.GlBufferSubDataRequest) (*pb.GlBufferSubDataResponse, error)
- func (s *GLES11Server) GlClipPlanef2_1(_ context.Context, req *pb.GlClipPlanef2_1Request) (*pb.GlClipPlanef2_1Response, error)
- func (s *GLES11Server) GlClipPlanef3(_ context.Context, req *pb.GlClipPlanef3Request) (*pb.GlClipPlanef3Response, error)
- func (s *GLES11Server) GlClipPlanex2_1(_ context.Context, req *pb.GlClipPlanex2_1Request) (*pb.GlClipPlanex2_1Response, error)
- func (s *GLES11Server) GlClipPlanex3(_ context.Context, req *pb.GlClipPlanex3Request) (*pb.GlClipPlanex3Response, error)
- func (s *GLES11Server) GlColor4Ub(_ context.Context, req *pb.GlColor4UbRequest) (*pb.GlColor4UbResponse, error)
- func (s *GLES11Server) GlColorPointer(_ context.Context, req *pb.GlColorPointerRequest) (*pb.GlColorPointerResponse, error)
- func (s *GLES11Server) GlDeleteBuffers2_1(_ context.Context, req *pb.GlDeleteBuffers2_1Request) (*pb.GlDeleteBuffers2_1Response, error)
- func (s *GLES11Server) GlDeleteBuffers3(_ context.Context, req *pb.GlDeleteBuffers3Request) (*pb.GlDeleteBuffers3Response, error)
- func (s *GLES11Server) GlDrawElements(_ context.Context, req *pb.GlDrawElementsRequest) (*pb.GlDrawElementsResponse, error)
- func (s *GLES11Server) GlGenBuffers2_1(_ context.Context, req *pb.GlGenBuffers2_1Request) (*pb.GlGenBuffers2_1Response, error)
- func (s *GLES11Server) GlGenBuffers3(_ context.Context, req *pb.GlGenBuffers3Request) (*pb.GlGenBuffers3Response, error)
- func (s *GLES11Server) GlGetBooleanv2_1(_ context.Context, req *pb.GlGetBooleanv2_1Request) (*pb.GlGetBooleanv2_1Response, error)
- func (s *GLES11Server) GlGetBooleanv3(_ context.Context, req *pb.GlGetBooleanv3Request) (*pb.GlGetBooleanv3Response, error)
- func (s *GLES11Server) GlGetBufferParameteriv3_1(_ context.Context, req *pb.GlGetBufferParameteriv3_1Request) (*pb.GlGetBufferParameteriv3_1Response, error)
- func (s *GLES11Server) GlGetBufferParameteriv4(_ context.Context, req *pb.GlGetBufferParameteriv4Request) (*pb.GlGetBufferParameteriv4Response, error)
- func (s *GLES11Server) GlGetClipPlanef2_1(_ context.Context, req *pb.GlGetClipPlanef2_1Request) (*pb.GlGetClipPlanef2_1Response, error)
- func (s *GLES11Server) GlGetClipPlanef3(_ context.Context, req *pb.GlGetClipPlanef3Request) (*pb.GlGetClipPlanef3Response, error)
- func (s *GLES11Server) GlGetClipPlanex2_1(_ context.Context, req *pb.GlGetClipPlanex2_1Request) (*pb.GlGetClipPlanex2_1Response, error)
- func (s *GLES11Server) GlGetClipPlanex3(_ context.Context, req *pb.GlGetClipPlanex3Request) (*pb.GlGetClipPlanex3Response, error)
- func (s *GLES11Server) GlGetFixedv2_1(_ context.Context, req *pb.GlGetFixedv2_1Request) (*pb.GlGetFixedv2_1Response, error)
- func (s *GLES11Server) GlGetFixedv3(_ context.Context, req *pb.GlGetFixedv3Request) (*pb.GlGetFixedv3Response, error)
- func (s *GLES11Server) GlGetFloatv2_1(_ context.Context, req *pb.GlGetFloatv2_1Request) (*pb.GlGetFloatv2_1Response, error)
- func (s *GLES11Server) GlGetFloatv3(_ context.Context, req *pb.GlGetFloatv3Request) (*pb.GlGetFloatv3Response, error)
- func (s *GLES11Server) GlGetLightfv3_1(_ context.Context, req *pb.GlGetLightfv3_1Request) (*pb.GlGetLightfv3_1Response, error)
- func (s *GLES11Server) GlGetLightfv4(_ context.Context, req *pb.GlGetLightfv4Request) (*pb.GlGetLightfv4Response, error)
- func (s *GLES11Server) GlGetLightxv3_1(_ context.Context, req *pb.GlGetLightxv3_1Request) (*pb.GlGetLightxv3_1Response, error)
- func (s *GLES11Server) GlGetLightxv4(_ context.Context, req *pb.GlGetLightxv4Request) (*pb.GlGetLightxv4Response, error)
- func (s *GLES11Server) GlGetMaterialfv3_1(_ context.Context, req *pb.GlGetMaterialfv3_1Request) (*pb.GlGetMaterialfv3_1Response, error)
- func (s *GLES11Server) GlGetMaterialfv4(_ context.Context, req *pb.GlGetMaterialfv4Request) (*pb.GlGetMaterialfv4Response, error)
- func (s *GLES11Server) GlGetMaterialxv3_1(_ context.Context, req *pb.GlGetMaterialxv3_1Request) (*pb.GlGetMaterialxv3_1Response, error)
- func (s *GLES11Server) GlGetMaterialxv4(_ context.Context, req *pb.GlGetMaterialxv4Request) (*pb.GlGetMaterialxv4Response, error)
- func (s *GLES11Server) GlGetTexEnvfv3_1(_ context.Context, req *pb.GlGetTexEnvfv3_1Request) (*pb.GlGetTexEnvfv3_1Response, error)
- func (s *GLES11Server) GlGetTexEnvfv4(_ context.Context, req *pb.GlGetTexEnvfv4Request) (*pb.GlGetTexEnvfv4Response, error)
- func (s *GLES11Server) GlGetTexEnviv3_1(_ context.Context, req *pb.GlGetTexEnviv3_1Request) (*pb.GlGetTexEnviv3_1Response, error)
- func (s *GLES11Server) GlGetTexEnviv4(_ context.Context, req *pb.GlGetTexEnviv4Request) (*pb.GlGetTexEnviv4Response, error)
- func (s *GLES11Server) GlGetTexEnvxv3_1(_ context.Context, req *pb.GlGetTexEnvxv3_1Request) (*pb.GlGetTexEnvxv3_1Response, error)
- func (s *GLES11Server) GlGetTexEnvxv4(_ context.Context, req *pb.GlGetTexEnvxv4Request) (*pb.GlGetTexEnvxv4Response, error)
- func (s *GLES11Server) GlGetTexParameterfv3_1(_ context.Context, req *pb.GlGetTexParameterfv3_1Request) (*pb.GlGetTexParameterfv3_1Response, error)
- func (s *GLES11Server) GlGetTexParameterfv4(_ context.Context, req *pb.GlGetTexParameterfv4Request) (*pb.GlGetTexParameterfv4Response, error)
- func (s *GLES11Server) GlGetTexParameteriv3_1(_ context.Context, req *pb.GlGetTexParameteriv3_1Request) (*pb.GlGetTexParameteriv3_1Response, error)
- func (s *GLES11Server) GlGetTexParameteriv4(_ context.Context, req *pb.GlGetTexParameteriv4Request) (*pb.GlGetTexParameteriv4Response, error)
- func (s *GLES11Server) GlGetTexParameterxv3_1(_ context.Context, req *pb.GlGetTexParameterxv3_1Request) (*pb.GlGetTexParameterxv3_1Response, error)
- func (s *GLES11Server) GlGetTexParameterxv4(_ context.Context, req *pb.GlGetTexParameterxv4Request) (*pb.GlGetTexParameterxv4Response, error)
- func (s *GLES11Server) GlIsBuffer(_ context.Context, req *pb.GlIsBufferRequest) (*pb.GlIsBufferResponse, error)
- func (s *GLES11Server) GlIsEnabled(_ context.Context, req *pb.GlIsEnabledRequest) (*pb.GlIsEnabledResponse, error)
- func (s *GLES11Server) GlIsTexture(_ context.Context, req *pb.GlIsTextureRequest) (*pb.GlIsTextureResponse, error)
- func (s *GLES11Server) GlNormalPointer(_ context.Context, req *pb.GlNormalPointerRequest) (*pb.GlNormalPointerResponse, error)
- func (s *GLES11Server) GlPointParameterf(_ context.Context, req *pb.GlPointParameterfRequest) (*pb.GlPointParameterfResponse, error)
- func (s *GLES11Server) GlPointParameterfv2_1(_ context.Context, req *pb.GlPointParameterfv2_1Request) (*pb.GlPointParameterfv2_1Response, error)
- func (s *GLES11Server) GlPointParameterfv3(_ context.Context, req *pb.GlPointParameterfv3Request) (*pb.GlPointParameterfv3Response, error)
- func (s *GLES11Server) GlPointParameterx(_ context.Context, req *pb.GlPointParameterxRequest) (*pb.GlPointParameterxResponse, error)
- func (s *GLES11Server) GlPointParameterxv2_1(_ context.Context, req *pb.GlPointParameterxv2_1Request) (*pb.GlPointParameterxv2_1Response, error)
- func (s *GLES11Server) GlPointParameterxv3(_ context.Context, req *pb.GlPointParameterxv3Request) (*pb.GlPointParameterxv3Response, error)
- func (s *GLES11Server) GlPointSizePointerOES(_ context.Context, req *pb.GlPointSizePointerOESRequest) (*pb.GlPointSizePointerOESResponse, error)
- func (s *GLES11Server) GlTexCoordPointer(_ context.Context, req *pb.GlTexCoordPointerRequest) (*pb.GlTexCoordPointerResponse, error)
- func (s *GLES11Server) GlTexEnvi(_ context.Context, req *pb.GlTexEnviRequest) (*pb.GlTexEnviResponse, error)
- func (s *GLES11Server) GlTexEnviv3_1(_ context.Context, req *pb.GlTexEnviv3_1Request) (*pb.GlTexEnviv3_1Response, error)
- func (s *GLES11Server) GlTexEnviv4(_ context.Context, req *pb.GlTexEnviv4Request) (*pb.GlTexEnviv4Response, error)
- func (s *GLES11Server) GlTexParameterfv3_1(_ context.Context, req *pb.GlTexParameterfv3_1Request) (*pb.GlTexParameterfv3_1Response, error)
- func (s *GLES11Server) GlTexParameterfv4(_ context.Context, req *pb.GlTexParameterfv4Request) (*pb.GlTexParameterfv4Response, error)
- func (s *GLES11Server) GlTexParameteri(_ context.Context, req *pb.GlTexParameteriRequest) (*pb.GlTexParameteriResponse, error)
- func (s *GLES11Server) GlTexParameteriv3_1(_ context.Context, req *pb.GlTexParameteriv3_1Request) (*pb.GlTexParameteriv3_1Response, error)
- func (s *GLES11Server) GlTexParameteriv4(_ context.Context, req *pb.GlTexParameteriv4Request) (*pb.GlTexParameteriv4Response, error)
- func (s *GLES11Server) GlTexParameterxv3_1(_ context.Context, req *pb.GlTexParameterxv3_1Request) (*pb.GlTexParameterxv3_1Response, error)
- func (s *GLES11Server) GlTexParameterxv4(_ context.Context, req *pb.GlTexParameterxv4Request) (*pb.GlTexParameterxv4Response, error)
- func (s *GLES11Server) GlVertexPointer(_ context.Context, req *pb.GlVertexPointerRequest) (*pb.GlVertexPointerResponse, error)
- func (s *GLES11Server) NewGLES11(_ context.Context, req *pb.NewGLES11Request) (*pb.NewGLES11Response, error)
- type GLES20Server
- func (s *GLES20Server) GlActiveTexture(_ context.Context, req *pb.GlActiveTextureRequest) (*pb.GlActiveTextureResponse, error)
- func (s *GLES20Server) GlAttachShader(_ context.Context, req *pb.GlAttachShaderRequest) (*pb.GlAttachShaderResponse, error)
- func (s *GLES20Server) GlBindAttribLocation(_ context.Context, req *pb.GlBindAttribLocationRequest) (*pb.GlBindAttribLocationResponse, error)
- func (s *GLES20Server) GlBindBuffer(_ context.Context, req *pb.GlBindBufferRequest) (*pb.GlBindBufferResponse, error)
- func (s *GLES20Server) GlBindFramebuffer(_ context.Context, req *pb.GlBindFramebufferRequest) (*pb.GlBindFramebufferResponse, error)
- func (s *GLES20Server) GlBindRenderbuffer(_ context.Context, req *pb.GlBindRenderbufferRequest) (*pb.GlBindRenderbufferResponse, error)
- func (s *GLES20Server) GlBindTexture(_ context.Context, req *pb.GlBindTextureRequest) (*pb.GlBindTextureResponse, error)
- func (s *GLES20Server) GlBlendColor(_ context.Context, req *pb.GlBlendColorRequest) (*pb.GlBlendColorResponse, error)
- func (s *GLES20Server) GlBlendEquation(_ context.Context, req *pb.GlBlendEquationRequest) (*pb.GlBlendEquationResponse, error)
- func (s *GLES20Server) GlBlendEquationSeparate(_ context.Context, req *pb.GlBlendEquationSeparateRequest) (*pb.GlBlendEquationSeparateResponse, error)
- func (s *GLES20Server) GlBlendFunc(_ context.Context, req *pb.GlBlendFuncRequest) (*pb.GlBlendFuncResponse, error)
- func (s *GLES20Server) GlBlendFuncSeparate(_ context.Context, req *pb.GlBlendFuncSeparateRequest) (*pb.GlBlendFuncSeparateResponse, error)
- func (s *GLES20Server) GlBufferData(_ context.Context, req *pb.GlBufferDataRequest) (*pb.GlBufferDataResponse, error)
- func (s *GLES20Server) GlBufferSubData(_ context.Context, req *pb.GlBufferSubDataRequest) (*pb.GlBufferSubDataResponse, error)
- func (s *GLES20Server) GlCheckFramebufferStatus(_ context.Context, req *pb.GlCheckFramebufferStatusRequest) (*pb.GlCheckFramebufferStatusResponse, error)
- func (s *GLES20Server) GlClear(_ context.Context, req *pb.GlClearRequest) (*pb.GlClearResponse, error)
- func (s *GLES20Server) GlClearColor(_ context.Context, req *pb.GlClearColorRequest) (*pb.GlClearColorResponse, error)
- func (s *GLES20Server) GlClearDepthf(_ context.Context, req *pb.GlClearDepthfRequest) (*pb.GlClearDepthfResponse, error)
- func (s *GLES20Server) GlClearStencil(_ context.Context, req *pb.GlClearStencilRequest) (*pb.GlClearStencilResponse, error)
- func (s *GLES20Server) GlColorMask(_ context.Context, req *pb.GlColorMaskRequest) (*pb.GlColorMaskResponse, error)
- func (s *GLES20Server) GlCompileShader(_ context.Context, req *pb.GlCompileShaderRequest) (*pb.GlCompileShaderResponse, error)
- func (s *GLES20Server) GlCompressedTexImage2D(_ context.Context, req *pb.GlCompressedTexImage2DRequest) (*pb.GlCompressedTexImage2DResponse, error)
- func (s *GLES20Server) GlCompressedTexSubImage2D(_ context.Context, req *pb.GlCompressedTexSubImage2DRequest) (*pb.GlCompressedTexSubImage2DResponse, error)
- func (s *GLES20Server) GlCopyTexImage2D(_ context.Context, req *pb.GlCopyTexImage2DRequest) (*pb.GlCopyTexImage2DResponse, error)
- func (s *GLES20Server) GlCopyTexSubImage2D(_ context.Context, req *pb.GlCopyTexSubImage2DRequest) (*pb.GlCopyTexSubImage2DResponse, error)
- func (s *GLES20Server) GlCreateProgram(_ context.Context, req *pb.GlCreateProgramRequest) (*pb.GlCreateProgramResponse, error)
- func (s *GLES20Server) GlCreateShader(_ context.Context, req *pb.GlCreateShaderRequest) (*pb.GlCreateShaderResponse, error)
- func (s *GLES20Server) GlCullFace(_ context.Context, req *pb.GlCullFaceRequest) (*pb.GlCullFaceResponse, error)
- func (s *GLES20Server) GlDeleteBuffers2_1(_ context.Context, req *pb.GlDeleteBuffers2_1Request) (*pb.GlDeleteBuffers2_1Response, error)
- func (s *GLES20Server) GlDeleteBuffers3(_ context.Context, req *pb.GlDeleteBuffers3Request) (*pb.GlDeleteBuffers3Response, error)
- func (s *GLES20Server) GlDeleteFramebuffers2_1(_ context.Context, req *pb.GlDeleteFramebuffers2_1Request) (*pb.GlDeleteFramebuffers2_1Response, error)
- func (s *GLES20Server) GlDeleteFramebuffers3(_ context.Context, req *pb.GlDeleteFramebuffers3Request) (*pb.GlDeleteFramebuffers3Response, error)
- func (s *GLES20Server) GlDeleteProgram(_ context.Context, req *pb.GlDeleteProgramRequest) (*pb.GlDeleteProgramResponse, error)
- func (s *GLES20Server) GlDeleteRenderbuffers2_1(_ context.Context, req *pb.GlDeleteRenderbuffers2_1Request) (*pb.GlDeleteRenderbuffers2_1Response, error)
- func (s *GLES20Server) GlDeleteRenderbuffers3(_ context.Context, req *pb.GlDeleteRenderbuffers3Request) (*pb.GlDeleteRenderbuffers3Response, error)
- func (s *GLES20Server) GlDeleteShader(_ context.Context, req *pb.GlDeleteShaderRequest) (*pb.GlDeleteShaderResponse, error)
- func (s *GLES20Server) GlDeleteTextures2_1(_ context.Context, req *pb.GlDeleteTextures2_1Request) (*pb.GlDeleteTextures2_1Response, error)
- func (s *GLES20Server) GlDeleteTextures3(_ context.Context, req *pb.GlDeleteTextures3Request) (*pb.GlDeleteTextures3Response, error)
- func (s *GLES20Server) GlDepthFunc(_ context.Context, req *pb.GlDepthFuncRequest) (*pb.GlDepthFuncResponse, error)
- func (s *GLES20Server) GlDepthMask(_ context.Context, req *pb.GlDepthMaskRequest) (*pb.GlDepthMaskResponse, error)
- func (s *GLES20Server) GlDepthRangef(_ context.Context, req *pb.GlDepthRangefRequest) (*pb.GlDepthRangefResponse, error)
- func (s *GLES20Server) GlDetachShader(_ context.Context, req *pb.GlDetachShaderRequest) (*pb.GlDetachShaderResponse, error)
- func (s *GLES20Server) GlDisable(_ context.Context, req *pb.GlDisableRequest) (*pb.GlDisableResponse, error)
- func (s *GLES20Server) GlDisableVertexAttribArray(_ context.Context, req *pb.GlDisableVertexAttribArrayRequest) (*pb.GlDisableVertexAttribArrayResponse, error)
- func (s *GLES20Server) GlDrawArrays(_ context.Context, req *pb.GlDrawArraysRequest) (*pb.GlDrawArraysResponse, error)
- func (s *GLES20Server) GlDrawElements4(_ context.Context, req *pb.GlDrawElements4Request) (*pb.GlDrawElements4Response, error)
- func (s *GLES20Server) GlDrawElements4_1(_ context.Context, req *pb.GlDrawElements4_1Request) (*pb.GlDrawElements4_1Response, error)
- func (s *GLES20Server) GlEnable(_ context.Context, req *pb.GlEnableRequest) (*pb.GlEnableResponse, error)
- func (s *GLES20Server) GlEnableVertexAttribArray(_ context.Context, req *pb.GlEnableVertexAttribArrayRequest) (*pb.GlEnableVertexAttribArrayResponse, error)
- func (s *GLES20Server) GlFinish(_ context.Context, req *pb.GlFinishRequest) (*pb.GlFinishResponse, error)
- func (s *GLES20Server) GlFlush(_ context.Context, req *pb.GlFlushRequest) (*pb.GlFlushResponse, error)
- func (s *GLES20Server) GlFramebufferRenderbuffer(_ context.Context, req *pb.GlFramebufferRenderbufferRequest) (*pb.GlFramebufferRenderbufferResponse, error)
- func (s *GLES20Server) GlFramebufferTexture2D(_ context.Context, req *pb.GlFramebufferTexture2DRequest) (*pb.GlFramebufferTexture2DResponse, error)
- func (s *GLES20Server) GlFrontFace(_ context.Context, req *pb.GlFrontFaceRequest) (*pb.GlFrontFaceResponse, error)
- func (s *GLES20Server) GlGenBuffers2_1(_ context.Context, req *pb.GlGenBuffers2_1Request) (*pb.GlGenBuffers2_1Response, error)
- func (s *GLES20Server) GlGenBuffers3(_ context.Context, req *pb.GlGenBuffers3Request) (*pb.GlGenBuffers3Response, error)
- func (s *GLES20Server) GlGenFramebuffers2_1(_ context.Context, req *pb.GlGenFramebuffers2_1Request) (*pb.GlGenFramebuffers2_1Response, error)
- func (s *GLES20Server) GlGenFramebuffers3(_ context.Context, req *pb.GlGenFramebuffers3Request) (*pb.GlGenFramebuffers3Response, error)
- func (s *GLES20Server) GlGenRenderbuffers2_1(_ context.Context, req *pb.GlGenRenderbuffers2_1Request) (*pb.GlGenRenderbuffers2_1Response, error)
- func (s *GLES20Server) GlGenRenderbuffers3(_ context.Context, req *pb.GlGenRenderbuffers3Request) (*pb.GlGenRenderbuffers3Response, error)
- func (s *GLES20Server) GlGenTextures2_1(_ context.Context, req *pb.GlGenTextures2_1Request) (*pb.GlGenTextures2_1Response, error)
- func (s *GLES20Server) GlGenTextures3(_ context.Context, req *pb.GlGenTextures3Request) (*pb.GlGenTextures3Response, error)
- func (s *GLES20Server) GlGenerateMipmap(_ context.Context, req *pb.GlGenerateMipmapRequest) (*pb.GlGenerateMipmapResponse, error)
- func (s *GLES20Server) GlGetActiveAttrib4_2(_ context.Context, req *pb.GlGetActiveAttrib4_2Request) (*pb.GlGetActiveAttrib4_2Response, error)
- func (s *GLES20Server) GlGetActiveAttrib6_1(_ context.Context, req *pb.GlGetActiveAttrib6_1Request) (*pb.GlGetActiveAttrib6_1Response, error)
- func (s *GLES20Server) GlGetActiveAttrib11(_ context.Context, req *pb.GlGetActiveAttrib11Request) (*pb.GlGetActiveAttrib11Response, error)
- func (s *GLES20Server) GlGetActiveUniform4_2(_ context.Context, req *pb.GlGetActiveUniform4_2Request) (*pb.GlGetActiveUniform4_2Response, error)
- func (s *GLES20Server) GlGetActiveUniform6_1(_ context.Context, req *pb.GlGetActiveUniform6_1Request) (*pb.GlGetActiveUniform6_1Response, error)
- func (s *GLES20Server) GlGetActiveUniform11(_ context.Context, req *pb.GlGetActiveUniform11Request) (*pb.GlGetActiveUniform11Response, error)
- func (s *GLES20Server) GlGetAttachedShaders4_1(_ context.Context, req *pb.GlGetAttachedShaders4_1Request) (*pb.GlGetAttachedShaders4_1Response, error)
- func (s *GLES20Server) GlGetAttachedShaders6(_ context.Context, req *pb.GlGetAttachedShaders6Request) (*pb.GlGetAttachedShaders6Response, error)
- func (s *GLES20Server) GlGetAttribLocation(_ context.Context, req *pb.GlGetAttribLocationRequest) (*pb.GlGetAttribLocationResponse, error)
- func (s *GLES20Server) GlGetBooleanv2_1(_ context.Context, req *pb.GlGetBooleanv2_1Request) (*pb.GlGetBooleanv2_1Response, error)
- func (s *GLES20Server) GlGetBooleanv3(_ context.Context, req *pb.GlGetBooleanv3Request) (*pb.GlGetBooleanv3Response, error)
- func (s *GLES20Server) GlGetBufferParameteriv3_1(_ context.Context, req *pb.GlGetBufferParameteriv3_1Request) (*pb.GlGetBufferParameteriv3_1Response, error)
- func (s *GLES20Server) GlGetBufferParameteriv4(_ context.Context, req *pb.GlGetBufferParameteriv4Request) (*pb.GlGetBufferParameteriv4Response, error)
- func (s *GLES20Server) GlGetError(_ context.Context, req *pb.GlGetErrorRequest) (*pb.GlGetErrorResponse, error)
- func (s *GLES20Server) GlGetFloatv2_1(_ context.Context, req *pb.GlGetFloatv2_1Request) (*pb.GlGetFloatv2_1Response, error)
- func (s *GLES20Server) GlGetFloatv3(_ context.Context, req *pb.GlGetFloatv3Request) (*pb.GlGetFloatv3Response, error)
- func (s *GLES20Server) GlGetFramebufferAttachmentParameteriv4_1(_ context.Context, req *pb.GlGetFramebufferAttachmentParameteriv4_1Request) (*pb.GlGetFramebufferAttachmentParameteriv4_1Response, error)
- func (s *GLES20Server) GlGetFramebufferAttachmentParameteriv5(_ context.Context, req *pb.GlGetFramebufferAttachmentParameteriv5Request) (*pb.GlGetFramebufferAttachmentParameteriv5Response, error)
- func (s *GLES20Server) GlGetIntegerv2_1(_ context.Context, req *pb.GlGetIntegerv2_1Request) (*pb.GlGetIntegerv2_1Response, error)
- func (s *GLES20Server) GlGetIntegerv3(_ context.Context, req *pb.GlGetIntegerv3Request) (*pb.GlGetIntegerv3Response, error)
- func (s *GLES20Server) GlGetProgramInfoLog(_ context.Context, req *pb.GlGetProgramInfoLogRequest) (*pb.GlGetProgramInfoLogResponse, error)
- func (s *GLES20Server) GlGetProgramiv3_1(_ context.Context, req *pb.GlGetProgramiv3_1Request) (*pb.GlGetProgramiv3_1Response, error)
- func (s *GLES20Server) GlGetProgramiv4(_ context.Context, req *pb.GlGetProgramiv4Request) (*pb.GlGetProgramiv4Response, error)
- func (s *GLES20Server) GlGetRenderbufferParameteriv3_1(_ context.Context, req *pb.GlGetRenderbufferParameteriv3_1Request) (*pb.GlGetRenderbufferParameteriv3_1Response, error)
- func (s *GLES20Server) GlGetRenderbufferParameteriv4(_ context.Context, req *pb.GlGetRenderbufferParameteriv4Request) (*pb.GlGetRenderbufferParameteriv4Response, error)
- func (s *GLES20Server) GlGetShaderInfoLog(_ context.Context, req *pb.GlGetShaderInfoLogRequest) (*pb.GlGetShaderInfoLogResponse, error)
- func (s *GLES20Server) GlGetShaderPrecisionFormat4_1(_ context.Context, req *pb.GlGetShaderPrecisionFormat4_1Request) (*pb.GlGetShaderPrecisionFormat4_1Response, error)
- func (s *GLES20Server) GlGetShaderPrecisionFormat6(_ context.Context, req *pb.GlGetShaderPrecisionFormat6Request) (*pb.GlGetShaderPrecisionFormat6Response, error)
- func (s *GLES20Server) GlGetShaderSource1(_ context.Context, req *pb.GlGetShaderSource1Request) (*pb.GlGetShaderSource1Response, error)
- func (s *GLES20Server) GlGetShaderSource6_1(_ context.Context, req *pb.GlGetShaderSource6_1Request) (*pb.GlGetShaderSource6_1Response, error)
- func (s *GLES20Server) GlGetShaderiv3_1(_ context.Context, req *pb.GlGetShaderiv3_1Request) (*pb.GlGetShaderiv3_1Response, error)
- func (s *GLES20Server) GlGetShaderiv4(_ context.Context, req *pb.GlGetShaderiv4Request) (*pb.GlGetShaderiv4Response, error)
- func (s *GLES20Server) GlGetString(_ context.Context, req *pb.GlGetStringRequest) (*pb.GlGetStringResponse, error)
- func (s *GLES20Server) GlGetTexParameterfv3_1(_ context.Context, req *pb.GlGetTexParameterfv3_1Request) (*pb.GlGetTexParameterfv3_1Response, error)
- func (s *GLES20Server) GlGetTexParameterfv4(_ context.Context, req *pb.GlGetTexParameterfv4Request) (*pb.GlGetTexParameterfv4Response, error)
- func (s *GLES20Server) GlGetTexParameteriv3_1(_ context.Context, req *pb.GlGetTexParameteriv3_1Request) (*pb.GlGetTexParameteriv3_1Response, error)
- func (s *GLES20Server) GlGetTexParameteriv4(_ context.Context, req *pb.GlGetTexParameteriv4Request) (*pb.GlGetTexParameteriv4Response, error)
- func (s *GLES20Server) GlGetUniformLocation(_ context.Context, req *pb.GlGetUniformLocationRequest) (*pb.GlGetUniformLocationResponse, error)
- func (s *GLES20Server) GlGetUniformfv3_1(_ context.Context, req *pb.GlGetUniformfv3_1Request) (*pb.GlGetUniformfv3_1Response, error)
- func (s *GLES20Server) GlGetUniformfv4(_ context.Context, req *pb.GlGetUniformfv4Request) (*pb.GlGetUniformfv4Response, error)
- func (s *GLES20Server) GlGetUniformiv3_1(_ context.Context, req *pb.GlGetUniformiv3_1Request) (*pb.GlGetUniformiv3_1Response, error)
- func (s *GLES20Server) GlGetUniformiv4(_ context.Context, req *pb.GlGetUniformiv4Request) (*pb.GlGetUniformiv4Response, error)
- func (s *GLES20Server) GlGetVertexAttribfv3_1(_ context.Context, req *pb.GlGetVertexAttribfv3_1Request) (*pb.GlGetVertexAttribfv3_1Response, error)
- func (s *GLES20Server) GlGetVertexAttribfv4(_ context.Context, req *pb.GlGetVertexAttribfv4Request) (*pb.GlGetVertexAttribfv4Response, error)
- func (s *GLES20Server) GlGetVertexAttribiv3_1(_ context.Context, req *pb.GlGetVertexAttribiv3_1Request) (*pb.GlGetVertexAttribiv3_1Response, error)
- func (s *GLES20Server) GlGetVertexAttribiv4(_ context.Context, req *pb.GlGetVertexAttribiv4Request) (*pb.GlGetVertexAttribiv4Response, error)
- func (s *GLES20Server) GlHint(_ context.Context, req *pb.GlHintRequest) (*pb.GlHintResponse, error)
- func (s *GLES20Server) GlIsBuffer(_ context.Context, req *pb.GlIsBufferRequest) (*pb.GlIsBufferResponse, error)
- func (s *GLES20Server) GlIsEnabled(_ context.Context, req *pb.GlIsEnabledRequest) (*pb.GlIsEnabledResponse, error)
- func (s *GLES20Server) GlIsFramebuffer(_ context.Context, req *pb.GlIsFramebufferRequest) (*pb.GlIsFramebufferResponse, error)
- func (s *GLES20Server) GlIsProgram(_ context.Context, req *pb.GlIsProgramRequest) (*pb.GlIsProgramResponse, error)
- func (s *GLES20Server) GlIsRenderbuffer(_ context.Context, req *pb.GlIsRenderbufferRequest) (*pb.GlIsRenderbufferResponse, error)
- func (s *GLES20Server) GlIsShader(_ context.Context, req *pb.GlIsShaderRequest) (*pb.GlIsShaderResponse, error)
- func (s *GLES20Server) GlIsTexture(_ context.Context, req *pb.GlIsTextureRequest) (*pb.GlIsTextureResponse, error)
- func (s *GLES20Server) GlLineWidth(_ context.Context, req *pb.GlLineWidthRequest) (*pb.GlLineWidthResponse, error)
- func (s *GLES20Server) GlLinkProgram(_ context.Context, req *pb.GlLinkProgramRequest) (*pb.GlLinkProgramResponse, error)
- func (s *GLES20Server) GlPixelStorei(_ context.Context, req *pb.GlPixelStoreiRequest) (*pb.GlPixelStoreiResponse, error)
- func (s *GLES20Server) GlPolygonOffset(_ context.Context, req *pb.GlPolygonOffsetRequest) (*pb.GlPolygonOffsetResponse, error)
- func (s *GLES20Server) GlReadPixels(_ context.Context, req *pb.GlReadPixelsRequest) (*pb.GlReadPixelsResponse, error)
- func (s *GLES20Server) GlReleaseShaderCompiler(_ context.Context, req *pb.GlReleaseShaderCompilerRequest) (*pb.GlReleaseShaderCompilerResponse, error)
- func (s *GLES20Server) GlRenderbufferStorage(_ context.Context, req *pb.GlRenderbufferStorageRequest) (*pb.GlRenderbufferStorageResponse, error)
- func (s *GLES20Server) GlSampleCoverage(_ context.Context, req *pb.GlSampleCoverageRequest) (*pb.GlSampleCoverageResponse, error)
- func (s *GLES20Server) GlScissor(_ context.Context, req *pb.GlScissorRequest) (*pb.GlScissorResponse, error)
- func (s *GLES20Server) GlShaderBinary5_1(_ context.Context, req *pb.GlShaderBinary5_1Request) (*pb.GlShaderBinary5_1Response, error)
- func (s *GLES20Server) GlShaderBinary6(_ context.Context, req *pb.GlShaderBinary6Request) (*pb.GlShaderBinary6Response, error)
- func (s *GLES20Server) GlShaderSource(_ context.Context, req *pb.GlShaderSourceRequest) (*pb.GlShaderSourceResponse, error)
- func (s *GLES20Server) GlStencilFunc(_ context.Context, req *pb.GlStencilFuncRequest) (*pb.GlStencilFuncResponse, error)
- func (s *GLES20Server) GlStencilFuncSeparate(_ context.Context, req *pb.GlStencilFuncSeparateRequest) (*pb.GlStencilFuncSeparateResponse, error)
- func (s *GLES20Server) GlStencilMask(_ context.Context, req *pb.GlStencilMaskRequest) (*pb.GlStencilMaskResponse, error)
- func (s *GLES20Server) GlStencilMaskSeparate(_ context.Context, req *pb.GlStencilMaskSeparateRequest) (*pb.GlStencilMaskSeparateResponse, error)
- func (s *GLES20Server) GlStencilOp(_ context.Context, req *pb.GlStencilOpRequest) (*pb.GlStencilOpResponse, error)
- func (s *GLES20Server) GlStencilOpSeparate(_ context.Context, req *pb.GlStencilOpSeparateRequest) (*pb.GlStencilOpSeparateResponse, error)
- func (s *GLES20Server) GlTexImage2D(_ context.Context, req *pb.GlTexImage2DRequest) (*pb.GlTexImage2DResponse, error)
- func (s *GLES20Server) GlTexParameterf(_ context.Context, req *pb.GlTexParameterfRequest) (*pb.GlTexParameterfResponse, error)
- func (s *GLES20Server) GlTexParameterfv3_1(_ context.Context, req *pb.GlTexParameterfv3_1Request) (*pb.GlTexParameterfv3_1Response, error)
- func (s *GLES20Server) GlTexParameterfv4(_ context.Context, req *pb.GlTexParameterfv4Request) (*pb.GlTexParameterfv4Response, error)
- func (s *GLES20Server) GlTexParameteri(_ context.Context, req *pb.GlTexParameteriRequest) (*pb.GlTexParameteriResponse, error)
- func (s *GLES20Server) GlTexParameteriv3_1(_ context.Context, req *pb.GlTexParameteriv3_1Request) (*pb.GlTexParameteriv3_1Response, error)
- func (s *GLES20Server) GlTexParameteriv4(_ context.Context, req *pb.GlTexParameteriv4Request) (*pb.GlTexParameteriv4Response, error)
- func (s *GLES20Server) GlTexSubImage2D(_ context.Context, req *pb.GlTexSubImage2DRequest) (*pb.GlTexSubImage2DResponse, error)
- func (s *GLES20Server) GlUniform1F(_ context.Context, req *pb.GlUniform1FRequest) (*pb.GlUniform1FResponse, error)
- func (s *GLES20Server) GlUniform1Fv3_1(_ context.Context, req *pb.GlUniform1Fv3_1Request) (*pb.GlUniform1Fv3_1Response, error)
- func (s *GLES20Server) GlUniform1Fv4(_ context.Context, req *pb.GlUniform1Fv4Request) (*pb.GlUniform1Fv4Response, error)
- func (s *GLES20Server) GlUniform1I(_ context.Context, req *pb.GlUniform1IRequest) (*pb.GlUniform1IResponse, error)
- func (s *GLES20Server) GlUniform1Iv3_1(_ context.Context, req *pb.GlUniform1Iv3_1Request) (*pb.GlUniform1Iv3_1Response, error)
- func (s *GLES20Server) GlUniform1Iv4(_ context.Context, req *pb.GlUniform1Iv4Request) (*pb.GlUniform1Iv4Response, error)
- func (s *GLES20Server) GlUniform2F(_ context.Context, req *pb.GlUniform2FRequest) (*pb.GlUniform2FResponse, error)
- func (s *GLES20Server) GlUniform2Fv3_1(_ context.Context, req *pb.GlUniform2Fv3_1Request) (*pb.GlUniform2Fv3_1Response, error)
- func (s *GLES20Server) GlUniform2Fv4(_ context.Context, req *pb.GlUniform2Fv4Request) (*pb.GlUniform2Fv4Response, error)
- func (s *GLES20Server) GlUniform2I(_ context.Context, req *pb.GlUniform2IRequest) (*pb.GlUniform2IResponse, error)
- func (s *GLES20Server) GlUniform2Iv3_1(_ context.Context, req *pb.GlUniform2Iv3_1Request) (*pb.GlUniform2Iv3_1Response, error)
- func (s *GLES20Server) GlUniform2Iv4(_ context.Context, req *pb.GlUniform2Iv4Request) (*pb.GlUniform2Iv4Response, error)
- func (s *GLES20Server) GlUniform3F(_ context.Context, req *pb.GlUniform3FRequest) (*pb.GlUniform3FResponse, error)
- func (s *GLES20Server) GlUniform3Fv3_1(_ context.Context, req *pb.GlUniform3Fv3_1Request) (*pb.GlUniform3Fv3_1Response, error)
- func (s *GLES20Server) GlUniform3Fv4(_ context.Context, req *pb.GlUniform3Fv4Request) (*pb.GlUniform3Fv4Response, error)
- func (s *GLES20Server) GlUniform3I(_ context.Context, req *pb.GlUniform3IRequest) (*pb.GlUniform3IResponse, error)
- func (s *GLES20Server) GlUniform3Iv3_1(_ context.Context, req *pb.GlUniform3Iv3_1Request) (*pb.GlUniform3Iv3_1Response, error)
- func (s *GLES20Server) GlUniform3Iv4(_ context.Context, req *pb.GlUniform3Iv4Request) (*pb.GlUniform3Iv4Response, error)
- func (s *GLES20Server) GlUniform4F(_ context.Context, req *pb.GlUniform4FRequest) (*pb.GlUniform4FResponse, error)
- func (s *GLES20Server) GlUniform4Fv3_1(_ context.Context, req *pb.GlUniform4Fv3_1Request) (*pb.GlUniform4Fv3_1Response, error)
- func (s *GLES20Server) GlUniform4Fv4(_ context.Context, req *pb.GlUniform4Fv4Request) (*pb.GlUniform4Fv4Response, error)
- func (s *GLES20Server) GlUniform4I(_ context.Context, req *pb.GlUniform4IRequest) (*pb.GlUniform4IResponse, error)
- func (s *GLES20Server) GlUniform4Iv3_1(_ context.Context, req *pb.GlUniform4Iv3_1Request) (*pb.GlUniform4Iv3_1Response, error)
- func (s *GLES20Server) GlUniform4Iv4(_ context.Context, req *pb.GlUniform4Iv4Request) (*pb.GlUniform4Iv4Response, error)
- func (s *GLES20Server) GlUniformMatrix2Fv4_1(_ context.Context, req *pb.GlUniformMatrix2Fv4_1Request) (*pb.GlUniformMatrix2Fv4_1Response, error)
- func (s *GLES20Server) GlUniformMatrix2Fv5(_ context.Context, req *pb.GlUniformMatrix2Fv5Request) (*pb.GlUniformMatrix2Fv5Response, error)
- func (s *GLES20Server) GlUniformMatrix3Fv4_1(_ context.Context, req *pb.GlUniformMatrix3Fv4_1Request) (*pb.GlUniformMatrix3Fv4_1Response, error)
- func (s *GLES20Server) GlUniformMatrix3Fv5(_ context.Context, req *pb.GlUniformMatrix3Fv5Request) (*pb.GlUniformMatrix3Fv5Response, error)
- func (s *GLES20Server) GlUniformMatrix4Fv4_1(_ context.Context, req *pb.GlUniformMatrix4Fv4_1Request) (*pb.GlUniformMatrix4Fv4_1Response, error)
- func (s *GLES20Server) GlUniformMatrix4Fv5(_ context.Context, req *pb.GlUniformMatrix4Fv5Request) (*pb.GlUniformMatrix4Fv5Response, error)
- func (s *GLES20Server) GlUseProgram(_ context.Context, req *pb.GlUseProgramRequest) (*pb.GlUseProgramResponse, error)
- func (s *GLES20Server) GlValidateProgram(_ context.Context, req *pb.GlValidateProgramRequest) (*pb.GlValidateProgramResponse, error)
- func (s *GLES20Server) GlVertexAttrib1F(_ context.Context, req *pb.GlVertexAttrib1FRequest) (*pb.GlVertexAttrib1FResponse, error)
- func (s *GLES20Server) GlVertexAttrib1Fv2_1(_ context.Context, req *pb.GlVertexAttrib1Fv2_1Request) (*pb.GlVertexAttrib1Fv2_1Response, error)
- func (s *GLES20Server) GlVertexAttrib1Fv3(_ context.Context, req *pb.GlVertexAttrib1Fv3Request) (*pb.GlVertexAttrib1Fv3Response, error)
- func (s *GLES20Server) GlVertexAttrib2F(_ context.Context, req *pb.GlVertexAttrib2FRequest) (*pb.GlVertexAttrib2FResponse, error)
- func (s *GLES20Server) GlVertexAttrib2Fv2_1(_ context.Context, req *pb.GlVertexAttrib2Fv2_1Request) (*pb.GlVertexAttrib2Fv2_1Response, error)
- func (s *GLES20Server) GlVertexAttrib2Fv3(_ context.Context, req *pb.GlVertexAttrib2Fv3Request) (*pb.GlVertexAttrib2Fv3Response, error)
- func (s *GLES20Server) GlVertexAttrib3F(_ context.Context, req *pb.GlVertexAttrib3FRequest) (*pb.GlVertexAttrib3FResponse, error)
- func (s *GLES20Server) GlVertexAttrib3Fv2_1(_ context.Context, req *pb.GlVertexAttrib3Fv2_1Request) (*pb.GlVertexAttrib3Fv2_1Response, error)
- func (s *GLES20Server) GlVertexAttrib3Fv3(_ context.Context, req *pb.GlVertexAttrib3Fv3Request) (*pb.GlVertexAttrib3Fv3Response, error)
- func (s *GLES20Server) GlVertexAttrib4F(_ context.Context, req *pb.GlVertexAttrib4FRequest) (*pb.GlVertexAttrib4FResponse, error)
- func (s *GLES20Server) GlVertexAttrib4Fv2_1(_ context.Context, req *pb.GlVertexAttrib4Fv2_1Request) (*pb.GlVertexAttrib4Fv2_1Response, error)
- func (s *GLES20Server) GlVertexAttrib4Fv3(_ context.Context, req *pb.GlVertexAttrib4Fv3Request) (*pb.GlVertexAttrib4Fv3Response, error)
- func (s *GLES20Server) GlVertexAttribPointer6(_ context.Context, req *pb.GlVertexAttribPointer6Request) (*pb.GlVertexAttribPointer6Response, error)
- func (s *GLES20Server) GlVertexAttribPointer6_1(_ context.Context, req *pb.GlVertexAttribPointer6_1Request) (*pb.GlVertexAttribPointer6_1Response, error)
- func (s *GLES20Server) GlViewport(_ context.Context, req *pb.GlViewportRequest) (*pb.GlViewportResponse, error)
- func (s *GLES20Server) NewGLES20(_ context.Context, req *pb.NewGLES20Request) (*pb.NewGLES20Response, error)
- type GLES30Server
- func (s *GLES30Server) GlBeginQuery(_ context.Context, req *pb.GlBeginQueryRequest) (*pb.GlBeginQueryResponse, error)
- func (s *GLES30Server) GlBeginTransformFeedback(_ context.Context, req *pb.GlBeginTransformFeedbackRequest) (*pb.GlBeginTransformFeedbackResponse, error)
- func (s *GLES30Server) GlBindBufferBase(_ context.Context, req *pb.GlBindBufferBaseRequest) (*pb.GlBindBufferBaseResponse, error)
- func (s *GLES30Server) GlBindBufferRange(_ context.Context, req *pb.GlBindBufferRangeRequest) (*pb.GlBindBufferRangeResponse, error)
- func (s *GLES30Server) GlBindSampler(_ context.Context, req *pb.GlBindSamplerRequest) (*pb.GlBindSamplerResponse, error)
- func (s *GLES30Server) GlBindTransformFeedback(_ context.Context, req *pb.GlBindTransformFeedbackRequest) (*pb.GlBindTransformFeedbackResponse, error)
- func (s *GLES30Server) GlBindVertexArray(_ context.Context, req *pb.GlBindVertexArrayRequest) (*pb.GlBindVertexArrayResponse, error)
- func (s *GLES30Server) GlBlitFramebuffer(_ context.Context, req *pb.GlBlitFramebufferRequest) (*pb.GlBlitFramebufferResponse, error)
- func (s *GLES30Server) GlClearBufferfi(_ context.Context, req *pb.GlClearBufferfiRequest) (*pb.GlClearBufferfiResponse, error)
- func (s *GLES30Server) GlClearBufferfv3_1(_ context.Context, req *pb.GlClearBufferfv3_1Request) (*pb.GlClearBufferfv3_1Response, error)
- func (s *GLES30Server) GlClearBufferfv4(_ context.Context, req *pb.GlClearBufferfv4Request) (*pb.GlClearBufferfv4Response, error)
- func (s *GLES30Server) GlClearBufferiv3_1(_ context.Context, req *pb.GlClearBufferiv3_1Request) (*pb.GlClearBufferiv3_1Response, error)
- func (s *GLES30Server) GlClearBufferiv4(_ context.Context, req *pb.GlClearBufferiv4Request) (*pb.GlClearBufferiv4Response, error)
- func (s *GLES30Server) GlClearBufferuiv3_1(_ context.Context, req *pb.GlClearBufferuiv3_1Request) (*pb.GlClearBufferuiv3_1Response, error)
- func (s *GLES30Server) GlClearBufferuiv4(_ context.Context, req *pb.GlClearBufferuiv4Request) (*pb.GlClearBufferuiv4Response, error)
- func (s *GLES30Server) GlClientWaitSync(_ context.Context, req *pb.GlClientWaitSyncRequest) (*pb.GlClientWaitSyncResponse, error)
- func (s *GLES30Server) GlCompressedTexImage3D9(_ context.Context, req *pb.GlCompressedTexImage3D9Request) (*pb.GlCompressedTexImage3D9Response, error)
- func (s *GLES30Server) GlCompressedTexImage3D9_1(_ context.Context, req *pb.GlCompressedTexImage3D9_1Request) (*pb.GlCompressedTexImage3D9_1Response, error)
- func (s *GLES30Server) GlCompressedTexSubImage3D11(_ context.Context, req *pb.GlCompressedTexSubImage3D11Request) (*pb.GlCompressedTexSubImage3D11Response, error)
- func (s *GLES30Server) GlCompressedTexSubImage3D11_1(_ context.Context, req *pb.GlCompressedTexSubImage3D11_1Request) (*pb.GlCompressedTexSubImage3D11_1Response, error)
- func (s *GLES30Server) GlCopyBufferSubData(_ context.Context, req *pb.GlCopyBufferSubDataRequest) (*pb.GlCopyBufferSubDataResponse, error)
- func (s *GLES30Server) GlCopyTexSubImage3D(_ context.Context, req *pb.GlCopyTexSubImage3DRequest) (*pb.GlCopyTexSubImage3DResponse, error)
- func (s *GLES30Server) GlDeleteQueries2_1(_ context.Context, req *pb.GlDeleteQueries2_1Request) (*pb.GlDeleteQueries2_1Response, error)
- func (s *GLES30Server) GlDeleteQueries3(_ context.Context, req *pb.GlDeleteQueries3Request) (*pb.GlDeleteQueries3Response, error)
- func (s *GLES30Server) GlDeleteSamplers2_1(_ context.Context, req *pb.GlDeleteSamplers2_1Request) (*pb.GlDeleteSamplers2_1Response, error)
- func (s *GLES30Server) GlDeleteSamplers3(_ context.Context, req *pb.GlDeleteSamplers3Request) (*pb.GlDeleteSamplers3Response, error)
- func (s *GLES30Server) GlDeleteSync(_ context.Context, req *pb.GlDeleteSyncRequest) (*pb.GlDeleteSyncResponse, error)
- func (s *GLES30Server) GlDeleteTransformFeedbacks2_1(_ context.Context, req *pb.GlDeleteTransformFeedbacks2_1Request) (*pb.GlDeleteTransformFeedbacks2_1Response, error)
- func (s *GLES30Server) GlDeleteTransformFeedbacks3(_ context.Context, req *pb.GlDeleteTransformFeedbacks3Request) (*pb.GlDeleteTransformFeedbacks3Response, error)
- func (s *GLES30Server) GlDeleteVertexArrays2_1(_ context.Context, req *pb.GlDeleteVertexArrays2_1Request) (*pb.GlDeleteVertexArrays2_1Response, error)
- func (s *GLES30Server) GlDeleteVertexArrays3(_ context.Context, req *pb.GlDeleteVertexArrays3Request) (*pb.GlDeleteVertexArrays3Response, error)
- func (s *GLES30Server) GlDrawArraysInstanced(_ context.Context, req *pb.GlDrawArraysInstancedRequest) (*pb.GlDrawArraysInstancedResponse, error)
- func (s *GLES30Server) GlDrawBuffers2_1(_ context.Context, req *pb.GlDrawBuffers2_1Request) (*pb.GlDrawBuffers2_1Response, error)
- func (s *GLES30Server) GlDrawBuffers3(_ context.Context, req *pb.GlDrawBuffers3Request) (*pb.GlDrawBuffers3Response, error)
- func (s *GLES30Server) GlDrawElementsInstanced5(_ context.Context, req *pb.GlDrawElementsInstanced5Request) (*pb.GlDrawElementsInstanced5Response, error)
- func (s *GLES30Server) GlDrawElementsInstanced5_1(_ context.Context, req *pb.GlDrawElementsInstanced5_1Request) (*pb.GlDrawElementsInstanced5_1Response, error)
- func (s *GLES30Server) GlDrawRangeElements6(_ context.Context, req *pb.GlDrawRangeElements6Request) (*pb.GlDrawRangeElements6Response, error)
- func (s *GLES30Server) GlDrawRangeElements6_1(_ context.Context, req *pb.GlDrawRangeElements6_1Request) (*pb.GlDrawRangeElements6_1Response, error)
- func (s *GLES30Server) GlEndQuery(_ context.Context, req *pb.GlEndQueryRequest) (*pb.GlEndQueryResponse, error)
- func (s *GLES30Server) GlEndTransformFeedback(_ context.Context, req *pb.GlEndTransformFeedbackRequest) (*pb.GlEndTransformFeedbackResponse, error)
- func (s *GLES30Server) GlFenceSync(_ context.Context, req *pb.GlFenceSyncRequest) (*pb.GlFenceSyncResponse, error)
- func (s *GLES30Server) GlFlushMappedBufferRange(_ context.Context, req *pb.GlFlushMappedBufferRangeRequest) (*pb.GlFlushMappedBufferRangeResponse, error)
- func (s *GLES30Server) GlFramebufferTextureLayer(_ context.Context, req *pb.GlFramebufferTextureLayerRequest) (*pb.GlFramebufferTextureLayerResponse, error)
- func (s *GLES30Server) GlGenQueries2_1(_ context.Context, req *pb.GlGenQueries2_1Request) (*pb.GlGenQueries2_1Response, error)
- func (s *GLES30Server) GlGenQueries3(_ context.Context, req *pb.GlGenQueries3Request) (*pb.GlGenQueries3Response, error)
- func (s *GLES30Server) GlGenSamplers2_1(_ context.Context, req *pb.GlGenSamplers2_1Request) (*pb.GlGenSamplers2_1Response, error)
- func (s *GLES30Server) GlGenSamplers3(_ context.Context, req *pb.GlGenSamplers3Request) (*pb.GlGenSamplers3Response, error)
- func (s *GLES30Server) GlGenTransformFeedbacks2_1(_ context.Context, req *pb.GlGenTransformFeedbacks2_1Request) (*pb.GlGenTransformFeedbacks2_1Response, error)
- func (s *GLES30Server) GlGenTransformFeedbacks3(_ context.Context, req *pb.GlGenTransformFeedbacks3Request) (*pb.GlGenTransformFeedbacks3Response, error)
- func (s *GLES30Server) GlGenVertexArrays2_1(_ context.Context, req *pb.GlGenVertexArrays2_1Request) (*pb.GlGenVertexArrays2_1Response, error)
- func (s *GLES30Server) GlGenVertexArrays3(_ context.Context, req *pb.GlGenVertexArrays3Request) (*pb.GlGenVertexArrays3Response, error)
- func (s *GLES30Server) GlGetActiveUniformBlockName2(_ context.Context, req *pb.GlGetActiveUniformBlockName2Request) (*pb.GlGetActiveUniformBlockName2Response, error)
- func (s *GLES30Server) GlGetActiveUniformBlockName4_2(_ context.Context, req *pb.GlGetActiveUniformBlockName4_2Request) (*pb.GlGetActiveUniformBlockName4_2Response, error)
- func (s *GLES30Server) GlGetActiveUniformBlockName7_1(_ context.Context, req *pb.GlGetActiveUniformBlockName7_1Request) (*pb.GlGetActiveUniformBlockName7_1Response, error)
- func (s *GLES30Server) GlGetActiveUniformBlockiv4_1(_ context.Context, req *pb.GlGetActiveUniformBlockiv4_1Request) (*pb.GlGetActiveUniformBlockiv4_1Response, error)
- func (s *GLES30Server) GlGetActiveUniformBlockiv5(_ context.Context, req *pb.GlGetActiveUniformBlockiv5Request) (*pb.GlGetActiveUniformBlockiv5Response, error)
- func (s *GLES30Server) GlGetActiveUniformsiv5_1(_ context.Context, req *pb.GlGetActiveUniformsiv5_1Request) (*pb.GlGetActiveUniformsiv5_1Response, error)
- func (s *GLES30Server) GlGetActiveUniformsiv7(_ context.Context, req *pb.GlGetActiveUniformsiv7Request) (*pb.GlGetActiveUniformsiv7Response, error)
- func (s *GLES30Server) GlGetBufferParameteri64V3(_ context.Context, req *pb.GlGetBufferParameteri64V3Request) (*pb.GlGetBufferParameteri64V3Response, error)
- func (s *GLES30Server) GlGetBufferParameteri64V4_1(_ context.Context, req *pb.GlGetBufferParameteri64V4_1Request) (*pb.GlGetBufferParameteri64V4_1Response, error)
- func (s *GLES30Server) GlGetBufferPointerv(_ context.Context, req *pb.GlGetBufferPointervRequest) (*pb.GlGetBufferPointervResponse, error)
- func (s *GLES30Server) GlGetFragDataLocation(_ context.Context, req *pb.GlGetFragDataLocationRequest) (*pb.GlGetFragDataLocationResponse, error)
- func (s *GLES30Server) GlGetInteger64IV3(_ context.Context, req *pb.GlGetInteger64IV3Request) (*pb.GlGetInteger64IV3Response, error)
- func (s *GLES30Server) GlGetInteger64IV4_1(_ context.Context, req *pb.GlGetInteger64IV4_1Request) (*pb.GlGetInteger64IV4_1Response, error)
- func (s *GLES30Server) GlGetInteger64V2(_ context.Context, req *pb.GlGetInteger64V2Request) (*pb.GlGetInteger64V2Response, error)
- func (s *GLES30Server) GlGetInteger64V3_1(_ context.Context, req *pb.GlGetInteger64V3_1Request) (*pb.GlGetInteger64V3_1Response, error)
- func (s *GLES30Server) GlGetIntegeriV3_1(_ context.Context, req *pb.GlGetIntegeriV3_1Request) (*pb.GlGetIntegeriV3_1Response, error)
- func (s *GLES30Server) GlGetIntegeriV4(_ context.Context, req *pb.GlGetIntegeriV4Request) (*pb.GlGetIntegeriV4Response, error)
- func (s *GLES30Server) GlGetInternalformativ5_1(_ context.Context, req *pb.GlGetInternalformativ5_1Request) (*pb.GlGetInternalformativ5_1Response, error)
- func (s *GLES30Server) GlGetInternalformativ6(_ context.Context, req *pb.GlGetInternalformativ6Request) (*pb.GlGetInternalformativ6Response, error)
- func (s *GLES30Server) GlGetProgramBinary5_1(_ context.Context, req *pb.GlGetProgramBinary5_1Request) (*pb.GlGetProgramBinary5_1Response, error)
- func (s *GLES30Server) GlGetProgramBinary7(_ context.Context, req *pb.GlGetProgramBinary7Request) (*pb.GlGetProgramBinary7Response, error)
- func (s *GLES30Server) GlGetQueryObjectuiv3_1(_ context.Context, req *pb.GlGetQueryObjectuiv3_1Request) (*pb.GlGetQueryObjectuiv3_1Response, error)
- func (s *GLES30Server) GlGetQueryObjectuiv4(_ context.Context, req *pb.GlGetQueryObjectuiv4Request) (*pb.GlGetQueryObjectuiv4Response, error)
- func (s *GLES30Server) GlGetQueryiv3_1(_ context.Context, req *pb.GlGetQueryiv3_1Request) (*pb.GlGetQueryiv3_1Response, error)
- func (s *GLES30Server) GlGetQueryiv4(_ context.Context, req *pb.GlGetQueryiv4Request) (*pb.GlGetQueryiv4Response, error)
- func (s *GLES30Server) GlGetSamplerParameterfv3_1(_ context.Context, req *pb.GlGetSamplerParameterfv3_1Request) (*pb.GlGetSamplerParameterfv3_1Response, error)
- func (s *GLES30Server) GlGetSamplerParameterfv4(_ context.Context, req *pb.GlGetSamplerParameterfv4Request) (*pb.GlGetSamplerParameterfv4Response, error)
- func (s *GLES30Server) GlGetSamplerParameteriv3_1(_ context.Context, req *pb.GlGetSamplerParameteriv3_1Request) (*pb.GlGetSamplerParameteriv3_1Response, error)
- func (s *GLES30Server) GlGetSamplerParameteriv4(_ context.Context, req *pb.GlGetSamplerParameteriv4Request) (*pb.GlGetSamplerParameteriv4Response, error)
- func (s *GLES30Server) GlGetStringi(_ context.Context, req *pb.GlGetStringiRequest) (*pb.GlGetStringiResponse, error)
- func (s *GLES30Server) GlGetSynciv5_1(_ context.Context, req *pb.GlGetSynciv5_1Request) (*pb.GlGetSynciv5_1Response, error)
- func (s *GLES30Server) GlGetSynciv7(_ context.Context, req *pb.GlGetSynciv7Request) (*pb.GlGetSynciv7Response, error)
- func (s *GLES30Server) GlGetTransformFeedbackVarying4_3(_ context.Context, req *pb.GlGetTransformFeedbackVarying4_3Request) (*pb.GlGetTransformFeedbackVarying4_3Response, error)
- func (s *GLES30Server) GlGetTransformFeedbackVarying6_2(_ context.Context, req *pb.GlGetTransformFeedbackVarying6_2Request) (*pb.GlGetTransformFeedbackVarying6_2Response, error)
- func (s *GLES30Server) GlGetTransformFeedbackVarying7_1(_ context.Context, req *pb.GlGetTransformFeedbackVarying7_1Request) (*pb.GlGetTransformFeedbackVarying7_1Response, error)
- func (s *GLES30Server) GlGetTransformFeedbackVarying11(_ context.Context, req *pb.GlGetTransformFeedbackVarying11Request) (*pb.GlGetTransformFeedbackVarying11Response, error)
- func (s *GLES30Server) GlGetUniformBlockIndex(_ context.Context, req *pb.GlGetUniformBlockIndexRequest) (*pb.GlGetUniformBlockIndexResponse, error)
- func (s *GLES30Server) GlGetUniformIndices3_1(_ context.Context, req *pb.GlGetUniformIndices3_1Request) (*pb.GlGetUniformIndices3_1Response, error)
- func (s *GLES30Server) GlGetUniformIndices4(_ context.Context, req *pb.GlGetUniformIndices4Request) (*pb.GlGetUniformIndices4Response, error)
- func (s *GLES30Server) GlGetUniformuiv3_1(_ context.Context, req *pb.GlGetUniformuiv3_1Request) (*pb.GlGetUniformuiv3_1Response, error)
- func (s *GLES30Server) GlGetUniformuiv4(_ context.Context, req *pb.GlGetUniformuiv4Request) (*pb.GlGetUniformuiv4Response, error)
- func (s *GLES30Server) GlGetVertexAttribIiv3_1(_ context.Context, req *pb.GlGetVertexAttribIiv3_1Request) (*pb.GlGetVertexAttribIiv3_1Response, error)
- func (s *GLES30Server) GlGetVertexAttribIiv4(_ context.Context, req *pb.GlGetVertexAttribIiv4Request) (*pb.GlGetVertexAttribIiv4Response, error)
- func (s *GLES30Server) GlGetVertexAttribIuiv3_1(_ context.Context, req *pb.GlGetVertexAttribIuiv3_1Request) (*pb.GlGetVertexAttribIuiv3_1Response, error)
- func (s *GLES30Server) GlGetVertexAttribIuiv4(_ context.Context, req *pb.GlGetVertexAttribIuiv4Request) (*pb.GlGetVertexAttribIuiv4Response, error)
- func (s *GLES30Server) GlInvalidateFramebuffer3_1(_ context.Context, req *pb.GlInvalidateFramebuffer3_1Request) (*pb.GlInvalidateFramebuffer3_1Response, error)
- func (s *GLES30Server) GlInvalidateFramebuffer4(_ context.Context, req *pb.GlInvalidateFramebuffer4Request) (*pb.GlInvalidateFramebuffer4Response, error)
- func (s *GLES30Server) GlInvalidateSubFramebuffer7_1(_ context.Context, req *pb.GlInvalidateSubFramebuffer7_1Request) (*pb.GlInvalidateSubFramebuffer7_1Response, error)
- func (s *GLES30Server) GlInvalidateSubFramebuffer8(_ context.Context, req *pb.GlInvalidateSubFramebuffer8Request) (*pb.GlInvalidateSubFramebuffer8Response, error)
- func (s *GLES30Server) GlIsQuery(_ context.Context, req *pb.GlIsQueryRequest) (*pb.GlIsQueryResponse, error)
- func (s *GLES30Server) GlIsSampler(_ context.Context, req *pb.GlIsSamplerRequest) (*pb.GlIsSamplerResponse, error)
- func (s *GLES30Server) GlIsSync(_ context.Context, req *pb.GlIsSyncRequest) (*pb.GlIsSyncResponse, error)
- func (s *GLES30Server) GlIsTransformFeedback(_ context.Context, req *pb.GlIsTransformFeedbackRequest) (*pb.GlIsTransformFeedbackResponse, error)
- func (s *GLES30Server) GlIsVertexArray(_ context.Context, req *pb.GlIsVertexArrayRequest) (*pb.GlIsVertexArrayResponse, error)
- func (s *GLES30Server) GlMapBufferRange(_ context.Context, req *pb.GlMapBufferRangeRequest) (*pb.GlMapBufferRangeResponse, error)
- func (s *GLES30Server) GlPauseTransformFeedback(_ context.Context, req *pb.GlPauseTransformFeedbackRequest) (*pb.GlPauseTransformFeedbackResponse, error)
- func (s *GLES30Server) GlProgramBinary(_ context.Context, req *pb.GlProgramBinaryRequest) (*pb.GlProgramBinaryResponse, error)
- func (s *GLES30Server) GlProgramParameteri(_ context.Context, req *pb.GlProgramParameteriRequest) (*pb.GlProgramParameteriResponse, error)
- func (s *GLES30Server) GlReadBuffer(_ context.Context, req *pb.GlReadBufferRequest) (*pb.GlReadBufferResponse, error)
- func (s *GLES30Server) GlReadPixels(_ context.Context, req *pb.GLES30GlReadPixelsRequest) (*pb.GlReadPixelsResponse, error)
- func (s *GLES30Server) GlRenderbufferStorageMultisample(_ context.Context, req *pb.GlRenderbufferStorageMultisampleRequest) (*pb.GlRenderbufferStorageMultisampleResponse, error)
- func (s *GLES30Server) GlResumeTransformFeedback(_ context.Context, req *pb.GlResumeTransformFeedbackRequest) (*pb.GlResumeTransformFeedbackResponse, error)
- func (s *GLES30Server) GlSamplerParameterf(_ context.Context, req *pb.GlSamplerParameterfRequest) (*pb.GlSamplerParameterfResponse, error)
- func (s *GLES30Server) GlSamplerParameterfv3_1(_ context.Context, req *pb.GlSamplerParameterfv3_1Request) (*pb.GlSamplerParameterfv3_1Response, error)
- func (s *GLES30Server) GlSamplerParameterfv4(_ context.Context, req *pb.GlSamplerParameterfv4Request) (*pb.GlSamplerParameterfv4Response, error)
- func (s *GLES30Server) GlSamplerParameteri(_ context.Context, req *pb.GlSamplerParameteriRequest) (*pb.GlSamplerParameteriResponse, error)
- func (s *GLES30Server) GlSamplerParameteriv3_1(_ context.Context, req *pb.GlSamplerParameteriv3_1Request) (*pb.GlSamplerParameteriv3_1Response, error)
- func (s *GLES30Server) GlSamplerParameteriv4(_ context.Context, req *pb.GlSamplerParameteriv4Request) (*pb.GlSamplerParameteriv4Response, error)
- func (s *GLES30Server) GlTexImage3D10(_ context.Context, req *pb.GlTexImage3D10Request) (*pb.GlTexImage3D10Response, error)
- func (s *GLES30Server) GlTexImage3D10_1(_ context.Context, req *pb.GlTexImage3D10_1Request) (*pb.GlTexImage3D10_1Response, error)
- func (s *GLES30Server) GlTexStorage2D(_ context.Context, req *pb.GlTexStorage2DRequest) (*pb.GlTexStorage2DResponse, error)
- func (s *GLES30Server) GlTexStorage3D(_ context.Context, req *pb.GlTexStorage3DRequest) (*pb.GlTexStorage3DResponse, error)
- func (s *GLES30Server) GlTexSubImage3D11(_ context.Context, req *pb.GlTexSubImage3D11Request) (*pb.GlTexSubImage3D11Response, error)
- func (s *GLES30Server) GlTexSubImage3D11_1(_ context.Context, req *pb.GlTexSubImage3D11_1Request) (*pb.GlTexSubImage3D11_1Response, error)
- func (s *GLES30Server) GlTransformFeedbackVaryings(_ context.Context, req *pb.GlTransformFeedbackVaryingsRequest) (*pb.GlTransformFeedbackVaryingsResponse, error)
- func (s *GLES30Server) GlUniform1Ui(_ context.Context, req *pb.GlUniform1UiRequest) (*pb.GlUniform1UiResponse, error)
- func (s *GLES30Server) GlUniform1Uiv3_1(_ context.Context, req *pb.GlUniform1Uiv3_1Request) (*pb.GlUniform1Uiv3_1Response, error)
- func (s *GLES30Server) GlUniform1Uiv4(_ context.Context, req *pb.GlUniform1Uiv4Request) (*pb.GlUniform1Uiv4Response, error)
- func (s *GLES30Server) GlUniform2Ui(_ context.Context, req *pb.GlUniform2UiRequest) (*pb.GlUniform2UiResponse, error)
- func (s *GLES30Server) GlUniform2Uiv3_1(_ context.Context, req *pb.GlUniform2Uiv3_1Request) (*pb.GlUniform2Uiv3_1Response, error)
- func (s *GLES30Server) GlUniform2Uiv4(_ context.Context, req *pb.GlUniform2Uiv4Request) (*pb.GlUniform2Uiv4Response, error)
- func (s *GLES30Server) GlUniform3Ui(_ context.Context, req *pb.GlUniform3UiRequest) (*pb.GlUniform3UiResponse, error)
- func (s *GLES30Server) GlUniform3Uiv3_1(_ context.Context, req *pb.GlUniform3Uiv3_1Request) (*pb.GlUniform3Uiv3_1Response, error)
- func (s *GLES30Server) GlUniform3Uiv4(_ context.Context, req *pb.GlUniform3Uiv4Request) (*pb.GlUniform3Uiv4Response, error)
- func (s *GLES30Server) GlUniform4Ui(_ context.Context, req *pb.GlUniform4UiRequest) (*pb.GlUniform4UiResponse, error)
- func (s *GLES30Server) GlUniform4Uiv3_1(_ context.Context, req *pb.GlUniform4Uiv3_1Request) (*pb.GlUniform4Uiv3_1Response, error)
- func (s *GLES30Server) GlUniform4Uiv4(_ context.Context, req *pb.GlUniform4Uiv4Request) (*pb.GlUniform4Uiv4Response, error)
- func (s *GLES30Server) GlUniformBlockBinding(_ context.Context, req *pb.GlUniformBlockBindingRequest) (*pb.GlUniformBlockBindingResponse, error)
- func (s *GLES30Server) GlUniformMatrix2X3Fv4_1(_ context.Context, req *pb.GlUniformMatrix2X3Fv4_1Request) (*pb.GlUniformMatrix2X3Fv4_1Response, error)
- func (s *GLES30Server) GlUniformMatrix2X3Fv5(_ context.Context, req *pb.GlUniformMatrix2X3Fv5Request) (*pb.GlUniformMatrix2X3Fv5Response, error)
- func (s *GLES30Server) GlUniformMatrix2X4Fv4_1(_ context.Context, req *pb.GlUniformMatrix2X4Fv4_1Request) (*pb.GlUniformMatrix2X4Fv4_1Response, error)
- func (s *GLES30Server) GlUniformMatrix2X4Fv5(_ context.Context, req *pb.GlUniformMatrix2X4Fv5Request) (*pb.GlUniformMatrix2X4Fv5Response, error)
- func (s *GLES30Server) GlUniformMatrix3X2Fv4_1(_ context.Context, req *pb.GlUniformMatrix3X2Fv4_1Request) (*pb.GlUniformMatrix3X2Fv4_1Response, error)
- func (s *GLES30Server) GlUniformMatrix3X2Fv5(_ context.Context, req *pb.GlUniformMatrix3X2Fv5Request) (*pb.GlUniformMatrix3X2Fv5Response, error)
- func (s *GLES30Server) GlUniformMatrix3X4Fv4_1(_ context.Context, req *pb.GlUniformMatrix3X4Fv4_1Request) (*pb.GlUniformMatrix3X4Fv4_1Response, error)
- func (s *GLES30Server) GlUniformMatrix3X4Fv5(_ context.Context, req *pb.GlUniformMatrix3X4Fv5Request) (*pb.GlUniformMatrix3X4Fv5Response, error)
- func (s *GLES30Server) GlUniformMatrix4X2Fv4_1(_ context.Context, req *pb.GlUniformMatrix4X2Fv4_1Request) (*pb.GlUniformMatrix4X2Fv4_1Response, error)
- func (s *GLES30Server) GlUniformMatrix4X2Fv5(_ context.Context, req *pb.GlUniformMatrix4X2Fv5Request) (*pb.GlUniformMatrix4X2Fv5Response, error)
- func (s *GLES30Server) GlUniformMatrix4X3Fv4_1(_ context.Context, req *pb.GlUniformMatrix4X3Fv4_1Request) (*pb.GlUniformMatrix4X3Fv4_1Response, error)
- func (s *GLES30Server) GlUniformMatrix4X3Fv5(_ context.Context, req *pb.GlUniformMatrix4X3Fv5Request) (*pb.GlUniformMatrix4X3Fv5Response, error)
- func (s *GLES30Server) GlUnmapBuffer(_ context.Context, req *pb.GlUnmapBufferRequest) (*pb.GlUnmapBufferResponse, error)
- func (s *GLES30Server) GlVertexAttribDivisor(_ context.Context, req *pb.GlVertexAttribDivisorRequest) (*pb.GlVertexAttribDivisorResponse, error)
- func (s *GLES30Server) GlVertexAttribI4I(_ context.Context, req *pb.GlVertexAttribI4IRequest) (*pb.GlVertexAttribI4IResponse, error)
- func (s *GLES30Server) GlVertexAttribI4Iv2_1(_ context.Context, req *pb.GlVertexAttribI4Iv2_1Request) (*pb.GlVertexAttribI4Iv2_1Response, error)
- func (s *GLES30Server) GlVertexAttribI4Iv3(_ context.Context, req *pb.GlVertexAttribI4Iv3Request) (*pb.GlVertexAttribI4Iv3Response, error)
- func (s *GLES30Server) GlVertexAttribI4Ui(_ context.Context, req *pb.GlVertexAttribI4UiRequest) (*pb.GlVertexAttribI4UiResponse, error)
- func (s *GLES30Server) GlVertexAttribI4Uiv2_1(_ context.Context, req *pb.GlVertexAttribI4Uiv2_1Request) (*pb.GlVertexAttribI4Uiv2_1Response, error)
- func (s *GLES30Server) GlVertexAttribI4Uiv3(_ context.Context, req *pb.GlVertexAttribI4Uiv3Request) (*pb.GlVertexAttribI4Uiv3Response, error)
- func (s *GLES30Server) GlVertexAttribIPointer5(_ context.Context, req *pb.GlVertexAttribIPointer5Request) (*pb.GlVertexAttribIPointer5Response, error)
- func (s *GLES30Server) GlVertexAttribIPointer5_1(_ context.Context, req *pb.GlVertexAttribIPointer5_1Request) (*pb.GlVertexAttribIPointer5_1Response, error)
- func (s *GLES30Server) GlWaitSync(_ context.Context, req *pb.GlWaitSyncRequest) (*pb.GlWaitSyncResponse, error)
- func (s *GLES30Server) NewGLES30(_ context.Context, req *pb.NewGLES30Request) (*pb.NewGLES30Response, error)
- type GLSurfaceViewServer
- func (s *GLSurfaceViewServer) GetDebugFlags(_ context.Context, req *pb.GetDebugFlagsRequest) (*pb.GetDebugFlagsResponse, error)
- func (s *GLSurfaceViewServer) GetPreserveEGLContextOnPause(_ context.Context, req *pb.GetPreserveEGLContextOnPauseRequest) (*pb.GetPreserveEGLContextOnPauseResponse, error)
- func (s *GLSurfaceViewServer) GetRenderMode(_ context.Context, req *pb.GetRenderModeRequest) (*pb.GetRenderModeResponse, error)
- func (s *GLSurfaceViewServer) NewGLSurfaceView(_ context.Context, req *pb.NewGLSurfaceViewRequest) (*pb.NewGLSurfaceViewResponse, error)
- func (s *GLSurfaceViewServer) OnPause(_ context.Context, req *pb.OnPauseRequest) (*pb.OnPauseResponse, error)
- func (s *GLSurfaceViewServer) OnResume(_ context.Context, req *pb.OnResumeRequest) (*pb.OnResumeResponse, error)
- func (s *GLSurfaceViewServer) QueueEvent(_ context.Context, req *pb.QueueEventRequest) (*pb.QueueEventResponse, error)
- func (s *GLSurfaceViewServer) RequestRender(_ context.Context, req *pb.RequestRenderRequest) (*pb.RequestRenderResponse, error)
- func (s *GLSurfaceViewServer) SetDebugFlags(_ context.Context, req *pb.SetDebugFlagsRequest) (*pb.SetDebugFlagsResponse, error)
- func (s *GLSurfaceViewServer) SetEGLConfigChooser1(_ context.Context, req *pb.SetEGLConfigChooser1Request) (*pb.SetEGLConfigChooser1Response, error)
- func (s *GLSurfaceViewServer) SetEGLConfigChooser1_1(_ context.Context, req *pb.SetEGLConfigChooser1_1Request) (*pb.SetEGLConfigChooser1_1Response, error)
- func (s *GLSurfaceViewServer) SetEGLConfigChooser6_2(_ context.Context, req *pb.SetEGLConfigChooser6_2Request) (*pb.SetEGLConfigChooser6_2Response, error)
- func (s *GLSurfaceViewServer) SetEGLContextClientVersion(_ context.Context, req *pb.SetEGLContextClientVersionRequest) (*pb.SetEGLContextClientVersionResponse, error)
- func (s *GLSurfaceViewServer) SetEGLContextFactory(_ context.Context, req *pb.SetEGLContextFactoryRequest) (*pb.SetEGLContextFactoryResponse, error)
- func (s *GLSurfaceViewServer) SetEGLWindowSurfaceFactory(_ context.Context, req *pb.SetEGLWindowSurfaceFactoryRequest) (*pb.SetEGLWindowSurfaceFactoryResponse, error)
- func (s *GLSurfaceViewServer) SetGLWrapper(_ context.Context, req *pb.SetGLWrapperRequest) (*pb.SetGLWrapperResponse, error)
- func (s *GLSurfaceViewServer) SetPreserveEGLContextOnPause(_ context.Context, req *pb.SetPreserveEGLContextOnPauseRequest) (*pb.SetPreserveEGLContextOnPauseResponse, error)
- func (s *GLSurfaceViewServer) SetRenderMode(_ context.Context, req *pb.SetRenderModeRequest) (*pb.SetRenderModeResponse, error)
- func (s *GLSurfaceViewServer) SetRenderer(_ context.Context, req *pb.SetRendererRequest) (*pb.SetRendererResponse, error)
- func (s *GLSurfaceViewServer) SurfaceChanged(_ context.Context, req *pb.SurfaceChangedRequest) (*pb.SurfaceChangedResponse, error)
- func (s *GLSurfaceViewServer) SurfaceCreated(_ context.Context, req *pb.SurfaceCreatedRequest) (*pb.SurfaceCreatedResponse, error)
- func (s *GLSurfaceViewServer) SurfaceDestroyed(_ context.Context, req *pb.SurfaceDestroyedRequest) (*pb.SurfaceDestroyedResponse, error)
- func (s *GLSurfaceViewServer) SurfaceRedrawNeeded(_ context.Context, req *pb.SurfaceRedrawNeededRequest) (*pb.SurfaceRedrawNeededResponse, error)
- func (s *GLSurfaceViewServer) SurfaceRedrawNeededAsync(_ context.Context, req *pb.SurfaceRedrawNeededAsyncRequest) (*pb.SurfaceRedrawNeededAsyncResponse, error)
- type GLUServer
- func (s *GLUServer) GluErrorString(_ context.Context, req *pb.GluErrorStringRequest) (*pb.GluErrorStringResponse, error)
- func (s *GLUServer) GluLookAt(_ context.Context, req *pb.GluLookAtRequest) (*pb.GluLookAtResponse, error)
- func (s *GLUServer) GluOrtho2D(_ context.Context, req *pb.GluOrtho2DRequest) (*pb.GluOrtho2DResponse, error)
- func (s *GLUServer) GluPerspective(_ context.Context, req *pb.GluPerspectiveRequest) (*pb.GluPerspectiveResponse, error)
- func (s *GLUServer) GluProject(_ context.Context, req *pb.GluProjectRequest) (*pb.GluProjectResponse, error)
- func (s *GLUServer) GluUnProject(_ context.Context, req *pb.GluUnProjectRequest) (*pb.GluUnProjectResponse, error)
- func (s *GLUServer) NewGLU(_ context.Context, req *pb.NewGLURequest) (*pb.NewGLUResponse, error)
- type MatrixServer
- func (s *MatrixServer) FrustumM(_ context.Context, req *pb.FrustumMRequest) (*pb.FrustumMResponse, error)
- func (s *MatrixServer) InvertM(_ context.Context, req *pb.InvertMRequest) (*pb.InvertMResponse, error)
- func (s *MatrixServer) Length(_ context.Context, req *pb.LengthRequest) (*pb.LengthResponse, error)
- func (s *MatrixServer) MultiplyMM(_ context.Context, req *pb.MultiplyMMRequest) (*pb.MultiplyMMResponse, error)
- func (s *MatrixServer) MultiplyMV(_ context.Context, req *pb.MultiplyMVRequest) (*pb.MultiplyMVResponse, error)
- func (s *MatrixServer) NewMatrix(_ context.Context, req *pb.NewMatrixRequest) (*pb.NewMatrixResponse, error)
- func (s *MatrixServer) OrthoM(_ context.Context, req *pb.OrthoMRequest) (*pb.OrthoMResponse, error)
- func (s *MatrixServer) PerspectiveM(_ context.Context, req *pb.PerspectiveMRequest) (*pb.PerspectiveMResponse, error)
- func (s *MatrixServer) RotateM6(_ context.Context, req *pb.RotateM6Request) (*pb.RotateM6Response, error)
- func (s *MatrixServer) RotateM8_1(_ context.Context, req *pb.RotateM8_1Request) (*pb.RotateM8_1Response, error)
- func (s *MatrixServer) ScaleM5(_ context.Context, req *pb.ScaleM5Request) (*pb.ScaleM5Response, error)
- func (s *MatrixServer) ScaleM7_1(_ context.Context, req *pb.ScaleM7_1Request) (*pb.ScaleM7_1Response, error)
- func (s *MatrixServer) SetIdentityM(_ context.Context, req *pb.SetIdentityMRequest) (*pb.SetIdentityMResponse, error)
- func (s *MatrixServer) SetLookAtM(_ context.Context, req *pb.SetLookAtMRequest) (*pb.SetLookAtMResponse, error)
- func (s *MatrixServer) SetRotateEulerM(_ context.Context, req *pb.SetRotateEulerMRequest) (*pb.SetRotateEulerMResponse, error)
- func (s *MatrixServer) SetRotateEulerM2(_ context.Context, req *pb.SetRotateEulerM2Request) (*pb.SetRotateEulerM2Response, error)
- func (s *MatrixServer) SetRotateM(_ context.Context, req *pb.SetRotateMRequest) (*pb.SetRotateMResponse, error)
- func (s *MatrixServer) TranslateM5(_ context.Context, req *pb.TranslateM5Request) (*pb.TranslateM5Response, error)
- func (s *MatrixServer) TranslateM7_1(_ context.Context, req *pb.TranslateM7_1Request) (*pb.TranslateM7_1Response, error)
- func (s *MatrixServer) TransposeM(_ context.Context, req *pb.TransposeMRequest) (*pb.TransposeMResponse, error)
- type VisibilityServer
- func (s *VisibilityServer) ComputeBoundingSphere(_ context.Context, req *pb.ComputeBoundingSphereRequest) (*pb.ComputeBoundingSphereResponse, error)
- func (s *VisibilityServer) FrustumCullSpheres(_ context.Context, req *pb.FrustumCullSpheresRequest) (*pb.FrustumCullSpheresResponse, error)
- func (s *VisibilityServer) NewVisibility(_ context.Context, req *pb.NewVisibilityRequest) (*pb.NewVisibilityResponse, error)
- func (s *VisibilityServer) VisibilityTest(_ context.Context, req *pb.VisibilityTestRequest) (*pb.VisibilityTestResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EGL14Server ¶
type EGL14Server struct {
pb.UnimplementedEGL14ServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
EGL14Server implements pb.EGL14ServiceServer.
func (*EGL14Server) EglBindAPI ¶
func (s *EGL14Server) EglBindAPI(_ context.Context, req *pb.EglBindAPIRequest) (*pb.EglBindAPIResponse, error)
func (*EGL14Server) EglBindTexImage ¶
func (s *EGL14Server) EglBindTexImage(_ context.Context, req *pb.EglBindTexImageRequest) (*pb.EglBindTexImageResponse, error)
func (*EGL14Server) EglChooseConfig ¶
func (s *EGL14Server) EglChooseConfig(_ context.Context, req *pb.EglChooseConfigRequest) (*pb.EglChooseConfigResponse, error)
func (*EGL14Server) EglCopyBuffers ¶
func (s *EGL14Server) EglCopyBuffers(_ context.Context, req *pb.EglCopyBuffersRequest) (*pb.EglCopyBuffersResponse, error)
func (*EGL14Server) EglCreateContext ¶
func (s *EGL14Server) EglCreateContext(_ context.Context, req *pb.EglCreateContextRequest) (*pb.EglCreateContextResponse, error)
func (*EGL14Server) EglCreatePbufferFromClientBuffer ¶
func (s *EGL14Server) EglCreatePbufferFromClientBuffer(_ context.Context, req *pb.EglCreatePbufferFromClientBufferRequest) (*pb.EglCreatePbufferFromClientBufferResponse, error)
func (*EGL14Server) EglCreatePbufferSurface ¶
func (s *EGL14Server) EglCreatePbufferSurface(_ context.Context, req *pb.EglCreatePbufferSurfaceRequest) (*pb.EglCreatePbufferSurfaceResponse, error)
func (*EGL14Server) EglCreatePixmapSurface ¶
func (s *EGL14Server) EglCreatePixmapSurface(_ context.Context, req *pb.EglCreatePixmapSurfaceRequest) (*pb.EglCreatePixmapSurfaceResponse, error)
func (*EGL14Server) EglCreateWindowSurface ¶
func (s *EGL14Server) EglCreateWindowSurface(_ context.Context, req *pb.EglCreateWindowSurfaceRequest) (*pb.EglCreateWindowSurfaceResponse, error)
func (*EGL14Server) EglDestroyContext ¶
func (s *EGL14Server) EglDestroyContext(_ context.Context, req *pb.EglDestroyContextRequest) (*pb.EglDestroyContextResponse, error)
func (*EGL14Server) EglDestroySurface ¶
func (s *EGL14Server) EglDestroySurface(_ context.Context, req *pb.EglDestroySurfaceRequest) (*pb.EglDestroySurfaceResponse, error)
func (*EGL14Server) EglGetConfigAttrib ¶
func (s *EGL14Server) EglGetConfigAttrib(_ context.Context, req *pb.EglGetConfigAttribRequest) (*pb.EglGetConfigAttribResponse, error)
func (*EGL14Server) EglGetConfigs ¶
func (s *EGL14Server) EglGetConfigs(_ context.Context, req *pb.EglGetConfigsRequest) (*pb.EglGetConfigsResponse, error)
func (*EGL14Server) EglGetCurrentContext ¶
func (s *EGL14Server) EglGetCurrentContext(_ context.Context, req *pb.EglGetCurrentContextRequest) (*pb.EglGetCurrentContextResponse, error)
func (*EGL14Server) EglGetCurrentDisplay ¶
func (s *EGL14Server) EglGetCurrentDisplay(_ context.Context, req *pb.EglGetCurrentDisplayRequest) (*pb.EglGetCurrentDisplayResponse, error)
func (*EGL14Server) EglGetCurrentSurface ¶
func (s *EGL14Server) EglGetCurrentSurface(_ context.Context, req *pb.EglGetCurrentSurfaceRequest) (*pb.EglGetCurrentSurfaceResponse, error)
func (*EGL14Server) EglGetDisplay ¶
func (s *EGL14Server) EglGetDisplay(_ context.Context, req *pb.EglGetDisplayRequest) (*pb.EglGetDisplayResponse, error)
func (*EGL14Server) EglGetError ¶
func (s *EGL14Server) EglGetError(_ context.Context, req *pb.EglGetErrorRequest) (*pb.EglGetErrorResponse, error)
func (*EGL14Server) EglInitialize ¶
func (s *EGL14Server) EglInitialize(_ context.Context, req *pb.EglInitializeRequest) (*pb.EglInitializeResponse, error)
func (*EGL14Server) EglMakeCurrent ¶
func (s *EGL14Server) EglMakeCurrent(_ context.Context, req *pb.EglMakeCurrentRequest) (*pb.EglMakeCurrentResponse, error)
func (*EGL14Server) EglQueryAPI ¶
func (s *EGL14Server) EglQueryAPI(_ context.Context, req *pb.EglQueryAPIRequest) (*pb.EglQueryAPIResponse, error)
func (*EGL14Server) EglQueryContext ¶
func (s *EGL14Server) EglQueryContext(_ context.Context, req *pb.EglQueryContextRequest) (*pb.EglQueryContextResponse, error)
func (*EGL14Server) EglQueryString ¶
func (s *EGL14Server) EglQueryString(_ context.Context, req *pb.EglQueryStringRequest) (*pb.EglQueryStringResponse, error)
func (*EGL14Server) EglQuerySurface ¶
func (s *EGL14Server) EglQuerySurface(_ context.Context, req *pb.EglQuerySurfaceRequest) (*pb.EglQuerySurfaceResponse, error)
func (*EGL14Server) EglReleaseTexImage ¶
func (s *EGL14Server) EglReleaseTexImage(_ context.Context, req *pb.EglReleaseTexImageRequest) (*pb.EglReleaseTexImageResponse, error)
func (*EGL14Server) EglReleaseThread ¶
func (s *EGL14Server) EglReleaseThread(_ context.Context, req *pb.EglReleaseThreadRequest) (*pb.EglReleaseThreadResponse, error)
func (*EGL14Server) EglSurfaceAttrib ¶
func (s *EGL14Server) EglSurfaceAttrib(_ context.Context, req *pb.EglSurfaceAttribRequest) (*pb.EglSurfaceAttribResponse, error)
func (*EGL14Server) EglSwapBuffers ¶
func (s *EGL14Server) EglSwapBuffers(_ context.Context, req *pb.EglSwapBuffersRequest) (*pb.EglSwapBuffersResponse, error)
func (*EGL14Server) EglSwapInterval ¶
func (s *EGL14Server) EglSwapInterval(_ context.Context, req *pb.EglSwapIntervalRequest) (*pb.EglSwapIntervalResponse, error)
func (*EGL14Server) EglTerminate ¶
func (s *EGL14Server) EglTerminate(_ context.Context, req *pb.EglTerminateRequest) (*pb.EglTerminateResponse, error)
func (*EGL14Server) EglWaitClient ¶
func (s *EGL14Server) EglWaitClient(_ context.Context, req *pb.EglWaitClientRequest) (*pb.EglWaitClientResponse, error)
func (*EGL14Server) EglWaitGL ¶
func (s *EGL14Server) EglWaitGL(_ context.Context, req *pb.EglWaitGLRequest) (*pb.EglWaitGLResponse, error)
func (*EGL14Server) EglWaitNative ¶
func (s *EGL14Server) EglWaitNative(_ context.Context, req *pb.EglWaitNativeRequest) (*pb.EglWaitNativeResponse, error)
func (*EGL14Server) NewEGL14 ¶
func (s *EGL14Server) NewEGL14(_ context.Context, req *pb.NewEGL14Request) (*pb.NewEGL14Response, error)
type EGLExtServer ¶
type EGLExtServer struct {
pb.UnimplementedEGLExtServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
EGLExtServer implements pb.EGLExtServiceServer.
func (*EGLExtServer) EglDupNativeFenceFDANDROID ¶
func (s *EGLExtServer) EglDupNativeFenceFDANDROID(_ context.Context, req *pb.EglDupNativeFenceFDANDROIDRequest) (*pb.EglDupNativeFenceFDANDROIDResponse, error)
func (*EGLExtServer) EglPresentationTimeANDROID ¶
func (s *EGLExtServer) EglPresentationTimeANDROID(_ context.Context, req *pb.EglPresentationTimeANDROIDRequest) (*pb.EglPresentationTimeANDROIDResponse, error)
func (*EGLExtServer) NewEGLExt ¶
func (s *EGLExtServer) NewEGLExt(_ context.Context, req *pb.NewEGLExtRequest) (*pb.NewEGLExtResponse, error)
type ETC1Server ¶
type ETC1Server struct {
pb.UnimplementedETC1ServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ETC1Server implements pb.ETC1ServiceServer.
func (*ETC1Server) DecodeBlock ¶
func (s *ETC1Server) DecodeBlock(_ context.Context, req *pb.DecodeBlockRequest) (*pb.DecodeBlockResponse, error)
func (*ETC1Server) DecodeImage ¶
func (s *ETC1Server) DecodeImage(_ context.Context, req *pb.DecodeImageRequest) (*pb.DecodeImageResponse, error)
func (*ETC1Server) EncodeBlock ¶
func (s *ETC1Server) EncodeBlock(_ context.Context, req *pb.EncodeBlockRequest) (*pb.EncodeBlockResponse, error)
func (*ETC1Server) EncodeImage ¶
func (s *ETC1Server) EncodeImage(_ context.Context, req *pb.EncodeImageRequest) (*pb.EncodeImageResponse, error)
func (*ETC1Server) FormatHeader ¶
func (s *ETC1Server) FormatHeader(_ context.Context, req *pb.FormatHeaderRequest) (*pb.FormatHeaderResponse, error)
func (*ETC1Server) GetEncodedDataSize ¶
func (s *ETC1Server) GetEncodedDataSize(_ context.Context, req *pb.GetEncodedDataSizeRequest) (*pb.GetEncodedDataSizeResponse, error)
func (*ETC1Server) GetHeight ¶
func (s *ETC1Server) GetHeight(_ context.Context, req *pb.GetHeightRequest) (*pb.GetHeightResponse, error)
func (*ETC1Server) GetWidth ¶
func (s *ETC1Server) GetWidth(_ context.Context, req *pb.GetWidthRequest) (*pb.GetWidthResponse, error)
func (*ETC1Server) IsValid ¶
func (s *ETC1Server) IsValid(_ context.Context, req *pb.IsValidRequest) (*pb.IsValidResponse, error)
func (*ETC1Server) NewETC1 ¶
func (s *ETC1Server) NewETC1(_ context.Context, req *pb.NewETC1Request) (*pb.NewETC1Response, error)
type ETC1UtilServer ¶
type ETC1UtilServer struct {
pb.UnimplementedETC1UtilServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ETC1UtilServer implements pb.ETC1UtilServiceServer.
func (*ETC1UtilServer) CompressTexture ¶
func (s *ETC1UtilServer) CompressTexture(_ context.Context, req *pb.CompressTextureRequest) (*pb.CompressTextureResponse, error)
func (*ETC1UtilServer) CreateTexture ¶
func (s *ETC1UtilServer) CreateTexture(_ context.Context, req *pb.CreateTextureRequest) (*pb.CreateTextureResponse, error)
func (*ETC1UtilServer) IsETC1Supported ¶
func (s *ETC1UtilServer) IsETC1Supported(_ context.Context, req *pb.IsETC1SupportedRequest) (*pb.IsETC1SupportedResponse, error)
func (*ETC1UtilServer) LoadTexture6 ¶
func (s *ETC1UtilServer) LoadTexture6(_ context.Context, req *pb.LoadTexture6Request) (*pb.LoadTexture6Response, error)
func (*ETC1UtilServer) LoadTexture6_1 ¶
func (s *ETC1UtilServer) LoadTexture6_1(_ context.Context, req *pb.LoadTexture6_1Request) (*pb.LoadTexture6_1Response, error)
func (*ETC1UtilServer) NewETC1Util ¶
func (s *ETC1UtilServer) NewETC1Util(_ context.Context, req *pb.NewETC1UtilRequest) (*pb.NewETC1UtilResponse, error)
func (*ETC1UtilServer) WriteTexture ¶
func (s *ETC1UtilServer) WriteTexture(_ context.Context, req *pb.WriteTextureRequest) (*pb.WriteTextureResponse, error)
type GLDebugHelperServer ¶
type GLDebugHelperServer struct {
pb.UnimplementedGLDebugHelperServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
GLDebugHelperServer implements pb.GLDebugHelperServiceServer.
func (*GLDebugHelperServer) NewGLDebugHelper ¶
func (s *GLDebugHelperServer) NewGLDebugHelper(_ context.Context, req *pb.NewGLDebugHelperRequest) (*pb.NewGLDebugHelperResponse, error)
func (*GLDebugHelperServer) Wrap3 ¶
func (s *GLDebugHelperServer) Wrap3(_ context.Context, req *pb.Wrap3Request) (*pb.Wrap3Response, error)
func (*GLDebugHelperServer) Wrap3_1 ¶
func (s *GLDebugHelperServer) Wrap3_1(_ context.Context, req *pb.Wrap3_1Request) (*pb.Wrap3_1Response, error)
type GLES10ExtServer ¶
type GLES10ExtServer struct {
pb.UnimplementedGLES10ExtServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
GLES10ExtServer implements pb.GLES10ExtServiceServer.
func (*GLES10ExtServer) GlQueryMatrixxOES2_1 ¶
func (s *GLES10ExtServer) GlQueryMatrixxOES2_1(_ context.Context, req *pb.GlQueryMatrixxOES2_1Request) (*pb.GlQueryMatrixxOES2_1Response, error)
func (*GLES10ExtServer) GlQueryMatrixxOES4 ¶
func (s *GLES10ExtServer) GlQueryMatrixxOES4(_ context.Context, req *pb.GlQueryMatrixxOES4Request) (*pb.GlQueryMatrixxOES4Response, error)
func (*GLES10ExtServer) NewGLES10Ext ¶
func (s *GLES10ExtServer) NewGLES10Ext(_ context.Context, req *pb.NewGLES10ExtRequest) (*pb.NewGLES10ExtResponse, error)
type GLES10Server ¶
type GLES10Server struct {
pb.UnimplementedGLES10ServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
GLES10Server implements pb.GLES10ServiceServer.
func (*GLES10Server) GlActiveTexture ¶
func (s *GLES10Server) GlActiveTexture(_ context.Context, req *pb.GlActiveTextureRequest) (*pb.GlActiveTextureResponse, error)
func (*GLES10Server) GlAlphaFunc ¶
func (s *GLES10Server) GlAlphaFunc(_ context.Context, req *pb.GlAlphaFuncRequest) (*pb.GlAlphaFuncResponse, error)
func (*GLES10Server) GlAlphaFuncx ¶
func (s *GLES10Server) GlAlphaFuncx(_ context.Context, req *pb.GlAlphaFuncxRequest) (*pb.GlAlphaFuncxResponse, error)
func (*GLES10Server) GlBindTexture ¶
func (s *GLES10Server) GlBindTexture(_ context.Context, req *pb.GlBindTextureRequest) (*pb.GlBindTextureResponse, error)
func (*GLES10Server) GlBlendFunc ¶
func (s *GLES10Server) GlBlendFunc(_ context.Context, req *pb.GlBlendFuncRequest) (*pb.GlBlendFuncResponse, error)
func (*GLES10Server) GlClear ¶
func (s *GLES10Server) GlClear(_ context.Context, req *pb.GlClearRequest) (*pb.GlClearResponse, error)
func (*GLES10Server) GlClearColor ¶
func (s *GLES10Server) GlClearColor(_ context.Context, req *pb.GlClearColorRequest) (*pb.GlClearColorResponse, error)
func (*GLES10Server) GlClearColorx ¶
func (s *GLES10Server) GlClearColorx(_ context.Context, req *pb.GlClearColorxRequest) (*pb.GlClearColorxResponse, error)
func (*GLES10Server) GlClearDepthf ¶
func (s *GLES10Server) GlClearDepthf(_ context.Context, req *pb.GlClearDepthfRequest) (*pb.GlClearDepthfResponse, error)
func (*GLES10Server) GlClearDepthx ¶
func (s *GLES10Server) GlClearDepthx(_ context.Context, req *pb.GlClearDepthxRequest) (*pb.GlClearDepthxResponse, error)
func (*GLES10Server) GlClearStencil ¶
func (s *GLES10Server) GlClearStencil(_ context.Context, req *pb.GlClearStencilRequest) (*pb.GlClearStencilResponse, error)
func (*GLES10Server) GlClientActiveTexture ¶
func (s *GLES10Server) GlClientActiveTexture(_ context.Context, req *pb.GlClientActiveTextureRequest) (*pb.GlClientActiveTextureResponse, error)
func (*GLES10Server) GlColor4F ¶
func (s *GLES10Server) GlColor4F(_ context.Context, req *pb.GlColor4FRequest) (*pb.GlColor4FResponse, error)
func (*GLES10Server) GlColor4X ¶
func (s *GLES10Server) GlColor4X(_ context.Context, req *pb.GlColor4XRequest) (*pb.GlColor4XResponse, error)
func (*GLES10Server) GlColorMask ¶
func (s *GLES10Server) GlColorMask(_ context.Context, req *pb.GlColorMaskRequest) (*pb.GlColorMaskResponse, error)
func (*GLES10Server) GlColorPointer ¶
func (s *GLES10Server) GlColorPointer(_ context.Context, req *pb.GLES10GlColorPointerRequest) (*pb.GlColorPointerResponse, error)
func (*GLES10Server) GlCompressedTexImage2D ¶
func (s *GLES10Server) GlCompressedTexImage2D(_ context.Context, req *pb.GlCompressedTexImage2DRequest) (*pb.GlCompressedTexImage2DResponse, error)
func (*GLES10Server) GlCompressedTexSubImage2D ¶
func (s *GLES10Server) GlCompressedTexSubImage2D(_ context.Context, req *pb.GlCompressedTexSubImage2DRequest) (*pb.GlCompressedTexSubImage2DResponse, error)
func (*GLES10Server) GlCopyTexImage2D ¶
func (s *GLES10Server) GlCopyTexImage2D(_ context.Context, req *pb.GlCopyTexImage2DRequest) (*pb.GlCopyTexImage2DResponse, error)
func (*GLES10Server) GlCopyTexSubImage2D ¶
func (s *GLES10Server) GlCopyTexSubImage2D(_ context.Context, req *pb.GlCopyTexSubImage2DRequest) (*pb.GlCopyTexSubImage2DResponse, error)
func (*GLES10Server) GlCullFace ¶
func (s *GLES10Server) GlCullFace(_ context.Context, req *pb.GlCullFaceRequest) (*pb.GlCullFaceResponse, error)
func (*GLES10Server) GlDeleteTextures2_1 ¶
func (s *GLES10Server) GlDeleteTextures2_1(_ context.Context, req *pb.GlDeleteTextures2_1Request) (*pb.GlDeleteTextures2_1Response, error)
func (*GLES10Server) GlDeleteTextures3 ¶
func (s *GLES10Server) GlDeleteTextures3(_ context.Context, req *pb.GlDeleteTextures3Request) (*pb.GlDeleteTextures3Response, error)
func (*GLES10Server) GlDepthFunc ¶
func (s *GLES10Server) GlDepthFunc(_ context.Context, req *pb.GlDepthFuncRequest) (*pb.GlDepthFuncResponse, error)
func (*GLES10Server) GlDepthMask ¶
func (s *GLES10Server) GlDepthMask(_ context.Context, req *pb.GlDepthMaskRequest) (*pb.GlDepthMaskResponse, error)
func (*GLES10Server) GlDepthRangef ¶
func (s *GLES10Server) GlDepthRangef(_ context.Context, req *pb.GlDepthRangefRequest) (*pb.GlDepthRangefResponse, error)
func (*GLES10Server) GlDepthRangex ¶
func (s *GLES10Server) GlDepthRangex(_ context.Context, req *pb.GlDepthRangexRequest) (*pb.GlDepthRangexResponse, error)
func (*GLES10Server) GlDisable ¶
func (s *GLES10Server) GlDisable(_ context.Context, req *pb.GlDisableRequest) (*pb.GlDisableResponse, error)
func (*GLES10Server) GlDisableClientState ¶
func (s *GLES10Server) GlDisableClientState(_ context.Context, req *pb.GlDisableClientStateRequest) (*pb.GlDisableClientStateResponse, error)
func (*GLES10Server) GlDrawArrays ¶
func (s *GLES10Server) GlDrawArrays(_ context.Context, req *pb.GlDrawArraysRequest) (*pb.GlDrawArraysResponse, error)
func (*GLES10Server) GlDrawElements ¶
func (s *GLES10Server) GlDrawElements(_ context.Context, req *pb.GLES10GlDrawElementsRequest) (*pb.GlDrawElementsResponse, error)
func (*GLES10Server) GlEnable ¶
func (s *GLES10Server) GlEnable(_ context.Context, req *pb.GlEnableRequest) (*pb.GlEnableResponse, error)
func (*GLES10Server) GlEnableClientState ¶
func (s *GLES10Server) GlEnableClientState(_ context.Context, req *pb.GlEnableClientStateRequest) (*pb.GlEnableClientStateResponse, error)
func (*GLES10Server) GlFinish ¶
func (s *GLES10Server) GlFinish(_ context.Context, req *pb.GlFinishRequest) (*pb.GlFinishResponse, error)
func (*GLES10Server) GlFlush ¶
func (s *GLES10Server) GlFlush(_ context.Context, req *pb.GlFlushRequest) (*pb.GlFlushResponse, error)
func (*GLES10Server) GlFogf ¶
func (s *GLES10Server) GlFogf(_ context.Context, req *pb.GlFogfRequest) (*pb.GlFogfResponse, error)
func (*GLES10Server) GlFogfv2_1 ¶
func (s *GLES10Server) GlFogfv2_1(_ context.Context, req *pb.GlFogfv2_1Request) (*pb.GlFogfv2_1Response, error)
func (*GLES10Server) GlFogfv3 ¶
func (s *GLES10Server) GlFogfv3(_ context.Context, req *pb.GlFogfv3Request) (*pb.GlFogfv3Response, error)
func (*GLES10Server) GlFogx ¶
func (s *GLES10Server) GlFogx(_ context.Context, req *pb.GlFogxRequest) (*pb.GlFogxResponse, error)
func (*GLES10Server) GlFogxv2_1 ¶
func (s *GLES10Server) GlFogxv2_1(_ context.Context, req *pb.GlFogxv2_1Request) (*pb.GlFogxv2_1Response, error)
func (*GLES10Server) GlFogxv3 ¶
func (s *GLES10Server) GlFogxv3(_ context.Context, req *pb.GlFogxv3Request) (*pb.GlFogxv3Response, error)
func (*GLES10Server) GlFrontFace ¶
func (s *GLES10Server) GlFrontFace(_ context.Context, req *pb.GlFrontFaceRequest) (*pb.GlFrontFaceResponse, error)
func (*GLES10Server) GlFrustumf ¶
func (s *GLES10Server) GlFrustumf(_ context.Context, req *pb.GlFrustumfRequest) (*pb.GlFrustumfResponse, error)
func (*GLES10Server) GlFrustumx ¶
func (s *GLES10Server) GlFrustumx(_ context.Context, req *pb.GlFrustumxRequest) (*pb.GlFrustumxResponse, error)
func (*GLES10Server) GlGenTextures2_1 ¶
func (s *GLES10Server) GlGenTextures2_1(_ context.Context, req *pb.GlGenTextures2_1Request) (*pb.GlGenTextures2_1Response, error)
func (*GLES10Server) GlGenTextures3 ¶
func (s *GLES10Server) GlGenTextures3(_ context.Context, req *pb.GlGenTextures3Request) (*pb.GlGenTextures3Response, error)
func (*GLES10Server) GlGetError ¶
func (s *GLES10Server) GlGetError(_ context.Context, req *pb.GlGetErrorRequest) (*pb.GlGetErrorResponse, error)
func (*GLES10Server) GlGetIntegerv2_1 ¶
func (s *GLES10Server) GlGetIntegerv2_1(_ context.Context, req *pb.GlGetIntegerv2_1Request) (*pb.GlGetIntegerv2_1Response, error)
func (*GLES10Server) GlGetIntegerv3 ¶
func (s *GLES10Server) GlGetIntegerv3(_ context.Context, req *pb.GlGetIntegerv3Request) (*pb.GlGetIntegerv3Response, error)
func (*GLES10Server) GlGetString ¶
func (s *GLES10Server) GlGetString(_ context.Context, req *pb.GlGetStringRequest) (*pb.GlGetStringResponse, error)
func (*GLES10Server) GlHint ¶
func (s *GLES10Server) GlHint(_ context.Context, req *pb.GlHintRequest) (*pb.GlHintResponse, error)
func (*GLES10Server) GlLightModelf ¶
func (s *GLES10Server) GlLightModelf(_ context.Context, req *pb.GlLightModelfRequest) (*pb.GlLightModelfResponse, error)
func (*GLES10Server) GlLightModelfv2_1 ¶
func (s *GLES10Server) GlLightModelfv2_1(_ context.Context, req *pb.GlLightModelfv2_1Request) (*pb.GlLightModelfv2_1Response, error)
func (*GLES10Server) GlLightModelfv3 ¶
func (s *GLES10Server) GlLightModelfv3(_ context.Context, req *pb.GlLightModelfv3Request) (*pb.GlLightModelfv3Response, error)
func (*GLES10Server) GlLightModelx ¶
func (s *GLES10Server) GlLightModelx(_ context.Context, req *pb.GlLightModelxRequest) (*pb.GlLightModelxResponse, error)
func (*GLES10Server) GlLightModelxv2_1 ¶
func (s *GLES10Server) GlLightModelxv2_1(_ context.Context, req *pb.GlLightModelxv2_1Request) (*pb.GlLightModelxv2_1Response, error)
func (*GLES10Server) GlLightModelxv3 ¶
func (s *GLES10Server) GlLightModelxv3(_ context.Context, req *pb.GlLightModelxv3Request) (*pb.GlLightModelxv3Response, error)
func (*GLES10Server) GlLightf ¶
func (s *GLES10Server) GlLightf(_ context.Context, req *pb.GlLightfRequest) (*pb.GlLightfResponse, error)
func (*GLES10Server) GlLightfv3_1 ¶
func (s *GLES10Server) GlLightfv3_1(_ context.Context, req *pb.GlLightfv3_1Request) (*pb.GlLightfv3_1Response, error)
func (*GLES10Server) GlLightfv4 ¶
func (s *GLES10Server) GlLightfv4(_ context.Context, req *pb.GlLightfv4Request) (*pb.GlLightfv4Response, error)
func (*GLES10Server) GlLightx ¶
func (s *GLES10Server) GlLightx(_ context.Context, req *pb.GlLightxRequest) (*pb.GlLightxResponse, error)
func (*GLES10Server) GlLightxv3_1 ¶
func (s *GLES10Server) GlLightxv3_1(_ context.Context, req *pb.GlLightxv3_1Request) (*pb.GlLightxv3_1Response, error)
func (*GLES10Server) GlLightxv4 ¶
func (s *GLES10Server) GlLightxv4(_ context.Context, req *pb.GlLightxv4Request) (*pb.GlLightxv4Response, error)
func (*GLES10Server) GlLineWidth ¶
func (s *GLES10Server) GlLineWidth(_ context.Context, req *pb.GlLineWidthRequest) (*pb.GlLineWidthResponse, error)
func (*GLES10Server) GlLineWidthx ¶
func (s *GLES10Server) GlLineWidthx(_ context.Context, req *pb.GlLineWidthxRequest) (*pb.GlLineWidthxResponse, error)
func (*GLES10Server) GlLoadIdentity ¶
func (s *GLES10Server) GlLoadIdentity(_ context.Context, req *pb.GlLoadIdentityRequest) (*pb.GlLoadIdentityResponse, error)
func (*GLES10Server) GlLoadMatrixf1_1 ¶
func (s *GLES10Server) GlLoadMatrixf1_1(_ context.Context, req *pb.GlLoadMatrixf1_1Request) (*pb.GlLoadMatrixf1_1Response, error)
func (*GLES10Server) GlLoadMatrixf2 ¶
func (s *GLES10Server) GlLoadMatrixf2(_ context.Context, req *pb.GlLoadMatrixf2Request) (*pb.GlLoadMatrixf2Response, error)
func (*GLES10Server) GlLoadMatrixx1_1 ¶
func (s *GLES10Server) GlLoadMatrixx1_1(_ context.Context, req *pb.GlLoadMatrixx1_1Request) (*pb.GlLoadMatrixx1_1Response, error)
func (*GLES10Server) GlLoadMatrixx2 ¶
func (s *GLES10Server) GlLoadMatrixx2(_ context.Context, req *pb.GlLoadMatrixx2Request) (*pb.GlLoadMatrixx2Response, error)
func (*GLES10Server) GlLogicOp ¶
func (s *GLES10Server) GlLogicOp(_ context.Context, req *pb.GlLogicOpRequest) (*pb.GlLogicOpResponse, error)
func (*GLES10Server) GlMaterialf ¶
func (s *GLES10Server) GlMaterialf(_ context.Context, req *pb.GlMaterialfRequest) (*pb.GlMaterialfResponse, error)
func (*GLES10Server) GlMaterialfv3_1 ¶
func (s *GLES10Server) GlMaterialfv3_1(_ context.Context, req *pb.GlMaterialfv3_1Request) (*pb.GlMaterialfv3_1Response, error)
func (*GLES10Server) GlMaterialfv4 ¶
func (s *GLES10Server) GlMaterialfv4(_ context.Context, req *pb.GlMaterialfv4Request) (*pb.GlMaterialfv4Response, error)
func (*GLES10Server) GlMaterialx ¶
func (s *GLES10Server) GlMaterialx(_ context.Context, req *pb.GlMaterialxRequest) (*pb.GlMaterialxResponse, error)
func (*GLES10Server) GlMaterialxv3_1 ¶
func (s *GLES10Server) GlMaterialxv3_1(_ context.Context, req *pb.GlMaterialxv3_1Request) (*pb.GlMaterialxv3_1Response, error)
func (*GLES10Server) GlMaterialxv4 ¶
func (s *GLES10Server) GlMaterialxv4(_ context.Context, req *pb.GlMaterialxv4Request) (*pb.GlMaterialxv4Response, error)
func (*GLES10Server) GlMatrixMode ¶
func (s *GLES10Server) GlMatrixMode(_ context.Context, req *pb.GlMatrixModeRequest) (*pb.GlMatrixModeResponse, error)
func (*GLES10Server) GlMultMatrixf1_1 ¶
func (s *GLES10Server) GlMultMatrixf1_1(_ context.Context, req *pb.GlMultMatrixf1_1Request) (*pb.GlMultMatrixf1_1Response, error)
func (*GLES10Server) GlMultMatrixf2 ¶
func (s *GLES10Server) GlMultMatrixf2(_ context.Context, req *pb.GlMultMatrixf2Request) (*pb.GlMultMatrixf2Response, error)
func (*GLES10Server) GlMultMatrixx1_1 ¶
func (s *GLES10Server) GlMultMatrixx1_1(_ context.Context, req *pb.GlMultMatrixx1_1Request) (*pb.GlMultMatrixx1_1Response, error)
func (*GLES10Server) GlMultMatrixx2 ¶
func (s *GLES10Server) GlMultMatrixx2(_ context.Context, req *pb.GlMultMatrixx2Request) (*pb.GlMultMatrixx2Response, error)
func (*GLES10Server) GlMultiTexCoord4F ¶
func (s *GLES10Server) GlMultiTexCoord4F(_ context.Context, req *pb.GlMultiTexCoord4FRequest) (*pb.GlMultiTexCoord4FResponse, error)
func (*GLES10Server) GlMultiTexCoord4X ¶
func (s *GLES10Server) GlMultiTexCoord4X(_ context.Context, req *pb.GlMultiTexCoord4XRequest) (*pb.GlMultiTexCoord4XResponse, error)
func (*GLES10Server) GlNormal3F ¶
func (s *GLES10Server) GlNormal3F(_ context.Context, req *pb.GlNormal3FRequest) (*pb.GlNormal3FResponse, error)
func (*GLES10Server) GlNormal3X ¶
func (s *GLES10Server) GlNormal3X(_ context.Context, req *pb.GlNormal3XRequest) (*pb.GlNormal3XResponse, error)
func (*GLES10Server) GlNormalPointer ¶
func (s *GLES10Server) GlNormalPointer(_ context.Context, req *pb.GLES10GlNormalPointerRequest) (*pb.GlNormalPointerResponse, error)
func (*GLES10Server) GlOrthof ¶
func (s *GLES10Server) GlOrthof(_ context.Context, req *pb.GlOrthofRequest) (*pb.GlOrthofResponse, error)
func (*GLES10Server) GlOrthox ¶
func (s *GLES10Server) GlOrthox(_ context.Context, req *pb.GlOrthoxRequest) (*pb.GlOrthoxResponse, error)
func (*GLES10Server) GlPixelStorei ¶
func (s *GLES10Server) GlPixelStorei(_ context.Context, req *pb.GlPixelStoreiRequest) (*pb.GlPixelStoreiResponse, error)
func (*GLES10Server) GlPointSize ¶
func (s *GLES10Server) GlPointSize(_ context.Context, req *pb.GlPointSizeRequest) (*pb.GlPointSizeResponse, error)
func (*GLES10Server) GlPointSizex ¶
func (s *GLES10Server) GlPointSizex(_ context.Context, req *pb.GlPointSizexRequest) (*pb.GlPointSizexResponse, error)
func (*GLES10Server) GlPolygonOffset ¶
func (s *GLES10Server) GlPolygonOffset(_ context.Context, req *pb.GlPolygonOffsetRequest) (*pb.GlPolygonOffsetResponse, error)
func (*GLES10Server) GlPolygonOffsetx ¶
func (s *GLES10Server) GlPolygonOffsetx(_ context.Context, req *pb.GlPolygonOffsetxRequest) (*pb.GlPolygonOffsetxResponse, error)
func (*GLES10Server) GlPopMatrix ¶
func (s *GLES10Server) GlPopMatrix(_ context.Context, req *pb.GlPopMatrixRequest) (*pb.GlPopMatrixResponse, error)
func (*GLES10Server) GlPushMatrix ¶
func (s *GLES10Server) GlPushMatrix(_ context.Context, req *pb.GlPushMatrixRequest) (*pb.GlPushMatrixResponse, error)
func (*GLES10Server) GlReadPixels ¶
func (s *GLES10Server) GlReadPixels(_ context.Context, req *pb.GlReadPixelsRequest) (*pb.GlReadPixelsResponse, error)
func (*GLES10Server) GlRotatef ¶
func (s *GLES10Server) GlRotatef(_ context.Context, req *pb.GlRotatefRequest) (*pb.GlRotatefResponse, error)
func (*GLES10Server) GlRotatex ¶
func (s *GLES10Server) GlRotatex(_ context.Context, req *pb.GlRotatexRequest) (*pb.GlRotatexResponse, error)
func (*GLES10Server) GlSampleCoverage ¶
func (s *GLES10Server) GlSampleCoverage(_ context.Context, req *pb.GlSampleCoverageRequest) (*pb.GlSampleCoverageResponse, error)
func (*GLES10Server) GlSampleCoveragex ¶
func (s *GLES10Server) GlSampleCoveragex(_ context.Context, req *pb.GlSampleCoveragexRequest) (*pb.GlSampleCoveragexResponse, error)
func (*GLES10Server) GlScalef ¶
func (s *GLES10Server) GlScalef(_ context.Context, req *pb.GlScalefRequest) (*pb.GlScalefResponse, error)
func (*GLES10Server) GlScalex ¶
func (s *GLES10Server) GlScalex(_ context.Context, req *pb.GlScalexRequest) (*pb.GlScalexResponse, error)
func (*GLES10Server) GlScissor ¶
func (s *GLES10Server) GlScissor(_ context.Context, req *pb.GlScissorRequest) (*pb.GlScissorResponse, error)
func (*GLES10Server) GlShadeModel ¶
func (s *GLES10Server) GlShadeModel(_ context.Context, req *pb.GlShadeModelRequest) (*pb.GlShadeModelResponse, error)
func (*GLES10Server) GlStencilFunc ¶
func (s *GLES10Server) GlStencilFunc(_ context.Context, req *pb.GlStencilFuncRequest) (*pb.GlStencilFuncResponse, error)
func (*GLES10Server) GlStencilMask ¶
func (s *GLES10Server) GlStencilMask(_ context.Context, req *pb.GlStencilMaskRequest) (*pb.GlStencilMaskResponse, error)
func (*GLES10Server) GlStencilOp ¶
func (s *GLES10Server) GlStencilOp(_ context.Context, req *pb.GlStencilOpRequest) (*pb.GlStencilOpResponse, error)
func (*GLES10Server) GlTexCoordPointer ¶
func (s *GLES10Server) GlTexCoordPointer(_ context.Context, req *pb.GLES10GlTexCoordPointerRequest) (*pb.GlTexCoordPointerResponse, error)
func (*GLES10Server) GlTexEnvf ¶
func (s *GLES10Server) GlTexEnvf(_ context.Context, req *pb.GlTexEnvfRequest) (*pb.GlTexEnvfResponse, error)
func (*GLES10Server) GlTexEnvfv3_1 ¶
func (s *GLES10Server) GlTexEnvfv3_1(_ context.Context, req *pb.GlTexEnvfv3_1Request) (*pb.GlTexEnvfv3_1Response, error)
func (*GLES10Server) GlTexEnvfv4 ¶
func (s *GLES10Server) GlTexEnvfv4(_ context.Context, req *pb.GlTexEnvfv4Request) (*pb.GlTexEnvfv4Response, error)
func (*GLES10Server) GlTexEnvx ¶
func (s *GLES10Server) GlTexEnvx(_ context.Context, req *pb.GlTexEnvxRequest) (*pb.GlTexEnvxResponse, error)
func (*GLES10Server) GlTexEnvxv3_1 ¶
func (s *GLES10Server) GlTexEnvxv3_1(_ context.Context, req *pb.GlTexEnvxv3_1Request) (*pb.GlTexEnvxv3_1Response, error)
func (*GLES10Server) GlTexEnvxv4 ¶
func (s *GLES10Server) GlTexEnvxv4(_ context.Context, req *pb.GlTexEnvxv4Request) (*pb.GlTexEnvxv4Response, error)
func (*GLES10Server) GlTexImage2D ¶
func (s *GLES10Server) GlTexImage2D(_ context.Context, req *pb.GlTexImage2DRequest) (*pb.GlTexImage2DResponse, error)
func (*GLES10Server) GlTexParameterf ¶
func (s *GLES10Server) GlTexParameterf(_ context.Context, req *pb.GlTexParameterfRequest) (*pb.GlTexParameterfResponse, error)
func (*GLES10Server) GlTexParameterx ¶
func (s *GLES10Server) GlTexParameterx(_ context.Context, req *pb.GlTexParameterxRequest) (*pb.GlTexParameterxResponse, error)
func (*GLES10Server) GlTexSubImage2D ¶
func (s *GLES10Server) GlTexSubImage2D(_ context.Context, req *pb.GlTexSubImage2DRequest) (*pb.GlTexSubImage2DResponse, error)
func (*GLES10Server) GlTranslatef ¶
func (s *GLES10Server) GlTranslatef(_ context.Context, req *pb.GlTranslatefRequest) (*pb.GlTranslatefResponse, error)
func (*GLES10Server) GlTranslatex ¶
func (s *GLES10Server) GlTranslatex(_ context.Context, req *pb.GlTranslatexRequest) (*pb.GlTranslatexResponse, error)
func (*GLES10Server) GlVertexPointer ¶
func (s *GLES10Server) GlVertexPointer(_ context.Context, req *pb.GLES10GlVertexPointerRequest) (*pb.GlVertexPointerResponse, error)
func (*GLES10Server) GlViewport ¶
func (s *GLES10Server) GlViewport(_ context.Context, req *pb.GlViewportRequest) (*pb.GlViewportResponse, error)
func (*GLES10Server) NewGLES10 ¶
func (s *GLES10Server) NewGLES10(_ context.Context, req *pb.NewGLES10Request) (*pb.NewGLES10Response, error)
type GLES11ExtServer ¶
type GLES11ExtServer struct {
pb.UnimplementedGLES11ExtServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
GLES11ExtServer implements pb.GLES11ExtServiceServer.
func (*GLES11ExtServer) GlAlphaFuncxOES ¶
func (s *GLES11ExtServer) GlAlphaFuncxOES(_ context.Context, req *pb.GlAlphaFuncxOESRequest) (*pb.GlAlphaFuncxOESResponse, error)
func (*GLES11ExtServer) GlBindFramebufferOES ¶
func (s *GLES11ExtServer) GlBindFramebufferOES(_ context.Context, req *pb.GlBindFramebufferOESRequest) (*pb.GlBindFramebufferOESResponse, error)
func (*GLES11ExtServer) GlBindRenderbufferOES ¶
func (s *GLES11ExtServer) GlBindRenderbufferOES(_ context.Context, req *pb.GlBindRenderbufferOESRequest) (*pb.GlBindRenderbufferOESResponse, error)
func (*GLES11ExtServer) GlBlendEquationOES ¶
func (s *GLES11ExtServer) GlBlendEquationOES(_ context.Context, req *pb.GlBlendEquationOESRequest) (*pb.GlBlendEquationOESResponse, error)
func (*GLES11ExtServer) GlBlendEquationSeparateOES ¶
func (s *GLES11ExtServer) GlBlendEquationSeparateOES(_ context.Context, req *pb.GlBlendEquationSeparateOESRequest) (*pb.GlBlendEquationSeparateOESResponse, error)
func (*GLES11ExtServer) GlBlendFuncSeparateOES ¶
func (s *GLES11ExtServer) GlBlendFuncSeparateOES(_ context.Context, req *pb.GlBlendFuncSeparateOESRequest) (*pb.GlBlendFuncSeparateOESResponse, error)
func (*GLES11ExtServer) GlCheckFramebufferStatusOES ¶
func (s *GLES11ExtServer) GlCheckFramebufferStatusOES(_ context.Context, req *pb.GlCheckFramebufferStatusOESRequest) (*pb.GlCheckFramebufferStatusOESResponse, error)
func (*GLES11ExtServer) GlClearColorxOES ¶
func (s *GLES11ExtServer) GlClearColorxOES(_ context.Context, req *pb.GlClearColorxOESRequest) (*pb.GlClearColorxOESResponse, error)
func (*GLES11ExtServer) GlClearDepthfOES ¶
func (s *GLES11ExtServer) GlClearDepthfOES(_ context.Context, req *pb.GlClearDepthfOESRequest) (*pb.GlClearDepthfOESResponse, error)
func (*GLES11ExtServer) GlClearDepthxOES ¶
func (s *GLES11ExtServer) GlClearDepthxOES(_ context.Context, req *pb.GlClearDepthxOESRequest) (*pb.GlClearDepthxOESResponse, error)
func (*GLES11ExtServer) GlClipPlanefOES2_1 ¶
func (s *GLES11ExtServer) GlClipPlanefOES2_1(_ context.Context, req *pb.GlClipPlanefOES2_1Request) (*pb.GlClipPlanefOES2_1Response, error)
func (*GLES11ExtServer) GlClipPlanefOES3 ¶
func (s *GLES11ExtServer) GlClipPlanefOES3(_ context.Context, req *pb.GlClipPlanefOES3Request) (*pb.GlClipPlanefOES3Response, error)
func (*GLES11ExtServer) GlClipPlanexOES2_1 ¶
func (s *GLES11ExtServer) GlClipPlanexOES2_1(_ context.Context, req *pb.GlClipPlanexOES2_1Request) (*pb.GlClipPlanexOES2_1Response, error)
func (*GLES11ExtServer) GlClipPlanexOES3 ¶
func (s *GLES11ExtServer) GlClipPlanexOES3(_ context.Context, req *pb.GlClipPlanexOES3Request) (*pb.GlClipPlanexOES3Response, error)
func (*GLES11ExtServer) GlColor4XOES ¶
func (s *GLES11ExtServer) GlColor4XOES(_ context.Context, req *pb.GlColor4XOESRequest) (*pb.GlColor4XOESResponse, error)
func (*GLES11ExtServer) GlCurrentPaletteMatrixOES ¶
func (s *GLES11ExtServer) GlCurrentPaletteMatrixOES(_ context.Context, req *pb.GlCurrentPaletteMatrixOESRequest) (*pb.GlCurrentPaletteMatrixOESResponse, error)
func (*GLES11ExtServer) GlDeleteFramebuffersOES2_1 ¶
func (s *GLES11ExtServer) GlDeleteFramebuffersOES2_1(_ context.Context, req *pb.GlDeleteFramebuffersOES2_1Request) (*pb.GlDeleteFramebuffersOES2_1Response, error)
func (*GLES11ExtServer) GlDeleteFramebuffersOES3 ¶
func (s *GLES11ExtServer) GlDeleteFramebuffersOES3(_ context.Context, req *pb.GlDeleteFramebuffersOES3Request) (*pb.GlDeleteFramebuffersOES3Response, error)
func (*GLES11ExtServer) GlDeleteRenderbuffersOES2_1 ¶
func (s *GLES11ExtServer) GlDeleteRenderbuffersOES2_1(_ context.Context, req *pb.GlDeleteRenderbuffersOES2_1Request) (*pb.GlDeleteRenderbuffersOES2_1Response, error)
func (*GLES11ExtServer) GlDeleteRenderbuffersOES3 ¶
func (s *GLES11ExtServer) GlDeleteRenderbuffersOES3(_ context.Context, req *pb.GlDeleteRenderbuffersOES3Request) (*pb.GlDeleteRenderbuffersOES3Response, error)
func (*GLES11ExtServer) GlDepthRangefOES ¶
func (s *GLES11ExtServer) GlDepthRangefOES(_ context.Context, req *pb.GlDepthRangefOESRequest) (*pb.GlDepthRangefOESResponse, error)
func (*GLES11ExtServer) GlDepthRangexOES ¶
func (s *GLES11ExtServer) GlDepthRangexOES(_ context.Context, req *pb.GlDepthRangexOESRequest) (*pb.GlDepthRangexOESResponse, error)
func (*GLES11ExtServer) GlDrawTexfOES ¶
func (s *GLES11ExtServer) GlDrawTexfOES(_ context.Context, req *pb.GlDrawTexfOESRequest) (*pb.GlDrawTexfOESResponse, error)
func (*GLES11ExtServer) GlDrawTexfvOES1_1 ¶
func (s *GLES11ExtServer) GlDrawTexfvOES1_1(_ context.Context, req *pb.GlDrawTexfvOES1_1Request) (*pb.GlDrawTexfvOES1_1Response, error)
func (*GLES11ExtServer) GlDrawTexfvOES2 ¶
func (s *GLES11ExtServer) GlDrawTexfvOES2(_ context.Context, req *pb.GlDrawTexfvOES2Request) (*pb.GlDrawTexfvOES2Response, error)
func (*GLES11ExtServer) GlDrawTexiOES ¶
func (s *GLES11ExtServer) GlDrawTexiOES(_ context.Context, req *pb.GlDrawTexiOESRequest) (*pb.GlDrawTexiOESResponse, error)
func (*GLES11ExtServer) GlDrawTexivOES1_1 ¶
func (s *GLES11ExtServer) GlDrawTexivOES1_1(_ context.Context, req *pb.GlDrawTexivOES1_1Request) (*pb.GlDrawTexivOES1_1Response, error)
func (*GLES11ExtServer) GlDrawTexivOES2 ¶
func (s *GLES11ExtServer) GlDrawTexivOES2(_ context.Context, req *pb.GlDrawTexivOES2Request) (*pb.GlDrawTexivOES2Response, error)
func (*GLES11ExtServer) GlDrawTexsOES ¶
func (s *GLES11ExtServer) GlDrawTexsOES(_ context.Context, req *pb.GlDrawTexsOESRequest) (*pb.GlDrawTexsOESResponse, error)
func (*GLES11ExtServer) GlDrawTexsvOES1 ¶
func (s *GLES11ExtServer) GlDrawTexsvOES1(_ context.Context, req *pb.GlDrawTexsvOES1Request) (*pb.GlDrawTexsvOES1Response, error)
func (*GLES11ExtServer) GlDrawTexsvOES2_1 ¶
func (s *GLES11ExtServer) GlDrawTexsvOES2_1(_ context.Context, req *pb.GlDrawTexsvOES2_1Request) (*pb.GlDrawTexsvOES2_1Response, error)
func (*GLES11ExtServer) GlDrawTexxOES ¶
func (s *GLES11ExtServer) GlDrawTexxOES(_ context.Context, req *pb.GlDrawTexxOESRequest) (*pb.GlDrawTexxOESResponse, error)
func (*GLES11ExtServer) GlDrawTexxvOES1_1 ¶
func (s *GLES11ExtServer) GlDrawTexxvOES1_1(_ context.Context, req *pb.GlDrawTexxvOES1_1Request) (*pb.GlDrawTexxvOES1_1Response, error)
func (*GLES11ExtServer) GlDrawTexxvOES2 ¶
func (s *GLES11ExtServer) GlDrawTexxvOES2(_ context.Context, req *pb.GlDrawTexxvOES2Request) (*pb.GlDrawTexxvOES2Response, error)
func (*GLES11ExtServer) GlEGLImageTargetRenderbufferStorageOES ¶
func (s *GLES11ExtServer) GlEGLImageTargetRenderbufferStorageOES(_ context.Context, req *pb.GlEGLImageTargetRenderbufferStorageOESRequest) (*pb.GlEGLImageTargetRenderbufferStorageOESResponse, error)
func (*GLES11ExtServer) GlEGLImageTargetTexture2DOES ¶
func (s *GLES11ExtServer) GlEGLImageTargetTexture2DOES(_ context.Context, req *pb.GlEGLImageTargetTexture2DOESRequest) (*pb.GlEGLImageTargetTexture2DOESResponse, error)
func (*GLES11ExtServer) GlFogxOES ¶
func (s *GLES11ExtServer) GlFogxOES(_ context.Context, req *pb.GlFogxOESRequest) (*pb.GlFogxOESResponse, error)
func (*GLES11ExtServer) GlFogxvOES2_1 ¶
func (s *GLES11ExtServer) GlFogxvOES2_1(_ context.Context, req *pb.GlFogxvOES2_1Request) (*pb.GlFogxvOES2_1Response, error)
func (*GLES11ExtServer) GlFogxvOES3 ¶
func (s *GLES11ExtServer) GlFogxvOES3(_ context.Context, req *pb.GlFogxvOES3Request) (*pb.GlFogxvOES3Response, error)
func (*GLES11ExtServer) GlFramebufferRenderbufferOES ¶
func (s *GLES11ExtServer) GlFramebufferRenderbufferOES(_ context.Context, req *pb.GlFramebufferRenderbufferOESRequest) (*pb.GlFramebufferRenderbufferOESResponse, error)
func (*GLES11ExtServer) GlFramebufferTexture2DOES ¶
func (s *GLES11ExtServer) GlFramebufferTexture2DOES(_ context.Context, req *pb.GlFramebufferTexture2DOESRequest) (*pb.GlFramebufferTexture2DOESResponse, error)
func (*GLES11ExtServer) GlFrustumfOES ¶
func (s *GLES11ExtServer) GlFrustumfOES(_ context.Context, req *pb.GlFrustumfOESRequest) (*pb.GlFrustumfOESResponse, error)
func (*GLES11ExtServer) GlFrustumxOES ¶
func (s *GLES11ExtServer) GlFrustumxOES(_ context.Context, req *pb.GlFrustumxOESRequest) (*pb.GlFrustumxOESResponse, error)
func (*GLES11ExtServer) GlGenFramebuffersOES2_1 ¶
func (s *GLES11ExtServer) GlGenFramebuffersOES2_1(_ context.Context, req *pb.GlGenFramebuffersOES2_1Request) (*pb.GlGenFramebuffersOES2_1Response, error)
func (*GLES11ExtServer) GlGenFramebuffersOES3 ¶
func (s *GLES11ExtServer) GlGenFramebuffersOES3(_ context.Context, req *pb.GlGenFramebuffersOES3Request) (*pb.GlGenFramebuffersOES3Response, error)
func (*GLES11ExtServer) GlGenRenderbuffersOES2_1 ¶
func (s *GLES11ExtServer) GlGenRenderbuffersOES2_1(_ context.Context, req *pb.GlGenRenderbuffersOES2_1Request) (*pb.GlGenRenderbuffersOES2_1Response, error)
func (*GLES11ExtServer) GlGenRenderbuffersOES3 ¶
func (s *GLES11ExtServer) GlGenRenderbuffersOES3(_ context.Context, req *pb.GlGenRenderbuffersOES3Request) (*pb.GlGenRenderbuffersOES3Response, error)
func (*GLES11ExtServer) GlGenerateMipmapOES ¶
func (s *GLES11ExtServer) GlGenerateMipmapOES(_ context.Context, req *pb.GlGenerateMipmapOESRequest) (*pb.GlGenerateMipmapOESResponse, error)
func (*GLES11ExtServer) GlGetClipPlanefOES2_1 ¶
func (s *GLES11ExtServer) GlGetClipPlanefOES2_1(_ context.Context, req *pb.GlGetClipPlanefOES2_1Request) (*pb.GlGetClipPlanefOES2_1Response, error)
func (*GLES11ExtServer) GlGetClipPlanefOES3 ¶
func (s *GLES11ExtServer) GlGetClipPlanefOES3(_ context.Context, req *pb.GlGetClipPlanefOES3Request) (*pb.GlGetClipPlanefOES3Response, error)
func (*GLES11ExtServer) GlGetClipPlanexOES2_1 ¶
func (s *GLES11ExtServer) GlGetClipPlanexOES2_1(_ context.Context, req *pb.GlGetClipPlanexOES2_1Request) (*pb.GlGetClipPlanexOES2_1Response, error)
func (*GLES11ExtServer) GlGetClipPlanexOES3 ¶
func (s *GLES11ExtServer) GlGetClipPlanexOES3(_ context.Context, req *pb.GlGetClipPlanexOES3Request) (*pb.GlGetClipPlanexOES3Response, error)
func (*GLES11ExtServer) GlGetFixedvOES2_1 ¶
func (s *GLES11ExtServer) GlGetFixedvOES2_1(_ context.Context, req *pb.GlGetFixedvOES2_1Request) (*pb.GlGetFixedvOES2_1Response, error)
func (*GLES11ExtServer) GlGetFixedvOES3 ¶
func (s *GLES11ExtServer) GlGetFixedvOES3(_ context.Context, req *pb.GlGetFixedvOES3Request) (*pb.GlGetFixedvOES3Response, error)
func (*GLES11ExtServer) GlGetFramebufferAttachmentParameterivOES4_1 ¶
func (s *GLES11ExtServer) GlGetFramebufferAttachmentParameterivOES4_1(_ context.Context, req *pb.GlGetFramebufferAttachmentParameterivOES4_1Request) (*pb.GlGetFramebufferAttachmentParameterivOES4_1Response, error)
func (*GLES11ExtServer) GlGetFramebufferAttachmentParameterivOES5 ¶
func (s *GLES11ExtServer) GlGetFramebufferAttachmentParameterivOES5(_ context.Context, req *pb.GlGetFramebufferAttachmentParameterivOES5Request) (*pb.GlGetFramebufferAttachmentParameterivOES5Response, error)
func (*GLES11ExtServer) GlGetLightxvOES3_1 ¶
func (s *GLES11ExtServer) GlGetLightxvOES3_1(_ context.Context, req *pb.GlGetLightxvOES3_1Request) (*pb.GlGetLightxvOES3_1Response, error)
func (*GLES11ExtServer) GlGetLightxvOES4 ¶
func (s *GLES11ExtServer) GlGetLightxvOES4(_ context.Context, req *pb.GlGetLightxvOES4Request) (*pb.GlGetLightxvOES4Response, error)
func (*GLES11ExtServer) GlGetMaterialxvOES3_1 ¶
func (s *GLES11ExtServer) GlGetMaterialxvOES3_1(_ context.Context, req *pb.GlGetMaterialxvOES3_1Request) (*pb.GlGetMaterialxvOES3_1Response, error)
func (*GLES11ExtServer) GlGetMaterialxvOES4 ¶
func (s *GLES11ExtServer) GlGetMaterialxvOES4(_ context.Context, req *pb.GlGetMaterialxvOES4Request) (*pb.GlGetMaterialxvOES4Response, error)
func (*GLES11ExtServer) GlGetRenderbufferParameterivOES3_1 ¶
func (s *GLES11ExtServer) GlGetRenderbufferParameterivOES3_1(_ context.Context, req *pb.GlGetRenderbufferParameterivOES3_1Request) (*pb.GlGetRenderbufferParameterivOES3_1Response, error)
func (*GLES11ExtServer) GlGetRenderbufferParameterivOES4 ¶
func (s *GLES11ExtServer) GlGetRenderbufferParameterivOES4(_ context.Context, req *pb.GlGetRenderbufferParameterivOES4Request) (*pb.GlGetRenderbufferParameterivOES4Response, error)
func (*GLES11ExtServer) GlGetTexEnvxvOES3_1 ¶
func (s *GLES11ExtServer) GlGetTexEnvxvOES3_1(_ context.Context, req *pb.GlGetTexEnvxvOES3_1Request) (*pb.GlGetTexEnvxvOES3_1Response, error)
func (*GLES11ExtServer) GlGetTexEnvxvOES4 ¶
func (s *GLES11ExtServer) GlGetTexEnvxvOES4(_ context.Context, req *pb.GlGetTexEnvxvOES4Request) (*pb.GlGetTexEnvxvOES4Response, error)
func (*GLES11ExtServer) GlGetTexGenfvOES3_1 ¶
func (s *GLES11ExtServer) GlGetTexGenfvOES3_1(_ context.Context, req *pb.GlGetTexGenfvOES3_1Request) (*pb.GlGetTexGenfvOES3_1Response, error)
func (*GLES11ExtServer) GlGetTexGenfvOES4 ¶
func (s *GLES11ExtServer) GlGetTexGenfvOES4(_ context.Context, req *pb.GlGetTexGenfvOES4Request) (*pb.GlGetTexGenfvOES4Response, error)
func (*GLES11ExtServer) GlGetTexGenivOES3_1 ¶
func (s *GLES11ExtServer) GlGetTexGenivOES3_1(_ context.Context, req *pb.GlGetTexGenivOES3_1Request) (*pb.GlGetTexGenivOES3_1Response, error)
func (*GLES11ExtServer) GlGetTexGenivOES4 ¶
func (s *GLES11ExtServer) GlGetTexGenivOES4(_ context.Context, req *pb.GlGetTexGenivOES4Request) (*pb.GlGetTexGenivOES4Response, error)
func (*GLES11ExtServer) GlGetTexGenxvOES3_1 ¶
func (s *GLES11ExtServer) GlGetTexGenxvOES3_1(_ context.Context, req *pb.GlGetTexGenxvOES3_1Request) (*pb.GlGetTexGenxvOES3_1Response, error)
func (*GLES11ExtServer) GlGetTexGenxvOES4 ¶
func (s *GLES11ExtServer) GlGetTexGenxvOES4(_ context.Context, req *pb.GlGetTexGenxvOES4Request) (*pb.GlGetTexGenxvOES4Response, error)
func (*GLES11ExtServer) GlGetTexParameterxvOES3_1 ¶
func (s *GLES11ExtServer) GlGetTexParameterxvOES3_1(_ context.Context, req *pb.GlGetTexParameterxvOES3_1Request) (*pb.GlGetTexParameterxvOES3_1Response, error)
func (*GLES11ExtServer) GlGetTexParameterxvOES4 ¶
func (s *GLES11ExtServer) GlGetTexParameterxvOES4(_ context.Context, req *pb.GlGetTexParameterxvOES4Request) (*pb.GlGetTexParameterxvOES4Response, error)
func (*GLES11ExtServer) GlIsFramebufferOES ¶
func (s *GLES11ExtServer) GlIsFramebufferOES(_ context.Context, req *pb.GlIsFramebufferOESRequest) (*pb.GlIsFramebufferOESResponse, error)
func (*GLES11ExtServer) GlIsRenderbufferOES ¶
func (s *GLES11ExtServer) GlIsRenderbufferOES(_ context.Context, req *pb.GlIsRenderbufferOESRequest) (*pb.GlIsRenderbufferOESResponse, error)
func (*GLES11ExtServer) GlLightModelxOES ¶
func (s *GLES11ExtServer) GlLightModelxOES(_ context.Context, req *pb.GlLightModelxOESRequest) (*pb.GlLightModelxOESResponse, error)
func (*GLES11ExtServer) GlLightModelxvOES2_1 ¶
func (s *GLES11ExtServer) GlLightModelxvOES2_1(_ context.Context, req *pb.GlLightModelxvOES2_1Request) (*pb.GlLightModelxvOES2_1Response, error)
func (*GLES11ExtServer) GlLightModelxvOES3 ¶
func (s *GLES11ExtServer) GlLightModelxvOES3(_ context.Context, req *pb.GlLightModelxvOES3Request) (*pb.GlLightModelxvOES3Response, error)
func (*GLES11ExtServer) GlLightxOES ¶
func (s *GLES11ExtServer) GlLightxOES(_ context.Context, req *pb.GlLightxOESRequest) (*pb.GlLightxOESResponse, error)
func (*GLES11ExtServer) GlLightxvOES3_1 ¶
func (s *GLES11ExtServer) GlLightxvOES3_1(_ context.Context, req *pb.GlLightxvOES3_1Request) (*pb.GlLightxvOES3_1Response, error)
func (*GLES11ExtServer) GlLightxvOES4 ¶
func (s *GLES11ExtServer) GlLightxvOES4(_ context.Context, req *pb.GlLightxvOES4Request) (*pb.GlLightxvOES4Response, error)
func (*GLES11ExtServer) GlLineWidthxOES ¶
func (s *GLES11ExtServer) GlLineWidthxOES(_ context.Context, req *pb.GlLineWidthxOESRequest) (*pb.GlLineWidthxOESResponse, error)
func (*GLES11ExtServer) GlLoadMatrixxOES1_1 ¶
func (s *GLES11ExtServer) GlLoadMatrixxOES1_1(_ context.Context, req *pb.GlLoadMatrixxOES1_1Request) (*pb.GlLoadMatrixxOES1_1Response, error)
func (*GLES11ExtServer) GlLoadMatrixxOES2 ¶
func (s *GLES11ExtServer) GlLoadMatrixxOES2(_ context.Context, req *pb.GlLoadMatrixxOES2Request) (*pb.GlLoadMatrixxOES2Response, error)
func (*GLES11ExtServer) GlLoadPaletteFromModelViewMatrixOES ¶
func (s *GLES11ExtServer) GlLoadPaletteFromModelViewMatrixOES(_ context.Context, req *pb.GlLoadPaletteFromModelViewMatrixOESRequest) (*pb.GlLoadPaletteFromModelViewMatrixOESResponse, error)
func (*GLES11ExtServer) GlMaterialxOES ¶
func (s *GLES11ExtServer) GlMaterialxOES(_ context.Context, req *pb.GlMaterialxOESRequest) (*pb.GlMaterialxOESResponse, error)
func (*GLES11ExtServer) GlMaterialxvOES3_1 ¶
func (s *GLES11ExtServer) GlMaterialxvOES3_1(_ context.Context, req *pb.GlMaterialxvOES3_1Request) (*pb.GlMaterialxvOES3_1Response, error)
func (*GLES11ExtServer) GlMaterialxvOES4 ¶
func (s *GLES11ExtServer) GlMaterialxvOES4(_ context.Context, req *pb.GlMaterialxvOES4Request) (*pb.GlMaterialxvOES4Response, error)
func (*GLES11ExtServer) GlMatrixIndexPointerOES ¶
func (s *GLES11ExtServer) GlMatrixIndexPointerOES(_ context.Context, req *pb.GlMatrixIndexPointerOESRequest) (*pb.GlMatrixIndexPointerOESResponse, error)
func (*GLES11ExtServer) GlMultMatrixxOES1_1 ¶
func (s *GLES11ExtServer) GlMultMatrixxOES1_1(_ context.Context, req *pb.GlMultMatrixxOES1_1Request) (*pb.GlMultMatrixxOES1_1Response, error)
func (*GLES11ExtServer) GlMultMatrixxOES2 ¶
func (s *GLES11ExtServer) GlMultMatrixxOES2(_ context.Context, req *pb.GlMultMatrixxOES2Request) (*pb.GlMultMatrixxOES2Response, error)
func (*GLES11ExtServer) GlMultiTexCoord4XOES ¶
func (s *GLES11ExtServer) GlMultiTexCoord4XOES(_ context.Context, req *pb.GlMultiTexCoord4XOESRequest) (*pb.GlMultiTexCoord4XOESResponse, error)
func (*GLES11ExtServer) GlNormal3XOES ¶
func (s *GLES11ExtServer) GlNormal3XOES(_ context.Context, req *pb.GlNormal3XOESRequest) (*pb.GlNormal3XOESResponse, error)
func (*GLES11ExtServer) GlOrthofOES ¶
func (s *GLES11ExtServer) GlOrthofOES(_ context.Context, req *pb.GlOrthofOESRequest) (*pb.GlOrthofOESResponse, error)
func (*GLES11ExtServer) GlOrthoxOES ¶
func (s *GLES11ExtServer) GlOrthoxOES(_ context.Context, req *pb.GlOrthoxOESRequest) (*pb.GlOrthoxOESResponse, error)
func (*GLES11ExtServer) GlPointParameterxOES ¶
func (s *GLES11ExtServer) GlPointParameterxOES(_ context.Context, req *pb.GlPointParameterxOESRequest) (*pb.GlPointParameterxOESResponse, error)
func (*GLES11ExtServer) GlPointParameterxvOES2_1 ¶
func (s *GLES11ExtServer) GlPointParameterxvOES2_1(_ context.Context, req *pb.GlPointParameterxvOES2_1Request) (*pb.GlPointParameterxvOES2_1Response, error)
func (*GLES11ExtServer) GlPointParameterxvOES3 ¶
func (s *GLES11ExtServer) GlPointParameterxvOES3(_ context.Context, req *pb.GlPointParameterxvOES3Request) (*pb.GlPointParameterxvOES3Response, error)
func (*GLES11ExtServer) GlPointSizexOES ¶
func (s *GLES11ExtServer) GlPointSizexOES(_ context.Context, req *pb.GlPointSizexOESRequest) (*pb.GlPointSizexOESResponse, error)
func (*GLES11ExtServer) GlPolygonOffsetxOES ¶
func (s *GLES11ExtServer) GlPolygonOffsetxOES(_ context.Context, req *pb.GlPolygonOffsetxOESRequest) (*pb.GlPolygonOffsetxOESResponse, error)
func (*GLES11ExtServer) GlRenderbufferStorageOES ¶
func (s *GLES11ExtServer) GlRenderbufferStorageOES(_ context.Context, req *pb.GlRenderbufferStorageOESRequest) (*pb.GlRenderbufferStorageOESResponse, error)
func (*GLES11ExtServer) GlRotatexOES ¶
func (s *GLES11ExtServer) GlRotatexOES(_ context.Context, req *pb.GlRotatexOESRequest) (*pb.GlRotatexOESResponse, error)
func (*GLES11ExtServer) GlSampleCoveragexOES ¶
func (s *GLES11ExtServer) GlSampleCoveragexOES(_ context.Context, req *pb.GlSampleCoveragexOESRequest) (*pb.GlSampleCoveragexOESResponse, error)
func (*GLES11ExtServer) GlScalexOES ¶
func (s *GLES11ExtServer) GlScalexOES(_ context.Context, req *pb.GlScalexOESRequest) (*pb.GlScalexOESResponse, error)
func (*GLES11ExtServer) GlTexEnvxOES ¶
func (s *GLES11ExtServer) GlTexEnvxOES(_ context.Context, req *pb.GlTexEnvxOESRequest) (*pb.GlTexEnvxOESResponse, error)
func (*GLES11ExtServer) GlTexEnvxvOES3_1 ¶
func (s *GLES11ExtServer) GlTexEnvxvOES3_1(_ context.Context, req *pb.GlTexEnvxvOES3_1Request) (*pb.GlTexEnvxvOES3_1Response, error)
func (*GLES11ExtServer) GlTexEnvxvOES4 ¶
func (s *GLES11ExtServer) GlTexEnvxvOES4(_ context.Context, req *pb.GlTexEnvxvOES4Request) (*pb.GlTexEnvxvOES4Response, error)
func (*GLES11ExtServer) GlTexGenfOES ¶
func (s *GLES11ExtServer) GlTexGenfOES(_ context.Context, req *pb.GlTexGenfOESRequest) (*pb.GlTexGenfOESResponse, error)
func (*GLES11ExtServer) GlTexGenfvOES3_1 ¶
func (s *GLES11ExtServer) GlTexGenfvOES3_1(_ context.Context, req *pb.GlTexGenfvOES3_1Request) (*pb.GlTexGenfvOES3_1Response, error)
func (*GLES11ExtServer) GlTexGenfvOES4 ¶
func (s *GLES11ExtServer) GlTexGenfvOES4(_ context.Context, req *pb.GlTexGenfvOES4Request) (*pb.GlTexGenfvOES4Response, error)
func (*GLES11ExtServer) GlTexGeniOES ¶
func (s *GLES11ExtServer) GlTexGeniOES(_ context.Context, req *pb.GlTexGeniOESRequest) (*pb.GlTexGeniOESResponse, error)
func (*GLES11ExtServer) GlTexGenivOES3_1 ¶
func (s *GLES11ExtServer) GlTexGenivOES3_1(_ context.Context, req *pb.GlTexGenivOES3_1Request) (*pb.GlTexGenivOES3_1Response, error)
func (*GLES11ExtServer) GlTexGenivOES4 ¶
func (s *GLES11ExtServer) GlTexGenivOES4(_ context.Context, req *pb.GlTexGenivOES4Request) (*pb.GlTexGenivOES4Response, error)
func (*GLES11ExtServer) GlTexGenxOES ¶
func (s *GLES11ExtServer) GlTexGenxOES(_ context.Context, req *pb.GlTexGenxOESRequest) (*pb.GlTexGenxOESResponse, error)
func (*GLES11ExtServer) GlTexGenxvOES3_1 ¶
func (s *GLES11ExtServer) GlTexGenxvOES3_1(_ context.Context, req *pb.GlTexGenxvOES3_1Request) (*pb.GlTexGenxvOES3_1Response, error)
func (*GLES11ExtServer) GlTexGenxvOES4 ¶
func (s *GLES11ExtServer) GlTexGenxvOES4(_ context.Context, req *pb.GlTexGenxvOES4Request) (*pb.GlTexGenxvOES4Response, error)
func (*GLES11ExtServer) GlTexParameterxOES ¶
func (s *GLES11ExtServer) GlTexParameterxOES(_ context.Context, req *pb.GlTexParameterxOESRequest) (*pb.GlTexParameterxOESResponse, error)
func (*GLES11ExtServer) GlTexParameterxvOES3_1 ¶
func (s *GLES11ExtServer) GlTexParameterxvOES3_1(_ context.Context, req *pb.GlTexParameterxvOES3_1Request) (*pb.GlTexParameterxvOES3_1Response, error)
func (*GLES11ExtServer) GlTexParameterxvOES4 ¶
func (s *GLES11ExtServer) GlTexParameterxvOES4(_ context.Context, req *pb.GlTexParameterxvOES4Request) (*pb.GlTexParameterxvOES4Response, error)
func (*GLES11ExtServer) GlTranslatexOES ¶
func (s *GLES11ExtServer) GlTranslatexOES(_ context.Context, req *pb.GlTranslatexOESRequest) (*pb.GlTranslatexOESResponse, error)
func (*GLES11ExtServer) GlWeightPointerOES ¶
func (s *GLES11ExtServer) GlWeightPointerOES(_ context.Context, req *pb.GlWeightPointerOESRequest) (*pb.GlWeightPointerOESResponse, error)
func (*GLES11ExtServer) NewGLES11Ext ¶
func (s *GLES11ExtServer) NewGLES11Ext(_ context.Context, req *pb.NewGLES11ExtRequest) (*pb.NewGLES11ExtResponse, error)
type GLES11Server ¶
type GLES11Server struct {
pb.UnimplementedGLES11ServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
GLES11Server implements pb.GLES11ServiceServer.
func (*GLES11Server) GlBindBuffer ¶
func (s *GLES11Server) GlBindBuffer(_ context.Context, req *pb.GlBindBufferRequest) (*pb.GlBindBufferResponse, error)
func (*GLES11Server) GlBufferData ¶
func (s *GLES11Server) GlBufferData(_ context.Context, req *pb.GlBufferDataRequest) (*pb.GlBufferDataResponse, error)
func (*GLES11Server) GlBufferSubData ¶
func (s *GLES11Server) GlBufferSubData(_ context.Context, req *pb.GlBufferSubDataRequest) (*pb.GlBufferSubDataResponse, error)
func (*GLES11Server) GlClipPlanef2_1 ¶
func (s *GLES11Server) GlClipPlanef2_1(_ context.Context, req *pb.GlClipPlanef2_1Request) (*pb.GlClipPlanef2_1Response, error)
func (*GLES11Server) GlClipPlanef3 ¶
func (s *GLES11Server) GlClipPlanef3(_ context.Context, req *pb.GlClipPlanef3Request) (*pb.GlClipPlanef3Response, error)
func (*GLES11Server) GlClipPlanex2_1 ¶
func (s *GLES11Server) GlClipPlanex2_1(_ context.Context, req *pb.GlClipPlanex2_1Request) (*pb.GlClipPlanex2_1Response, error)
func (*GLES11Server) GlClipPlanex3 ¶
func (s *GLES11Server) GlClipPlanex3(_ context.Context, req *pb.GlClipPlanex3Request) (*pb.GlClipPlanex3Response, error)
func (*GLES11Server) GlColor4Ub ¶
func (s *GLES11Server) GlColor4Ub(_ context.Context, req *pb.GlColor4UbRequest) (*pb.GlColor4UbResponse, error)
func (*GLES11Server) GlColorPointer ¶
func (s *GLES11Server) GlColorPointer(_ context.Context, req *pb.GlColorPointerRequest) (*pb.GlColorPointerResponse, error)
func (*GLES11Server) GlDeleteBuffers2_1 ¶
func (s *GLES11Server) GlDeleteBuffers2_1(_ context.Context, req *pb.GlDeleteBuffers2_1Request) (*pb.GlDeleteBuffers2_1Response, error)
func (*GLES11Server) GlDeleteBuffers3 ¶
func (s *GLES11Server) GlDeleteBuffers3(_ context.Context, req *pb.GlDeleteBuffers3Request) (*pb.GlDeleteBuffers3Response, error)
func (*GLES11Server) GlDrawElements ¶
func (s *GLES11Server) GlDrawElements(_ context.Context, req *pb.GlDrawElementsRequest) (*pb.GlDrawElementsResponse, error)
func (*GLES11Server) GlGenBuffers2_1 ¶
func (s *GLES11Server) GlGenBuffers2_1(_ context.Context, req *pb.GlGenBuffers2_1Request) (*pb.GlGenBuffers2_1Response, error)
func (*GLES11Server) GlGenBuffers3 ¶
func (s *GLES11Server) GlGenBuffers3(_ context.Context, req *pb.GlGenBuffers3Request) (*pb.GlGenBuffers3Response, error)
func (*GLES11Server) GlGetBooleanv2_1 ¶
func (s *GLES11Server) GlGetBooleanv2_1(_ context.Context, req *pb.GlGetBooleanv2_1Request) (*pb.GlGetBooleanv2_1Response, error)
func (*GLES11Server) GlGetBooleanv3 ¶
func (s *GLES11Server) GlGetBooleanv3(_ context.Context, req *pb.GlGetBooleanv3Request) (*pb.GlGetBooleanv3Response, error)
func (*GLES11Server) GlGetBufferParameteriv3_1 ¶
func (s *GLES11Server) GlGetBufferParameteriv3_1(_ context.Context, req *pb.GlGetBufferParameteriv3_1Request) (*pb.GlGetBufferParameteriv3_1Response, error)
func (*GLES11Server) GlGetBufferParameteriv4 ¶
func (s *GLES11Server) GlGetBufferParameteriv4(_ context.Context, req *pb.GlGetBufferParameteriv4Request) (*pb.GlGetBufferParameteriv4Response, error)
func (*GLES11Server) GlGetClipPlanef2_1 ¶
func (s *GLES11Server) GlGetClipPlanef2_1(_ context.Context, req *pb.GlGetClipPlanef2_1Request) (*pb.GlGetClipPlanef2_1Response, error)
func (*GLES11Server) GlGetClipPlanef3 ¶
func (s *GLES11Server) GlGetClipPlanef3(_ context.Context, req *pb.GlGetClipPlanef3Request) (*pb.GlGetClipPlanef3Response, error)
func (*GLES11Server) GlGetClipPlanex2_1 ¶
func (s *GLES11Server) GlGetClipPlanex2_1(_ context.Context, req *pb.GlGetClipPlanex2_1Request) (*pb.GlGetClipPlanex2_1Response, error)
func (*GLES11Server) GlGetClipPlanex3 ¶
func (s *GLES11Server) GlGetClipPlanex3(_ context.Context, req *pb.GlGetClipPlanex3Request) (*pb.GlGetClipPlanex3Response, error)
func (*GLES11Server) GlGetFixedv2_1 ¶
func (s *GLES11Server) GlGetFixedv2_1(_ context.Context, req *pb.GlGetFixedv2_1Request) (*pb.GlGetFixedv2_1Response, error)
func (*GLES11Server) GlGetFixedv3 ¶
func (s *GLES11Server) GlGetFixedv3(_ context.Context, req *pb.GlGetFixedv3Request) (*pb.GlGetFixedv3Response, error)
func (*GLES11Server) GlGetFloatv2_1 ¶
func (s *GLES11Server) GlGetFloatv2_1(_ context.Context, req *pb.GlGetFloatv2_1Request) (*pb.GlGetFloatv2_1Response, error)
func (*GLES11Server) GlGetFloatv3 ¶
func (s *GLES11Server) GlGetFloatv3(_ context.Context, req *pb.GlGetFloatv3Request) (*pb.GlGetFloatv3Response, error)
func (*GLES11Server) GlGetLightfv3_1 ¶
func (s *GLES11Server) GlGetLightfv3_1(_ context.Context, req *pb.GlGetLightfv3_1Request) (*pb.GlGetLightfv3_1Response, error)
func (*GLES11Server) GlGetLightfv4 ¶
func (s *GLES11Server) GlGetLightfv4(_ context.Context, req *pb.GlGetLightfv4Request) (*pb.GlGetLightfv4Response, error)
func (*GLES11Server) GlGetLightxv3_1 ¶
func (s *GLES11Server) GlGetLightxv3_1(_ context.Context, req *pb.GlGetLightxv3_1Request) (*pb.GlGetLightxv3_1Response, error)
func (*GLES11Server) GlGetLightxv4 ¶
func (s *GLES11Server) GlGetLightxv4(_ context.Context, req *pb.GlGetLightxv4Request) (*pb.GlGetLightxv4Response, error)
func (*GLES11Server) GlGetMaterialfv3_1 ¶
func (s *GLES11Server) GlGetMaterialfv3_1(_ context.Context, req *pb.GlGetMaterialfv3_1Request) (*pb.GlGetMaterialfv3_1Response, error)
func (*GLES11Server) GlGetMaterialfv4 ¶
func (s *GLES11Server) GlGetMaterialfv4(_ context.Context, req *pb.GlGetMaterialfv4Request) (*pb.GlGetMaterialfv4Response, error)
func (*GLES11Server) GlGetMaterialxv3_1 ¶
func (s *GLES11Server) GlGetMaterialxv3_1(_ context.Context, req *pb.GlGetMaterialxv3_1Request) (*pb.GlGetMaterialxv3_1Response, error)
func (*GLES11Server) GlGetMaterialxv4 ¶
func (s *GLES11Server) GlGetMaterialxv4(_ context.Context, req *pb.GlGetMaterialxv4Request) (*pb.GlGetMaterialxv4Response, error)
func (*GLES11Server) GlGetTexEnvfv3_1 ¶
func (s *GLES11Server) GlGetTexEnvfv3_1(_ context.Context, req *pb.GlGetTexEnvfv3_1Request) (*pb.GlGetTexEnvfv3_1Response, error)
func (*GLES11Server) GlGetTexEnvfv4 ¶
func (s *GLES11Server) GlGetTexEnvfv4(_ context.Context, req *pb.GlGetTexEnvfv4Request) (*pb.GlGetTexEnvfv4Response, error)
func (*GLES11Server) GlGetTexEnviv3_1 ¶
func (s *GLES11Server) GlGetTexEnviv3_1(_ context.Context, req *pb.GlGetTexEnviv3_1Request) (*pb.GlGetTexEnviv3_1Response, error)
func (*GLES11Server) GlGetTexEnviv4 ¶
func (s *GLES11Server) GlGetTexEnviv4(_ context.Context, req *pb.GlGetTexEnviv4Request) (*pb.GlGetTexEnviv4Response, error)
func (*GLES11Server) GlGetTexEnvxv3_1 ¶
func (s *GLES11Server) GlGetTexEnvxv3_1(_ context.Context, req *pb.GlGetTexEnvxv3_1Request) (*pb.GlGetTexEnvxv3_1Response, error)
func (*GLES11Server) GlGetTexEnvxv4 ¶
func (s *GLES11Server) GlGetTexEnvxv4(_ context.Context, req *pb.GlGetTexEnvxv4Request) (*pb.GlGetTexEnvxv4Response, error)
func (*GLES11Server) GlGetTexParameterfv3_1 ¶
func (s *GLES11Server) GlGetTexParameterfv3_1(_ context.Context, req *pb.GlGetTexParameterfv3_1Request) (*pb.GlGetTexParameterfv3_1Response, error)
func (*GLES11Server) GlGetTexParameterfv4 ¶
func (s *GLES11Server) GlGetTexParameterfv4(_ context.Context, req *pb.GlGetTexParameterfv4Request) (*pb.GlGetTexParameterfv4Response, error)
func (*GLES11Server) GlGetTexParameteriv3_1 ¶
func (s *GLES11Server) GlGetTexParameteriv3_1(_ context.Context, req *pb.GlGetTexParameteriv3_1Request) (*pb.GlGetTexParameteriv3_1Response, error)
func (*GLES11Server) GlGetTexParameteriv4 ¶
func (s *GLES11Server) GlGetTexParameteriv4(_ context.Context, req *pb.GlGetTexParameteriv4Request) (*pb.GlGetTexParameteriv4Response, error)
func (*GLES11Server) GlGetTexParameterxv3_1 ¶
func (s *GLES11Server) GlGetTexParameterxv3_1(_ context.Context, req *pb.GlGetTexParameterxv3_1Request) (*pb.GlGetTexParameterxv3_1Response, error)
func (*GLES11Server) GlGetTexParameterxv4 ¶
func (s *GLES11Server) GlGetTexParameterxv4(_ context.Context, req *pb.GlGetTexParameterxv4Request) (*pb.GlGetTexParameterxv4Response, error)
func (*GLES11Server) GlIsBuffer ¶
func (s *GLES11Server) GlIsBuffer(_ context.Context, req *pb.GlIsBufferRequest) (*pb.GlIsBufferResponse, error)
func (*GLES11Server) GlIsEnabled ¶
func (s *GLES11Server) GlIsEnabled(_ context.Context, req *pb.GlIsEnabledRequest) (*pb.GlIsEnabledResponse, error)
func (*GLES11Server) GlIsTexture ¶
func (s *GLES11Server) GlIsTexture(_ context.Context, req *pb.GlIsTextureRequest) (*pb.GlIsTextureResponse, error)
func (*GLES11Server) GlNormalPointer ¶
func (s *GLES11Server) GlNormalPointer(_ context.Context, req *pb.GlNormalPointerRequest) (*pb.GlNormalPointerResponse, error)
func (*GLES11Server) GlPointParameterf ¶
func (s *GLES11Server) GlPointParameterf(_ context.Context, req *pb.GlPointParameterfRequest) (*pb.GlPointParameterfResponse, error)
func (*GLES11Server) GlPointParameterfv2_1 ¶
func (s *GLES11Server) GlPointParameterfv2_1(_ context.Context, req *pb.GlPointParameterfv2_1Request) (*pb.GlPointParameterfv2_1Response, error)
func (*GLES11Server) GlPointParameterfv3 ¶
func (s *GLES11Server) GlPointParameterfv3(_ context.Context, req *pb.GlPointParameterfv3Request) (*pb.GlPointParameterfv3Response, error)
func (*GLES11Server) GlPointParameterx ¶
func (s *GLES11Server) GlPointParameterx(_ context.Context, req *pb.GlPointParameterxRequest) (*pb.GlPointParameterxResponse, error)
func (*GLES11Server) GlPointParameterxv2_1 ¶
func (s *GLES11Server) GlPointParameterxv2_1(_ context.Context, req *pb.GlPointParameterxv2_1Request) (*pb.GlPointParameterxv2_1Response, error)
func (*GLES11Server) GlPointParameterxv3 ¶
func (s *GLES11Server) GlPointParameterxv3(_ context.Context, req *pb.GlPointParameterxv3Request) (*pb.GlPointParameterxv3Response, error)
func (*GLES11Server) GlPointSizePointerOES ¶
func (s *GLES11Server) GlPointSizePointerOES(_ context.Context, req *pb.GlPointSizePointerOESRequest) (*pb.GlPointSizePointerOESResponse, error)
func (*GLES11Server) GlTexCoordPointer ¶
func (s *GLES11Server) GlTexCoordPointer(_ context.Context, req *pb.GlTexCoordPointerRequest) (*pb.GlTexCoordPointerResponse, error)
func (*GLES11Server) GlTexEnvi ¶
func (s *GLES11Server) GlTexEnvi(_ context.Context, req *pb.GlTexEnviRequest) (*pb.GlTexEnviResponse, error)
func (*GLES11Server) GlTexEnviv3_1 ¶
func (s *GLES11Server) GlTexEnviv3_1(_ context.Context, req *pb.GlTexEnviv3_1Request) (*pb.GlTexEnviv3_1Response, error)
func (*GLES11Server) GlTexEnviv4 ¶
func (s *GLES11Server) GlTexEnviv4(_ context.Context, req *pb.GlTexEnviv4Request) (*pb.GlTexEnviv4Response, error)
func (*GLES11Server) GlTexParameterfv3_1 ¶
func (s *GLES11Server) GlTexParameterfv3_1(_ context.Context, req *pb.GlTexParameterfv3_1Request) (*pb.GlTexParameterfv3_1Response, error)
func (*GLES11Server) GlTexParameterfv4 ¶
func (s *GLES11Server) GlTexParameterfv4(_ context.Context, req *pb.GlTexParameterfv4Request) (*pb.GlTexParameterfv4Response, error)
func (*GLES11Server) GlTexParameteri ¶
func (s *GLES11Server) GlTexParameteri(_ context.Context, req *pb.GlTexParameteriRequest) (*pb.GlTexParameteriResponse, error)
func (*GLES11Server) GlTexParameteriv3_1 ¶
func (s *GLES11Server) GlTexParameteriv3_1(_ context.Context, req *pb.GlTexParameteriv3_1Request) (*pb.GlTexParameteriv3_1Response, error)
func (*GLES11Server) GlTexParameteriv4 ¶
func (s *GLES11Server) GlTexParameteriv4(_ context.Context, req *pb.GlTexParameteriv4Request) (*pb.GlTexParameteriv4Response, error)
func (*GLES11Server) GlTexParameterxv3_1 ¶
func (s *GLES11Server) GlTexParameterxv3_1(_ context.Context, req *pb.GlTexParameterxv3_1Request) (*pb.GlTexParameterxv3_1Response, error)
func (*GLES11Server) GlTexParameterxv4 ¶
func (s *GLES11Server) GlTexParameterxv4(_ context.Context, req *pb.GlTexParameterxv4Request) (*pb.GlTexParameterxv4Response, error)
func (*GLES11Server) GlVertexPointer ¶
func (s *GLES11Server) GlVertexPointer(_ context.Context, req *pb.GlVertexPointerRequest) (*pb.GlVertexPointerResponse, error)
func (*GLES11Server) NewGLES11 ¶
func (s *GLES11Server) NewGLES11(_ context.Context, req *pb.NewGLES11Request) (*pb.NewGLES11Response, error)
type GLES20Server ¶
type GLES20Server struct {
pb.UnimplementedGLES20ServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
GLES20Server implements pb.GLES20ServiceServer.
func (*GLES20Server) GlActiveTexture ¶
func (s *GLES20Server) GlActiveTexture(_ context.Context, req *pb.GlActiveTextureRequest) (*pb.GlActiveTextureResponse, error)
func (*GLES20Server) GlAttachShader ¶
func (s *GLES20Server) GlAttachShader(_ context.Context, req *pb.GlAttachShaderRequest) (*pb.GlAttachShaderResponse, error)
func (*GLES20Server) GlBindAttribLocation ¶
func (s *GLES20Server) GlBindAttribLocation(_ context.Context, req *pb.GlBindAttribLocationRequest) (*pb.GlBindAttribLocationResponse, error)
func (*GLES20Server) GlBindBuffer ¶
func (s *GLES20Server) GlBindBuffer(_ context.Context, req *pb.GlBindBufferRequest) (*pb.GlBindBufferResponse, error)
func (*GLES20Server) GlBindFramebuffer ¶
func (s *GLES20Server) GlBindFramebuffer(_ context.Context, req *pb.GlBindFramebufferRequest) (*pb.GlBindFramebufferResponse, error)
func (*GLES20Server) GlBindRenderbuffer ¶
func (s *GLES20Server) GlBindRenderbuffer(_ context.Context, req *pb.GlBindRenderbufferRequest) (*pb.GlBindRenderbufferResponse, error)
func (*GLES20Server) GlBindTexture ¶
func (s *GLES20Server) GlBindTexture(_ context.Context, req *pb.GlBindTextureRequest) (*pb.GlBindTextureResponse, error)
func (*GLES20Server) GlBlendColor ¶
func (s *GLES20Server) GlBlendColor(_ context.Context, req *pb.GlBlendColorRequest) (*pb.GlBlendColorResponse, error)
func (*GLES20Server) GlBlendEquation ¶
func (s *GLES20Server) GlBlendEquation(_ context.Context, req *pb.GlBlendEquationRequest) (*pb.GlBlendEquationResponse, error)
func (*GLES20Server) GlBlendEquationSeparate ¶
func (s *GLES20Server) GlBlendEquationSeparate(_ context.Context, req *pb.GlBlendEquationSeparateRequest) (*pb.GlBlendEquationSeparateResponse, error)
func (*GLES20Server) GlBlendFunc ¶
func (s *GLES20Server) GlBlendFunc(_ context.Context, req *pb.GlBlendFuncRequest) (*pb.GlBlendFuncResponse, error)
func (*GLES20Server) GlBlendFuncSeparate ¶
func (s *GLES20Server) GlBlendFuncSeparate(_ context.Context, req *pb.GlBlendFuncSeparateRequest) (*pb.GlBlendFuncSeparateResponse, error)
func (*GLES20Server) GlBufferData ¶
func (s *GLES20Server) GlBufferData(_ context.Context, req *pb.GlBufferDataRequest) (*pb.GlBufferDataResponse, error)
func (*GLES20Server) GlBufferSubData ¶
func (s *GLES20Server) GlBufferSubData(_ context.Context, req *pb.GlBufferSubDataRequest) (*pb.GlBufferSubDataResponse, error)
func (*GLES20Server) GlCheckFramebufferStatus ¶
func (s *GLES20Server) GlCheckFramebufferStatus(_ context.Context, req *pb.GlCheckFramebufferStatusRequest) (*pb.GlCheckFramebufferStatusResponse, error)
func (*GLES20Server) GlClear ¶
func (s *GLES20Server) GlClear(_ context.Context, req *pb.GlClearRequest) (*pb.GlClearResponse, error)
func (*GLES20Server) GlClearColor ¶
func (s *GLES20Server) GlClearColor(_ context.Context, req *pb.GlClearColorRequest) (*pb.GlClearColorResponse, error)
func (*GLES20Server) GlClearDepthf ¶
func (s *GLES20Server) GlClearDepthf(_ context.Context, req *pb.GlClearDepthfRequest) (*pb.GlClearDepthfResponse, error)
func (*GLES20Server) GlClearStencil ¶
func (s *GLES20Server) GlClearStencil(_ context.Context, req *pb.GlClearStencilRequest) (*pb.GlClearStencilResponse, error)
func (*GLES20Server) GlColorMask ¶
func (s *GLES20Server) GlColorMask(_ context.Context, req *pb.GlColorMaskRequest) (*pb.GlColorMaskResponse, error)
func (*GLES20Server) GlCompileShader ¶
func (s *GLES20Server) GlCompileShader(_ context.Context, req *pb.GlCompileShaderRequest) (*pb.GlCompileShaderResponse, error)
func (*GLES20Server) GlCompressedTexImage2D ¶
func (s *GLES20Server) GlCompressedTexImage2D(_ context.Context, req *pb.GlCompressedTexImage2DRequest) (*pb.GlCompressedTexImage2DResponse, error)
func (*GLES20Server) GlCompressedTexSubImage2D ¶
func (s *GLES20Server) GlCompressedTexSubImage2D(_ context.Context, req *pb.GlCompressedTexSubImage2DRequest) (*pb.GlCompressedTexSubImage2DResponse, error)
func (*GLES20Server) GlCopyTexImage2D ¶
func (s *GLES20Server) GlCopyTexImage2D(_ context.Context, req *pb.GlCopyTexImage2DRequest) (*pb.GlCopyTexImage2DResponse, error)
func (*GLES20Server) GlCopyTexSubImage2D ¶
func (s *GLES20Server) GlCopyTexSubImage2D(_ context.Context, req *pb.GlCopyTexSubImage2DRequest) (*pb.GlCopyTexSubImage2DResponse, error)
func (*GLES20Server) GlCreateProgram ¶
func (s *GLES20Server) GlCreateProgram(_ context.Context, req *pb.GlCreateProgramRequest) (*pb.GlCreateProgramResponse, error)
func (*GLES20Server) GlCreateShader ¶
func (s *GLES20Server) GlCreateShader(_ context.Context, req *pb.GlCreateShaderRequest) (*pb.GlCreateShaderResponse, error)
func (*GLES20Server) GlCullFace ¶
func (s *GLES20Server) GlCullFace(_ context.Context, req *pb.GlCullFaceRequest) (*pb.GlCullFaceResponse, error)
func (*GLES20Server) GlDeleteBuffers2_1 ¶
func (s *GLES20Server) GlDeleteBuffers2_1(_ context.Context, req *pb.GlDeleteBuffers2_1Request) (*pb.GlDeleteBuffers2_1Response, error)
func (*GLES20Server) GlDeleteBuffers3 ¶
func (s *GLES20Server) GlDeleteBuffers3(_ context.Context, req *pb.GlDeleteBuffers3Request) (*pb.GlDeleteBuffers3Response, error)
func (*GLES20Server) GlDeleteFramebuffers2_1 ¶
func (s *GLES20Server) GlDeleteFramebuffers2_1(_ context.Context, req *pb.GlDeleteFramebuffers2_1Request) (*pb.GlDeleteFramebuffers2_1Response, error)
func (*GLES20Server) GlDeleteFramebuffers3 ¶
func (s *GLES20Server) GlDeleteFramebuffers3(_ context.Context, req *pb.GlDeleteFramebuffers3Request) (*pb.GlDeleteFramebuffers3Response, error)
func (*GLES20Server) GlDeleteProgram ¶
func (s *GLES20Server) GlDeleteProgram(_ context.Context, req *pb.GlDeleteProgramRequest) (*pb.GlDeleteProgramResponse, error)
func (*GLES20Server) GlDeleteRenderbuffers2_1 ¶
func (s *GLES20Server) GlDeleteRenderbuffers2_1(_ context.Context, req *pb.GlDeleteRenderbuffers2_1Request) (*pb.GlDeleteRenderbuffers2_1Response, error)
func (*GLES20Server) GlDeleteRenderbuffers3 ¶
func (s *GLES20Server) GlDeleteRenderbuffers3(_ context.Context, req *pb.GlDeleteRenderbuffers3Request) (*pb.GlDeleteRenderbuffers3Response, error)
func (*GLES20Server) GlDeleteShader ¶
func (s *GLES20Server) GlDeleteShader(_ context.Context, req *pb.GlDeleteShaderRequest) (*pb.GlDeleteShaderResponse, error)
func (*GLES20Server) GlDeleteTextures2_1 ¶
func (s *GLES20Server) GlDeleteTextures2_1(_ context.Context, req *pb.GlDeleteTextures2_1Request) (*pb.GlDeleteTextures2_1Response, error)
func (*GLES20Server) GlDeleteTextures3 ¶
func (s *GLES20Server) GlDeleteTextures3(_ context.Context, req *pb.GlDeleteTextures3Request) (*pb.GlDeleteTextures3Response, error)
func (*GLES20Server) GlDepthFunc ¶
func (s *GLES20Server) GlDepthFunc(_ context.Context, req *pb.GlDepthFuncRequest) (*pb.GlDepthFuncResponse, error)
func (*GLES20Server) GlDepthMask ¶
func (s *GLES20Server) GlDepthMask(_ context.Context, req *pb.GlDepthMaskRequest) (*pb.GlDepthMaskResponse, error)
func (*GLES20Server) GlDepthRangef ¶
func (s *GLES20Server) GlDepthRangef(_ context.Context, req *pb.GlDepthRangefRequest) (*pb.GlDepthRangefResponse, error)
func (*GLES20Server) GlDetachShader ¶
func (s *GLES20Server) GlDetachShader(_ context.Context, req *pb.GlDetachShaderRequest) (*pb.GlDetachShaderResponse, error)
func (*GLES20Server) GlDisable ¶
func (s *GLES20Server) GlDisable(_ context.Context, req *pb.GlDisableRequest) (*pb.GlDisableResponse, error)
func (*GLES20Server) GlDisableVertexAttribArray ¶
func (s *GLES20Server) GlDisableVertexAttribArray(_ context.Context, req *pb.GlDisableVertexAttribArrayRequest) (*pb.GlDisableVertexAttribArrayResponse, error)
func (*GLES20Server) GlDrawArrays ¶
func (s *GLES20Server) GlDrawArrays(_ context.Context, req *pb.GlDrawArraysRequest) (*pb.GlDrawArraysResponse, error)
func (*GLES20Server) GlDrawElements4 ¶
func (s *GLES20Server) GlDrawElements4(_ context.Context, req *pb.GlDrawElements4Request) (*pb.GlDrawElements4Response, error)
func (*GLES20Server) GlDrawElements4_1 ¶
func (s *GLES20Server) GlDrawElements4_1(_ context.Context, req *pb.GlDrawElements4_1Request) (*pb.GlDrawElements4_1Response, error)
func (*GLES20Server) GlEnable ¶
func (s *GLES20Server) GlEnable(_ context.Context, req *pb.GlEnableRequest) (*pb.GlEnableResponse, error)
func (*GLES20Server) GlEnableVertexAttribArray ¶
func (s *GLES20Server) GlEnableVertexAttribArray(_ context.Context, req *pb.GlEnableVertexAttribArrayRequest) (*pb.GlEnableVertexAttribArrayResponse, error)
func (*GLES20Server) GlFinish ¶
func (s *GLES20Server) GlFinish(_ context.Context, req *pb.GlFinishRequest) (*pb.GlFinishResponse, error)
func (*GLES20Server) GlFlush ¶
func (s *GLES20Server) GlFlush(_ context.Context, req *pb.GlFlushRequest) (*pb.GlFlushResponse, error)
func (*GLES20Server) GlFramebufferRenderbuffer ¶
func (s *GLES20Server) GlFramebufferRenderbuffer(_ context.Context, req *pb.GlFramebufferRenderbufferRequest) (*pb.GlFramebufferRenderbufferResponse, error)
func (*GLES20Server) GlFramebufferTexture2D ¶
func (s *GLES20Server) GlFramebufferTexture2D(_ context.Context, req *pb.GlFramebufferTexture2DRequest) (*pb.GlFramebufferTexture2DResponse, error)
func (*GLES20Server) GlFrontFace ¶
func (s *GLES20Server) GlFrontFace(_ context.Context, req *pb.GlFrontFaceRequest) (*pb.GlFrontFaceResponse, error)
func (*GLES20Server) GlGenBuffers2_1 ¶
func (s *GLES20Server) GlGenBuffers2_1(_ context.Context, req *pb.GlGenBuffers2_1Request) (*pb.GlGenBuffers2_1Response, error)
func (*GLES20Server) GlGenBuffers3 ¶
func (s *GLES20Server) GlGenBuffers3(_ context.Context, req *pb.GlGenBuffers3Request) (*pb.GlGenBuffers3Response, error)
func (*GLES20Server) GlGenFramebuffers2_1 ¶
func (s *GLES20Server) GlGenFramebuffers2_1(_ context.Context, req *pb.GlGenFramebuffers2_1Request) (*pb.GlGenFramebuffers2_1Response, error)
func (*GLES20Server) GlGenFramebuffers3 ¶
func (s *GLES20Server) GlGenFramebuffers3(_ context.Context, req *pb.GlGenFramebuffers3Request) (*pb.GlGenFramebuffers3Response, error)
func (*GLES20Server) GlGenRenderbuffers2_1 ¶
func (s *GLES20Server) GlGenRenderbuffers2_1(_ context.Context, req *pb.GlGenRenderbuffers2_1Request) (*pb.GlGenRenderbuffers2_1Response, error)
func (*GLES20Server) GlGenRenderbuffers3 ¶
func (s *GLES20Server) GlGenRenderbuffers3(_ context.Context, req *pb.GlGenRenderbuffers3Request) (*pb.GlGenRenderbuffers3Response, error)
func (*GLES20Server) GlGenTextures2_1 ¶
func (s *GLES20Server) GlGenTextures2_1(_ context.Context, req *pb.GlGenTextures2_1Request) (*pb.GlGenTextures2_1Response, error)
func (*GLES20Server) GlGenTextures3 ¶
func (s *GLES20Server) GlGenTextures3(_ context.Context, req *pb.GlGenTextures3Request) (*pb.GlGenTextures3Response, error)
func (*GLES20Server) GlGenerateMipmap ¶
func (s *GLES20Server) GlGenerateMipmap(_ context.Context, req *pb.GlGenerateMipmapRequest) (*pb.GlGenerateMipmapResponse, error)
func (*GLES20Server) GlGetActiveAttrib4_2 ¶
func (s *GLES20Server) GlGetActiveAttrib4_2(_ context.Context, req *pb.GlGetActiveAttrib4_2Request) (*pb.GlGetActiveAttrib4_2Response, error)
func (*GLES20Server) GlGetActiveAttrib6_1 ¶
func (s *GLES20Server) GlGetActiveAttrib6_1(_ context.Context, req *pb.GlGetActiveAttrib6_1Request) (*pb.GlGetActiveAttrib6_1Response, error)
func (*GLES20Server) GlGetActiveAttrib11 ¶
func (s *GLES20Server) GlGetActiveAttrib11(_ context.Context, req *pb.GlGetActiveAttrib11Request) (*pb.GlGetActiveAttrib11Response, error)
func (*GLES20Server) GlGetActiveUniform4_2 ¶
func (s *GLES20Server) GlGetActiveUniform4_2(_ context.Context, req *pb.GlGetActiveUniform4_2Request) (*pb.GlGetActiveUniform4_2Response, error)
func (*GLES20Server) GlGetActiveUniform6_1 ¶
func (s *GLES20Server) GlGetActiveUniform6_1(_ context.Context, req *pb.GlGetActiveUniform6_1Request) (*pb.GlGetActiveUniform6_1Response, error)
func (*GLES20Server) GlGetActiveUniform11 ¶
func (s *GLES20Server) GlGetActiveUniform11(_ context.Context, req *pb.GlGetActiveUniform11Request) (*pb.GlGetActiveUniform11Response, error)
func (*GLES20Server) GlGetAttachedShaders4_1 ¶
func (s *GLES20Server) GlGetAttachedShaders4_1(_ context.Context, req *pb.GlGetAttachedShaders4_1Request) (*pb.GlGetAttachedShaders4_1Response, error)
func (*GLES20Server) GlGetAttachedShaders6 ¶
func (s *GLES20Server) GlGetAttachedShaders6(_ context.Context, req *pb.GlGetAttachedShaders6Request) (*pb.GlGetAttachedShaders6Response, error)
func (*GLES20Server) GlGetAttribLocation ¶
func (s *GLES20Server) GlGetAttribLocation(_ context.Context, req *pb.GlGetAttribLocationRequest) (*pb.GlGetAttribLocationResponse, error)
func (*GLES20Server) GlGetBooleanv2_1 ¶
func (s *GLES20Server) GlGetBooleanv2_1(_ context.Context, req *pb.GlGetBooleanv2_1Request) (*pb.GlGetBooleanv2_1Response, error)
func (*GLES20Server) GlGetBooleanv3 ¶
func (s *GLES20Server) GlGetBooleanv3(_ context.Context, req *pb.GlGetBooleanv3Request) (*pb.GlGetBooleanv3Response, error)
func (*GLES20Server) GlGetBufferParameteriv3_1 ¶
func (s *GLES20Server) GlGetBufferParameteriv3_1(_ context.Context, req *pb.GlGetBufferParameteriv3_1Request) (*pb.GlGetBufferParameteriv3_1Response, error)
func (*GLES20Server) GlGetBufferParameteriv4 ¶
func (s *GLES20Server) GlGetBufferParameteriv4(_ context.Context, req *pb.GlGetBufferParameteriv4Request) (*pb.GlGetBufferParameteriv4Response, error)
func (*GLES20Server) GlGetError ¶
func (s *GLES20Server) GlGetError(_ context.Context, req *pb.GlGetErrorRequest) (*pb.GlGetErrorResponse, error)
func (*GLES20Server) GlGetFloatv2_1 ¶
func (s *GLES20Server) GlGetFloatv2_1(_ context.Context, req *pb.GlGetFloatv2_1Request) (*pb.GlGetFloatv2_1Response, error)
func (*GLES20Server) GlGetFloatv3 ¶
func (s *GLES20Server) GlGetFloatv3(_ context.Context, req *pb.GlGetFloatv3Request) (*pb.GlGetFloatv3Response, error)
func (*GLES20Server) GlGetFramebufferAttachmentParameteriv4_1 ¶
func (s *GLES20Server) GlGetFramebufferAttachmentParameteriv4_1(_ context.Context, req *pb.GlGetFramebufferAttachmentParameteriv4_1Request) (*pb.GlGetFramebufferAttachmentParameteriv4_1Response, error)
func (*GLES20Server) GlGetFramebufferAttachmentParameteriv5 ¶
func (s *GLES20Server) GlGetFramebufferAttachmentParameteriv5(_ context.Context, req *pb.GlGetFramebufferAttachmentParameteriv5Request) (*pb.GlGetFramebufferAttachmentParameteriv5Response, error)
func (*GLES20Server) GlGetIntegerv2_1 ¶
func (s *GLES20Server) GlGetIntegerv2_1(_ context.Context, req *pb.GlGetIntegerv2_1Request) (*pb.GlGetIntegerv2_1Response, error)
func (*GLES20Server) GlGetIntegerv3 ¶
func (s *GLES20Server) GlGetIntegerv3(_ context.Context, req *pb.GlGetIntegerv3Request) (*pb.GlGetIntegerv3Response, error)
func (*GLES20Server) GlGetProgramInfoLog ¶
func (s *GLES20Server) GlGetProgramInfoLog(_ context.Context, req *pb.GlGetProgramInfoLogRequest) (*pb.GlGetProgramInfoLogResponse, error)
func (*GLES20Server) GlGetProgramiv3_1 ¶
func (s *GLES20Server) GlGetProgramiv3_1(_ context.Context, req *pb.GlGetProgramiv3_1Request) (*pb.GlGetProgramiv3_1Response, error)
func (*GLES20Server) GlGetProgramiv4 ¶
func (s *GLES20Server) GlGetProgramiv4(_ context.Context, req *pb.GlGetProgramiv4Request) (*pb.GlGetProgramiv4Response, error)
func (*GLES20Server) GlGetRenderbufferParameteriv3_1 ¶
func (s *GLES20Server) GlGetRenderbufferParameteriv3_1(_ context.Context, req *pb.GlGetRenderbufferParameteriv3_1Request) (*pb.GlGetRenderbufferParameteriv3_1Response, error)
func (*GLES20Server) GlGetRenderbufferParameteriv4 ¶
func (s *GLES20Server) GlGetRenderbufferParameteriv4(_ context.Context, req *pb.GlGetRenderbufferParameteriv4Request) (*pb.GlGetRenderbufferParameteriv4Response, error)
func (*GLES20Server) GlGetShaderInfoLog ¶
func (s *GLES20Server) GlGetShaderInfoLog(_ context.Context, req *pb.GlGetShaderInfoLogRequest) (*pb.GlGetShaderInfoLogResponse, error)
func (*GLES20Server) GlGetShaderPrecisionFormat4_1 ¶
func (s *GLES20Server) GlGetShaderPrecisionFormat4_1(_ context.Context, req *pb.GlGetShaderPrecisionFormat4_1Request) (*pb.GlGetShaderPrecisionFormat4_1Response, error)
func (*GLES20Server) GlGetShaderPrecisionFormat6 ¶
func (s *GLES20Server) GlGetShaderPrecisionFormat6(_ context.Context, req *pb.GlGetShaderPrecisionFormat6Request) (*pb.GlGetShaderPrecisionFormat6Response, error)
func (*GLES20Server) GlGetShaderSource1 ¶
func (s *GLES20Server) GlGetShaderSource1(_ context.Context, req *pb.GlGetShaderSource1Request) (*pb.GlGetShaderSource1Response, error)
func (*GLES20Server) GlGetShaderSource6_1 ¶
func (s *GLES20Server) GlGetShaderSource6_1(_ context.Context, req *pb.GlGetShaderSource6_1Request) (*pb.GlGetShaderSource6_1Response, error)
func (*GLES20Server) GlGetShaderiv3_1 ¶
func (s *GLES20Server) GlGetShaderiv3_1(_ context.Context, req *pb.GlGetShaderiv3_1Request) (*pb.GlGetShaderiv3_1Response, error)
func (*GLES20Server) GlGetShaderiv4 ¶
func (s *GLES20Server) GlGetShaderiv4(_ context.Context, req *pb.GlGetShaderiv4Request) (*pb.GlGetShaderiv4Response, error)
func (*GLES20Server) GlGetString ¶
func (s *GLES20Server) GlGetString(_ context.Context, req *pb.GlGetStringRequest) (*pb.GlGetStringResponse, error)
func (*GLES20Server) GlGetTexParameterfv3_1 ¶
func (s *GLES20Server) GlGetTexParameterfv3_1(_ context.Context, req *pb.GlGetTexParameterfv3_1Request) (*pb.GlGetTexParameterfv3_1Response, error)
func (*GLES20Server) GlGetTexParameterfv4 ¶
func (s *GLES20Server) GlGetTexParameterfv4(_ context.Context, req *pb.GlGetTexParameterfv4Request) (*pb.GlGetTexParameterfv4Response, error)
func (*GLES20Server) GlGetTexParameteriv3_1 ¶
func (s *GLES20Server) GlGetTexParameteriv3_1(_ context.Context, req *pb.GlGetTexParameteriv3_1Request) (*pb.GlGetTexParameteriv3_1Response, error)
func (*GLES20Server) GlGetTexParameteriv4 ¶
func (s *GLES20Server) GlGetTexParameteriv4(_ context.Context, req *pb.GlGetTexParameteriv4Request) (*pb.GlGetTexParameteriv4Response, error)
func (*GLES20Server) GlGetUniformLocation ¶
func (s *GLES20Server) GlGetUniformLocation(_ context.Context, req *pb.GlGetUniformLocationRequest) (*pb.GlGetUniformLocationResponse, error)
func (*GLES20Server) GlGetUniformfv3_1 ¶
func (s *GLES20Server) GlGetUniformfv3_1(_ context.Context, req *pb.GlGetUniformfv3_1Request) (*pb.GlGetUniformfv3_1Response, error)
func (*GLES20Server) GlGetUniformfv4 ¶
func (s *GLES20Server) GlGetUniformfv4(_ context.Context, req *pb.GlGetUniformfv4Request) (*pb.GlGetUniformfv4Response, error)
func (*GLES20Server) GlGetUniformiv3_1 ¶
func (s *GLES20Server) GlGetUniformiv3_1(_ context.Context, req *pb.GlGetUniformiv3_1Request) (*pb.GlGetUniformiv3_1Response, error)
func (*GLES20Server) GlGetUniformiv4 ¶
func (s *GLES20Server) GlGetUniformiv4(_ context.Context, req *pb.GlGetUniformiv4Request) (*pb.GlGetUniformiv4Response, error)
func (*GLES20Server) GlGetVertexAttribfv3_1 ¶
func (s *GLES20Server) GlGetVertexAttribfv3_1(_ context.Context, req *pb.GlGetVertexAttribfv3_1Request) (*pb.GlGetVertexAttribfv3_1Response, error)
func (*GLES20Server) GlGetVertexAttribfv4 ¶
func (s *GLES20Server) GlGetVertexAttribfv4(_ context.Context, req *pb.GlGetVertexAttribfv4Request) (*pb.GlGetVertexAttribfv4Response, error)
func (*GLES20Server) GlGetVertexAttribiv3_1 ¶
func (s *GLES20Server) GlGetVertexAttribiv3_1(_ context.Context, req *pb.GlGetVertexAttribiv3_1Request) (*pb.GlGetVertexAttribiv3_1Response, error)
func (*GLES20Server) GlGetVertexAttribiv4 ¶
func (s *GLES20Server) GlGetVertexAttribiv4(_ context.Context, req *pb.GlGetVertexAttribiv4Request) (*pb.GlGetVertexAttribiv4Response, error)
func (*GLES20Server) GlHint ¶
func (s *GLES20Server) GlHint(_ context.Context, req *pb.GlHintRequest) (*pb.GlHintResponse, error)
func (*GLES20Server) GlIsBuffer ¶
func (s *GLES20Server) GlIsBuffer(_ context.Context, req *pb.GlIsBufferRequest) (*pb.GlIsBufferResponse, error)
func (*GLES20Server) GlIsEnabled ¶
func (s *GLES20Server) GlIsEnabled(_ context.Context, req *pb.GlIsEnabledRequest) (*pb.GlIsEnabledResponse, error)
func (*GLES20Server) GlIsFramebuffer ¶
func (s *GLES20Server) GlIsFramebuffer(_ context.Context, req *pb.GlIsFramebufferRequest) (*pb.GlIsFramebufferResponse, error)
func (*GLES20Server) GlIsProgram ¶
func (s *GLES20Server) GlIsProgram(_ context.Context, req *pb.GlIsProgramRequest) (*pb.GlIsProgramResponse, error)
func (*GLES20Server) GlIsRenderbuffer ¶
func (s *GLES20Server) GlIsRenderbuffer(_ context.Context, req *pb.GlIsRenderbufferRequest) (*pb.GlIsRenderbufferResponse, error)
func (*GLES20Server) GlIsShader ¶
func (s *GLES20Server) GlIsShader(_ context.Context, req *pb.GlIsShaderRequest) (*pb.GlIsShaderResponse, error)
func (*GLES20Server) GlIsTexture ¶
func (s *GLES20Server) GlIsTexture(_ context.Context, req *pb.GlIsTextureRequest) (*pb.GlIsTextureResponse, error)
func (*GLES20Server) GlLineWidth ¶
func (s *GLES20Server) GlLineWidth(_ context.Context, req *pb.GlLineWidthRequest) (*pb.GlLineWidthResponse, error)
func (*GLES20Server) GlLinkProgram ¶
func (s *GLES20Server) GlLinkProgram(_ context.Context, req *pb.GlLinkProgramRequest) (*pb.GlLinkProgramResponse, error)
func (*GLES20Server) GlPixelStorei ¶
func (s *GLES20Server) GlPixelStorei(_ context.Context, req *pb.GlPixelStoreiRequest) (*pb.GlPixelStoreiResponse, error)
func (*GLES20Server) GlPolygonOffset ¶
func (s *GLES20Server) GlPolygonOffset(_ context.Context, req *pb.GlPolygonOffsetRequest) (*pb.GlPolygonOffsetResponse, error)
func (*GLES20Server) GlReadPixels ¶
func (s *GLES20Server) GlReadPixels(_ context.Context, req *pb.GlReadPixelsRequest) (*pb.GlReadPixelsResponse, error)
func (*GLES20Server) GlReleaseShaderCompiler ¶
func (s *GLES20Server) GlReleaseShaderCompiler(_ context.Context, req *pb.GlReleaseShaderCompilerRequest) (*pb.GlReleaseShaderCompilerResponse, error)
func (*GLES20Server) GlRenderbufferStorage ¶
func (s *GLES20Server) GlRenderbufferStorage(_ context.Context, req *pb.GlRenderbufferStorageRequest) (*pb.GlRenderbufferStorageResponse, error)
func (*GLES20Server) GlSampleCoverage ¶
func (s *GLES20Server) GlSampleCoverage(_ context.Context, req *pb.GlSampleCoverageRequest) (*pb.GlSampleCoverageResponse, error)
func (*GLES20Server) GlScissor ¶
func (s *GLES20Server) GlScissor(_ context.Context, req *pb.GlScissorRequest) (*pb.GlScissorResponse, error)
func (*GLES20Server) GlShaderBinary5_1 ¶
func (s *GLES20Server) GlShaderBinary5_1(_ context.Context, req *pb.GlShaderBinary5_1Request) (*pb.GlShaderBinary5_1Response, error)
func (*GLES20Server) GlShaderBinary6 ¶
func (s *GLES20Server) GlShaderBinary6(_ context.Context, req *pb.GlShaderBinary6Request) (*pb.GlShaderBinary6Response, error)
func (*GLES20Server) GlShaderSource ¶
func (s *GLES20Server) GlShaderSource(_ context.Context, req *pb.GlShaderSourceRequest) (*pb.GlShaderSourceResponse, error)
func (*GLES20Server) GlStencilFunc ¶
func (s *GLES20Server) GlStencilFunc(_ context.Context, req *pb.GlStencilFuncRequest) (*pb.GlStencilFuncResponse, error)
func (*GLES20Server) GlStencilFuncSeparate ¶
func (s *GLES20Server) GlStencilFuncSeparate(_ context.Context, req *pb.GlStencilFuncSeparateRequest) (*pb.GlStencilFuncSeparateResponse, error)
func (*GLES20Server) GlStencilMask ¶
func (s *GLES20Server) GlStencilMask(_ context.Context, req *pb.GlStencilMaskRequest) (*pb.GlStencilMaskResponse, error)
func (*GLES20Server) GlStencilMaskSeparate ¶
func (s *GLES20Server) GlStencilMaskSeparate(_ context.Context, req *pb.GlStencilMaskSeparateRequest) (*pb.GlStencilMaskSeparateResponse, error)
func (*GLES20Server) GlStencilOp ¶
func (s *GLES20Server) GlStencilOp(_ context.Context, req *pb.GlStencilOpRequest) (*pb.GlStencilOpResponse, error)
func (*GLES20Server) GlStencilOpSeparate ¶
func (s *GLES20Server) GlStencilOpSeparate(_ context.Context, req *pb.GlStencilOpSeparateRequest) (*pb.GlStencilOpSeparateResponse, error)
func (*GLES20Server) GlTexImage2D ¶
func (s *GLES20Server) GlTexImage2D(_ context.Context, req *pb.GlTexImage2DRequest) (*pb.GlTexImage2DResponse, error)
func (*GLES20Server) GlTexParameterf ¶
func (s *GLES20Server) GlTexParameterf(_ context.Context, req *pb.GlTexParameterfRequest) (*pb.GlTexParameterfResponse, error)
func (*GLES20Server) GlTexParameterfv3_1 ¶
func (s *GLES20Server) GlTexParameterfv3_1(_ context.Context, req *pb.GlTexParameterfv3_1Request) (*pb.GlTexParameterfv3_1Response, error)
func (*GLES20Server) GlTexParameterfv4 ¶
func (s *GLES20Server) GlTexParameterfv4(_ context.Context, req *pb.GlTexParameterfv4Request) (*pb.GlTexParameterfv4Response, error)
func (*GLES20Server) GlTexParameteri ¶
func (s *GLES20Server) GlTexParameteri(_ context.Context, req *pb.GlTexParameteriRequest) (*pb.GlTexParameteriResponse, error)
func (*GLES20Server) GlTexParameteriv3_1 ¶
func (s *GLES20Server) GlTexParameteriv3_1(_ context.Context, req *pb.GlTexParameteriv3_1Request) (*pb.GlTexParameteriv3_1Response, error)
func (*GLES20Server) GlTexParameteriv4 ¶
func (s *GLES20Server) GlTexParameteriv4(_ context.Context, req *pb.GlTexParameteriv4Request) (*pb.GlTexParameteriv4Response, error)
func (*GLES20Server) GlTexSubImage2D ¶
func (s *GLES20Server) GlTexSubImage2D(_ context.Context, req *pb.GlTexSubImage2DRequest) (*pb.GlTexSubImage2DResponse, error)
func (*GLES20Server) GlUniform1F ¶
func (s *GLES20Server) GlUniform1F(_ context.Context, req *pb.GlUniform1FRequest) (*pb.GlUniform1FResponse, error)
func (*GLES20Server) GlUniform1Fv3_1 ¶
func (s *GLES20Server) GlUniform1Fv3_1(_ context.Context, req *pb.GlUniform1Fv3_1Request) (*pb.GlUniform1Fv3_1Response, error)
func (*GLES20Server) GlUniform1Fv4 ¶
func (s *GLES20Server) GlUniform1Fv4(_ context.Context, req *pb.GlUniform1Fv4Request) (*pb.GlUniform1Fv4Response, error)
func (*GLES20Server) GlUniform1I ¶
func (s *GLES20Server) GlUniform1I(_ context.Context, req *pb.GlUniform1IRequest) (*pb.GlUniform1IResponse, error)
func (*GLES20Server) GlUniform1Iv3_1 ¶
func (s *GLES20Server) GlUniform1Iv3_1(_ context.Context, req *pb.GlUniform1Iv3_1Request) (*pb.GlUniform1Iv3_1Response, error)
func (*GLES20Server) GlUniform1Iv4 ¶
func (s *GLES20Server) GlUniform1Iv4(_ context.Context, req *pb.GlUniform1Iv4Request) (*pb.GlUniform1Iv4Response, error)
func (*GLES20Server) GlUniform2F ¶
func (s *GLES20Server) GlUniform2F(_ context.Context, req *pb.GlUniform2FRequest) (*pb.GlUniform2FResponse, error)
func (*GLES20Server) GlUniform2Fv3_1 ¶
func (s *GLES20Server) GlUniform2Fv3_1(_ context.Context, req *pb.GlUniform2Fv3_1Request) (*pb.GlUniform2Fv3_1Response, error)
func (*GLES20Server) GlUniform2Fv4 ¶
func (s *GLES20Server) GlUniform2Fv4(_ context.Context, req *pb.GlUniform2Fv4Request) (*pb.GlUniform2Fv4Response, error)
func (*GLES20Server) GlUniform2I ¶
func (s *GLES20Server) GlUniform2I(_ context.Context, req *pb.GlUniform2IRequest) (*pb.GlUniform2IResponse, error)
func (*GLES20Server) GlUniform2Iv3_1 ¶
func (s *GLES20Server) GlUniform2Iv3_1(_ context.Context, req *pb.GlUniform2Iv3_1Request) (*pb.GlUniform2Iv3_1Response, error)
func (*GLES20Server) GlUniform2Iv4 ¶
func (s *GLES20Server) GlUniform2Iv4(_ context.Context, req *pb.GlUniform2Iv4Request) (*pb.GlUniform2Iv4Response, error)
func (*GLES20Server) GlUniform3F ¶
func (s *GLES20Server) GlUniform3F(_ context.Context, req *pb.GlUniform3FRequest) (*pb.GlUniform3FResponse, error)
func (*GLES20Server) GlUniform3Fv3_1 ¶
func (s *GLES20Server) GlUniform3Fv3_1(_ context.Context, req *pb.GlUniform3Fv3_1Request) (*pb.GlUniform3Fv3_1Response, error)
func (*GLES20Server) GlUniform3Fv4 ¶
func (s *GLES20Server) GlUniform3Fv4(_ context.Context, req *pb.GlUniform3Fv4Request) (*pb.GlUniform3Fv4Response, error)
func (*GLES20Server) GlUniform3I ¶
func (s *GLES20Server) GlUniform3I(_ context.Context, req *pb.GlUniform3IRequest) (*pb.GlUniform3IResponse, error)
func (*GLES20Server) GlUniform3Iv3_1 ¶
func (s *GLES20Server) GlUniform3Iv3_1(_ context.Context, req *pb.GlUniform3Iv3_1Request) (*pb.GlUniform3Iv3_1Response, error)
func (*GLES20Server) GlUniform3Iv4 ¶
func (s *GLES20Server) GlUniform3Iv4(_ context.Context, req *pb.GlUniform3Iv4Request) (*pb.GlUniform3Iv4Response, error)
func (*GLES20Server) GlUniform4F ¶
func (s *GLES20Server) GlUniform4F(_ context.Context, req *pb.GlUniform4FRequest) (*pb.GlUniform4FResponse, error)
func (*GLES20Server) GlUniform4Fv3_1 ¶
func (s *GLES20Server) GlUniform4Fv3_1(_ context.Context, req *pb.GlUniform4Fv3_1Request) (*pb.GlUniform4Fv3_1Response, error)
func (*GLES20Server) GlUniform4Fv4 ¶
func (s *GLES20Server) GlUniform4Fv4(_ context.Context, req *pb.GlUniform4Fv4Request) (*pb.GlUniform4Fv4Response, error)
func (*GLES20Server) GlUniform4I ¶
func (s *GLES20Server) GlUniform4I(_ context.Context, req *pb.GlUniform4IRequest) (*pb.GlUniform4IResponse, error)
func (*GLES20Server) GlUniform4Iv3_1 ¶
func (s *GLES20Server) GlUniform4Iv3_1(_ context.Context, req *pb.GlUniform4Iv3_1Request) (*pb.GlUniform4Iv3_1Response, error)
func (*GLES20Server) GlUniform4Iv4 ¶
func (s *GLES20Server) GlUniform4Iv4(_ context.Context, req *pb.GlUniform4Iv4Request) (*pb.GlUniform4Iv4Response, error)
func (*GLES20Server) GlUniformMatrix2Fv4_1 ¶
func (s *GLES20Server) GlUniformMatrix2Fv4_1(_ context.Context, req *pb.GlUniformMatrix2Fv4_1Request) (*pb.GlUniformMatrix2Fv4_1Response, error)
func (*GLES20Server) GlUniformMatrix2Fv5 ¶
func (s *GLES20Server) GlUniformMatrix2Fv5(_ context.Context, req *pb.GlUniformMatrix2Fv5Request) (*pb.GlUniformMatrix2Fv5Response, error)
func (*GLES20Server) GlUniformMatrix3Fv4_1 ¶
func (s *GLES20Server) GlUniformMatrix3Fv4_1(_ context.Context, req *pb.GlUniformMatrix3Fv4_1Request) (*pb.GlUniformMatrix3Fv4_1Response, error)
func (*GLES20Server) GlUniformMatrix3Fv5 ¶
func (s *GLES20Server) GlUniformMatrix3Fv5(_ context.Context, req *pb.GlUniformMatrix3Fv5Request) (*pb.GlUniformMatrix3Fv5Response, error)
func (*GLES20Server) GlUniformMatrix4Fv4_1 ¶
func (s *GLES20Server) GlUniformMatrix4Fv4_1(_ context.Context, req *pb.GlUniformMatrix4Fv4_1Request) (*pb.GlUniformMatrix4Fv4_1Response, error)
func (*GLES20Server) GlUniformMatrix4Fv5 ¶
func (s *GLES20Server) GlUniformMatrix4Fv5(_ context.Context, req *pb.GlUniformMatrix4Fv5Request) (*pb.GlUniformMatrix4Fv5Response, error)
func (*GLES20Server) GlUseProgram ¶
func (s *GLES20Server) GlUseProgram(_ context.Context, req *pb.GlUseProgramRequest) (*pb.GlUseProgramResponse, error)
func (*GLES20Server) GlValidateProgram ¶
func (s *GLES20Server) GlValidateProgram(_ context.Context, req *pb.GlValidateProgramRequest) (*pb.GlValidateProgramResponse, error)
func (*GLES20Server) GlVertexAttrib1F ¶
func (s *GLES20Server) GlVertexAttrib1F(_ context.Context, req *pb.GlVertexAttrib1FRequest) (*pb.GlVertexAttrib1FResponse, error)
func (*GLES20Server) GlVertexAttrib1Fv2_1 ¶
func (s *GLES20Server) GlVertexAttrib1Fv2_1(_ context.Context, req *pb.GlVertexAttrib1Fv2_1Request) (*pb.GlVertexAttrib1Fv2_1Response, error)
func (*GLES20Server) GlVertexAttrib1Fv3 ¶
func (s *GLES20Server) GlVertexAttrib1Fv3(_ context.Context, req *pb.GlVertexAttrib1Fv3Request) (*pb.GlVertexAttrib1Fv3Response, error)
func (*GLES20Server) GlVertexAttrib2F ¶
func (s *GLES20Server) GlVertexAttrib2F(_ context.Context, req *pb.GlVertexAttrib2FRequest) (*pb.GlVertexAttrib2FResponse, error)
func (*GLES20Server) GlVertexAttrib2Fv2_1 ¶
func (s *GLES20Server) GlVertexAttrib2Fv2_1(_ context.Context, req *pb.GlVertexAttrib2Fv2_1Request) (*pb.GlVertexAttrib2Fv2_1Response, error)
func (*GLES20Server) GlVertexAttrib2Fv3 ¶
func (s *GLES20Server) GlVertexAttrib2Fv3(_ context.Context, req *pb.GlVertexAttrib2Fv3Request) (*pb.GlVertexAttrib2Fv3Response, error)
func (*GLES20Server) GlVertexAttrib3F ¶
func (s *GLES20Server) GlVertexAttrib3F(_ context.Context, req *pb.GlVertexAttrib3FRequest) (*pb.GlVertexAttrib3FResponse, error)
func (*GLES20Server) GlVertexAttrib3Fv2_1 ¶
func (s *GLES20Server) GlVertexAttrib3Fv2_1(_ context.Context, req *pb.GlVertexAttrib3Fv2_1Request) (*pb.GlVertexAttrib3Fv2_1Response, error)
func (*GLES20Server) GlVertexAttrib3Fv3 ¶
func (s *GLES20Server) GlVertexAttrib3Fv3(_ context.Context, req *pb.GlVertexAttrib3Fv3Request) (*pb.GlVertexAttrib3Fv3Response, error)
func (*GLES20Server) GlVertexAttrib4F ¶
func (s *GLES20Server) GlVertexAttrib4F(_ context.Context, req *pb.GlVertexAttrib4FRequest) (*pb.GlVertexAttrib4FResponse, error)
func (*GLES20Server) GlVertexAttrib4Fv2_1 ¶
func (s *GLES20Server) GlVertexAttrib4Fv2_1(_ context.Context, req *pb.GlVertexAttrib4Fv2_1Request) (*pb.GlVertexAttrib4Fv2_1Response, error)
func (*GLES20Server) GlVertexAttrib4Fv3 ¶
func (s *GLES20Server) GlVertexAttrib4Fv3(_ context.Context, req *pb.GlVertexAttrib4Fv3Request) (*pb.GlVertexAttrib4Fv3Response, error)
func (*GLES20Server) GlVertexAttribPointer6 ¶
func (s *GLES20Server) GlVertexAttribPointer6(_ context.Context, req *pb.GlVertexAttribPointer6Request) (*pb.GlVertexAttribPointer6Response, error)
func (*GLES20Server) GlVertexAttribPointer6_1 ¶
func (s *GLES20Server) GlVertexAttribPointer6_1(_ context.Context, req *pb.GlVertexAttribPointer6_1Request) (*pb.GlVertexAttribPointer6_1Response, error)
func (*GLES20Server) GlViewport ¶
func (s *GLES20Server) GlViewport(_ context.Context, req *pb.GlViewportRequest) (*pb.GlViewportResponse, error)
func (*GLES20Server) NewGLES20 ¶
func (s *GLES20Server) NewGLES20(_ context.Context, req *pb.NewGLES20Request) (*pb.NewGLES20Response, error)
type GLES30Server ¶
type GLES30Server struct {
pb.UnimplementedGLES30ServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
GLES30Server implements pb.GLES30ServiceServer.
func (*GLES30Server) GlBeginQuery ¶
func (s *GLES30Server) GlBeginQuery(_ context.Context, req *pb.GlBeginQueryRequest) (*pb.GlBeginQueryResponse, error)
func (*GLES30Server) GlBeginTransformFeedback ¶
func (s *GLES30Server) GlBeginTransformFeedback(_ context.Context, req *pb.GlBeginTransformFeedbackRequest) (*pb.GlBeginTransformFeedbackResponse, error)
func (*GLES30Server) GlBindBufferBase ¶
func (s *GLES30Server) GlBindBufferBase(_ context.Context, req *pb.GlBindBufferBaseRequest) (*pb.GlBindBufferBaseResponse, error)
func (*GLES30Server) GlBindBufferRange ¶
func (s *GLES30Server) GlBindBufferRange(_ context.Context, req *pb.GlBindBufferRangeRequest) (*pb.GlBindBufferRangeResponse, error)
func (*GLES30Server) GlBindSampler ¶
func (s *GLES30Server) GlBindSampler(_ context.Context, req *pb.GlBindSamplerRequest) (*pb.GlBindSamplerResponse, error)
func (*GLES30Server) GlBindTransformFeedback ¶
func (s *GLES30Server) GlBindTransformFeedback(_ context.Context, req *pb.GlBindTransformFeedbackRequest) (*pb.GlBindTransformFeedbackResponse, error)
func (*GLES30Server) GlBindVertexArray ¶
func (s *GLES30Server) GlBindVertexArray(_ context.Context, req *pb.GlBindVertexArrayRequest) (*pb.GlBindVertexArrayResponse, error)
func (*GLES30Server) GlBlitFramebuffer ¶
func (s *GLES30Server) GlBlitFramebuffer(_ context.Context, req *pb.GlBlitFramebufferRequest) (*pb.GlBlitFramebufferResponse, error)
func (*GLES30Server) GlClearBufferfi ¶
func (s *GLES30Server) GlClearBufferfi(_ context.Context, req *pb.GlClearBufferfiRequest) (*pb.GlClearBufferfiResponse, error)
func (*GLES30Server) GlClearBufferfv3_1 ¶
func (s *GLES30Server) GlClearBufferfv3_1(_ context.Context, req *pb.GlClearBufferfv3_1Request) (*pb.GlClearBufferfv3_1Response, error)
func (*GLES30Server) GlClearBufferfv4 ¶
func (s *GLES30Server) GlClearBufferfv4(_ context.Context, req *pb.GlClearBufferfv4Request) (*pb.GlClearBufferfv4Response, error)
func (*GLES30Server) GlClearBufferiv3_1 ¶
func (s *GLES30Server) GlClearBufferiv3_1(_ context.Context, req *pb.GlClearBufferiv3_1Request) (*pb.GlClearBufferiv3_1Response, error)
func (*GLES30Server) GlClearBufferiv4 ¶
func (s *GLES30Server) GlClearBufferiv4(_ context.Context, req *pb.GlClearBufferiv4Request) (*pb.GlClearBufferiv4Response, error)
func (*GLES30Server) GlClearBufferuiv3_1 ¶
func (s *GLES30Server) GlClearBufferuiv3_1(_ context.Context, req *pb.GlClearBufferuiv3_1Request) (*pb.GlClearBufferuiv3_1Response, error)
func (*GLES30Server) GlClearBufferuiv4 ¶
func (s *GLES30Server) GlClearBufferuiv4(_ context.Context, req *pb.GlClearBufferuiv4Request) (*pb.GlClearBufferuiv4Response, error)
func (*GLES30Server) GlClientWaitSync ¶
func (s *GLES30Server) GlClientWaitSync(_ context.Context, req *pb.GlClientWaitSyncRequest) (*pb.GlClientWaitSyncResponse, error)
func (*GLES30Server) GlCompressedTexImage3D9 ¶
func (s *GLES30Server) GlCompressedTexImage3D9(_ context.Context, req *pb.GlCompressedTexImage3D9Request) (*pb.GlCompressedTexImage3D9Response, error)
func (*GLES30Server) GlCompressedTexImage3D9_1 ¶
func (s *GLES30Server) GlCompressedTexImage3D9_1(_ context.Context, req *pb.GlCompressedTexImage3D9_1Request) (*pb.GlCompressedTexImage3D9_1Response, error)
func (*GLES30Server) GlCompressedTexSubImage3D11 ¶
func (s *GLES30Server) GlCompressedTexSubImage3D11(_ context.Context, req *pb.GlCompressedTexSubImage3D11Request) (*pb.GlCompressedTexSubImage3D11Response, error)
func (*GLES30Server) GlCompressedTexSubImage3D11_1 ¶
func (s *GLES30Server) GlCompressedTexSubImage3D11_1(_ context.Context, req *pb.GlCompressedTexSubImage3D11_1Request) (*pb.GlCompressedTexSubImage3D11_1Response, error)
func (*GLES30Server) GlCopyBufferSubData ¶
func (s *GLES30Server) GlCopyBufferSubData(_ context.Context, req *pb.GlCopyBufferSubDataRequest) (*pb.GlCopyBufferSubDataResponse, error)
func (*GLES30Server) GlCopyTexSubImage3D ¶
func (s *GLES30Server) GlCopyTexSubImage3D(_ context.Context, req *pb.GlCopyTexSubImage3DRequest) (*pb.GlCopyTexSubImage3DResponse, error)
func (*GLES30Server) GlDeleteQueries2_1 ¶
func (s *GLES30Server) GlDeleteQueries2_1(_ context.Context, req *pb.GlDeleteQueries2_1Request) (*pb.GlDeleteQueries2_1Response, error)
func (*GLES30Server) GlDeleteQueries3 ¶
func (s *GLES30Server) GlDeleteQueries3(_ context.Context, req *pb.GlDeleteQueries3Request) (*pb.GlDeleteQueries3Response, error)
func (*GLES30Server) GlDeleteSamplers2_1 ¶
func (s *GLES30Server) GlDeleteSamplers2_1(_ context.Context, req *pb.GlDeleteSamplers2_1Request) (*pb.GlDeleteSamplers2_1Response, error)
func (*GLES30Server) GlDeleteSamplers3 ¶
func (s *GLES30Server) GlDeleteSamplers3(_ context.Context, req *pb.GlDeleteSamplers3Request) (*pb.GlDeleteSamplers3Response, error)
func (*GLES30Server) GlDeleteSync ¶
func (s *GLES30Server) GlDeleteSync(_ context.Context, req *pb.GlDeleteSyncRequest) (*pb.GlDeleteSyncResponse, error)
func (*GLES30Server) GlDeleteTransformFeedbacks2_1 ¶
func (s *GLES30Server) GlDeleteTransformFeedbacks2_1(_ context.Context, req *pb.GlDeleteTransformFeedbacks2_1Request) (*pb.GlDeleteTransformFeedbacks2_1Response, error)
func (*GLES30Server) GlDeleteTransformFeedbacks3 ¶
func (s *GLES30Server) GlDeleteTransformFeedbacks3(_ context.Context, req *pb.GlDeleteTransformFeedbacks3Request) (*pb.GlDeleteTransformFeedbacks3Response, error)
func (*GLES30Server) GlDeleteVertexArrays2_1 ¶
func (s *GLES30Server) GlDeleteVertexArrays2_1(_ context.Context, req *pb.GlDeleteVertexArrays2_1Request) (*pb.GlDeleteVertexArrays2_1Response, error)
func (*GLES30Server) GlDeleteVertexArrays3 ¶
func (s *GLES30Server) GlDeleteVertexArrays3(_ context.Context, req *pb.GlDeleteVertexArrays3Request) (*pb.GlDeleteVertexArrays3Response, error)
func (*GLES30Server) GlDrawArraysInstanced ¶
func (s *GLES30Server) GlDrawArraysInstanced(_ context.Context, req *pb.GlDrawArraysInstancedRequest) (*pb.GlDrawArraysInstancedResponse, error)
func (*GLES30Server) GlDrawBuffers2_1 ¶
func (s *GLES30Server) GlDrawBuffers2_1(_ context.Context, req *pb.GlDrawBuffers2_1Request) (*pb.GlDrawBuffers2_1Response, error)
func (*GLES30Server) GlDrawBuffers3 ¶
func (s *GLES30Server) GlDrawBuffers3(_ context.Context, req *pb.GlDrawBuffers3Request) (*pb.GlDrawBuffers3Response, error)
func (*GLES30Server) GlDrawElementsInstanced5 ¶
func (s *GLES30Server) GlDrawElementsInstanced5(_ context.Context, req *pb.GlDrawElementsInstanced5Request) (*pb.GlDrawElementsInstanced5Response, error)
func (*GLES30Server) GlDrawElementsInstanced5_1 ¶
func (s *GLES30Server) GlDrawElementsInstanced5_1(_ context.Context, req *pb.GlDrawElementsInstanced5_1Request) (*pb.GlDrawElementsInstanced5_1Response, error)
func (*GLES30Server) GlDrawRangeElements6 ¶
func (s *GLES30Server) GlDrawRangeElements6(_ context.Context, req *pb.GlDrawRangeElements6Request) (*pb.GlDrawRangeElements6Response, error)
func (*GLES30Server) GlDrawRangeElements6_1 ¶
func (s *GLES30Server) GlDrawRangeElements6_1(_ context.Context, req *pb.GlDrawRangeElements6_1Request) (*pb.GlDrawRangeElements6_1Response, error)
func (*GLES30Server) GlEndQuery ¶
func (s *GLES30Server) GlEndQuery(_ context.Context, req *pb.GlEndQueryRequest) (*pb.GlEndQueryResponse, error)
func (*GLES30Server) GlEndTransformFeedback ¶
func (s *GLES30Server) GlEndTransformFeedback(_ context.Context, req *pb.GlEndTransformFeedbackRequest) (*pb.GlEndTransformFeedbackResponse, error)
func (*GLES30Server) GlFenceSync ¶
func (s *GLES30Server) GlFenceSync(_ context.Context, req *pb.GlFenceSyncRequest) (*pb.GlFenceSyncResponse, error)
func (*GLES30Server) GlFlushMappedBufferRange ¶
func (s *GLES30Server) GlFlushMappedBufferRange(_ context.Context, req *pb.GlFlushMappedBufferRangeRequest) (*pb.GlFlushMappedBufferRangeResponse, error)
func (*GLES30Server) GlFramebufferTextureLayer ¶
func (s *GLES30Server) GlFramebufferTextureLayer(_ context.Context, req *pb.GlFramebufferTextureLayerRequest) (*pb.GlFramebufferTextureLayerResponse, error)
func (*GLES30Server) GlGenQueries2_1 ¶
func (s *GLES30Server) GlGenQueries2_1(_ context.Context, req *pb.GlGenQueries2_1Request) (*pb.GlGenQueries2_1Response, error)
func (*GLES30Server) GlGenQueries3 ¶
func (s *GLES30Server) GlGenQueries3(_ context.Context, req *pb.GlGenQueries3Request) (*pb.GlGenQueries3Response, error)
func (*GLES30Server) GlGenSamplers2_1 ¶
func (s *GLES30Server) GlGenSamplers2_1(_ context.Context, req *pb.GlGenSamplers2_1Request) (*pb.GlGenSamplers2_1Response, error)
func (*GLES30Server) GlGenSamplers3 ¶
func (s *GLES30Server) GlGenSamplers3(_ context.Context, req *pb.GlGenSamplers3Request) (*pb.GlGenSamplers3Response, error)
func (*GLES30Server) GlGenTransformFeedbacks2_1 ¶
func (s *GLES30Server) GlGenTransformFeedbacks2_1(_ context.Context, req *pb.GlGenTransformFeedbacks2_1Request) (*pb.GlGenTransformFeedbacks2_1Response, error)
func (*GLES30Server) GlGenTransformFeedbacks3 ¶
func (s *GLES30Server) GlGenTransformFeedbacks3(_ context.Context, req *pb.GlGenTransformFeedbacks3Request) (*pb.GlGenTransformFeedbacks3Response, error)
func (*GLES30Server) GlGenVertexArrays2_1 ¶
func (s *GLES30Server) GlGenVertexArrays2_1(_ context.Context, req *pb.GlGenVertexArrays2_1Request) (*pb.GlGenVertexArrays2_1Response, error)
func (*GLES30Server) GlGenVertexArrays3 ¶
func (s *GLES30Server) GlGenVertexArrays3(_ context.Context, req *pb.GlGenVertexArrays3Request) (*pb.GlGenVertexArrays3Response, error)
func (*GLES30Server) GlGetActiveUniformBlockName2 ¶
func (s *GLES30Server) GlGetActiveUniformBlockName2(_ context.Context, req *pb.GlGetActiveUniformBlockName2Request) (*pb.GlGetActiveUniformBlockName2Response, error)
func (*GLES30Server) GlGetActiveUniformBlockName4_2 ¶
func (s *GLES30Server) GlGetActiveUniformBlockName4_2(_ context.Context, req *pb.GlGetActiveUniformBlockName4_2Request) (*pb.GlGetActiveUniformBlockName4_2Response, error)
func (*GLES30Server) GlGetActiveUniformBlockName7_1 ¶
func (s *GLES30Server) GlGetActiveUniformBlockName7_1(_ context.Context, req *pb.GlGetActiveUniformBlockName7_1Request) (*pb.GlGetActiveUniformBlockName7_1Response, error)
func (*GLES30Server) GlGetActiveUniformBlockiv4_1 ¶
func (s *GLES30Server) GlGetActiveUniformBlockiv4_1(_ context.Context, req *pb.GlGetActiveUniformBlockiv4_1Request) (*pb.GlGetActiveUniformBlockiv4_1Response, error)
func (*GLES30Server) GlGetActiveUniformBlockiv5 ¶
func (s *GLES30Server) GlGetActiveUniformBlockiv5(_ context.Context, req *pb.GlGetActiveUniformBlockiv5Request) (*pb.GlGetActiveUniformBlockiv5Response, error)
func (*GLES30Server) GlGetActiveUniformsiv5_1 ¶
func (s *GLES30Server) GlGetActiveUniformsiv5_1(_ context.Context, req *pb.GlGetActiveUniformsiv5_1Request) (*pb.GlGetActiveUniformsiv5_1Response, error)
func (*GLES30Server) GlGetActiveUniformsiv7 ¶
func (s *GLES30Server) GlGetActiveUniformsiv7(_ context.Context, req *pb.GlGetActiveUniformsiv7Request) (*pb.GlGetActiveUniformsiv7Response, error)
func (*GLES30Server) GlGetBufferParameteri64V3 ¶
func (s *GLES30Server) GlGetBufferParameteri64V3(_ context.Context, req *pb.GlGetBufferParameteri64V3Request) (*pb.GlGetBufferParameteri64V3Response, error)
func (*GLES30Server) GlGetBufferParameteri64V4_1 ¶
func (s *GLES30Server) GlGetBufferParameteri64V4_1(_ context.Context, req *pb.GlGetBufferParameteri64V4_1Request) (*pb.GlGetBufferParameteri64V4_1Response, error)
func (*GLES30Server) GlGetBufferPointerv ¶
func (s *GLES30Server) GlGetBufferPointerv(_ context.Context, req *pb.GlGetBufferPointervRequest) (*pb.GlGetBufferPointervResponse, error)
func (*GLES30Server) GlGetFragDataLocation ¶
func (s *GLES30Server) GlGetFragDataLocation(_ context.Context, req *pb.GlGetFragDataLocationRequest) (*pb.GlGetFragDataLocationResponse, error)
func (*GLES30Server) GlGetInteger64IV3 ¶
func (s *GLES30Server) GlGetInteger64IV3(_ context.Context, req *pb.GlGetInteger64IV3Request) (*pb.GlGetInteger64IV3Response, error)
func (*GLES30Server) GlGetInteger64IV4_1 ¶
func (s *GLES30Server) GlGetInteger64IV4_1(_ context.Context, req *pb.GlGetInteger64IV4_1Request) (*pb.GlGetInteger64IV4_1Response, error)
func (*GLES30Server) GlGetInteger64V2 ¶
func (s *GLES30Server) GlGetInteger64V2(_ context.Context, req *pb.GlGetInteger64V2Request) (*pb.GlGetInteger64V2Response, error)
func (*GLES30Server) GlGetInteger64V3_1 ¶
func (s *GLES30Server) GlGetInteger64V3_1(_ context.Context, req *pb.GlGetInteger64V3_1Request) (*pb.GlGetInteger64V3_1Response, error)
func (*GLES30Server) GlGetIntegeriV3_1 ¶
func (s *GLES30Server) GlGetIntegeriV3_1(_ context.Context, req *pb.GlGetIntegeriV3_1Request) (*pb.GlGetIntegeriV3_1Response, error)
func (*GLES30Server) GlGetIntegeriV4 ¶
func (s *GLES30Server) GlGetIntegeriV4(_ context.Context, req *pb.GlGetIntegeriV4Request) (*pb.GlGetIntegeriV4Response, error)
func (*GLES30Server) GlGetInternalformativ5_1 ¶
func (s *GLES30Server) GlGetInternalformativ5_1(_ context.Context, req *pb.GlGetInternalformativ5_1Request) (*pb.GlGetInternalformativ5_1Response, error)
func (*GLES30Server) GlGetInternalformativ6 ¶
func (s *GLES30Server) GlGetInternalformativ6(_ context.Context, req *pb.GlGetInternalformativ6Request) (*pb.GlGetInternalformativ6Response, error)
func (*GLES30Server) GlGetProgramBinary5_1 ¶
func (s *GLES30Server) GlGetProgramBinary5_1(_ context.Context, req *pb.GlGetProgramBinary5_1Request) (*pb.GlGetProgramBinary5_1Response, error)
func (*GLES30Server) GlGetProgramBinary7 ¶
func (s *GLES30Server) GlGetProgramBinary7(_ context.Context, req *pb.GlGetProgramBinary7Request) (*pb.GlGetProgramBinary7Response, error)
func (*GLES30Server) GlGetQueryObjectuiv3_1 ¶
func (s *GLES30Server) GlGetQueryObjectuiv3_1(_ context.Context, req *pb.GlGetQueryObjectuiv3_1Request) (*pb.GlGetQueryObjectuiv3_1Response, error)
func (*GLES30Server) GlGetQueryObjectuiv4 ¶
func (s *GLES30Server) GlGetQueryObjectuiv4(_ context.Context, req *pb.GlGetQueryObjectuiv4Request) (*pb.GlGetQueryObjectuiv4Response, error)
func (*GLES30Server) GlGetQueryiv3_1 ¶
func (s *GLES30Server) GlGetQueryiv3_1(_ context.Context, req *pb.GlGetQueryiv3_1Request) (*pb.GlGetQueryiv3_1Response, error)
func (*GLES30Server) GlGetQueryiv4 ¶
func (s *GLES30Server) GlGetQueryiv4(_ context.Context, req *pb.GlGetQueryiv4Request) (*pb.GlGetQueryiv4Response, error)
func (*GLES30Server) GlGetSamplerParameterfv3_1 ¶
func (s *GLES30Server) GlGetSamplerParameterfv3_1(_ context.Context, req *pb.GlGetSamplerParameterfv3_1Request) (*pb.GlGetSamplerParameterfv3_1Response, error)
func (*GLES30Server) GlGetSamplerParameterfv4 ¶
func (s *GLES30Server) GlGetSamplerParameterfv4(_ context.Context, req *pb.GlGetSamplerParameterfv4Request) (*pb.GlGetSamplerParameterfv4Response, error)
func (*GLES30Server) GlGetSamplerParameteriv3_1 ¶
func (s *GLES30Server) GlGetSamplerParameteriv3_1(_ context.Context, req *pb.GlGetSamplerParameteriv3_1Request) (*pb.GlGetSamplerParameteriv3_1Response, error)
func (*GLES30Server) GlGetSamplerParameteriv4 ¶
func (s *GLES30Server) GlGetSamplerParameteriv4(_ context.Context, req *pb.GlGetSamplerParameteriv4Request) (*pb.GlGetSamplerParameteriv4Response, error)
func (*GLES30Server) GlGetStringi ¶
func (s *GLES30Server) GlGetStringi(_ context.Context, req *pb.GlGetStringiRequest) (*pb.GlGetStringiResponse, error)
func (*GLES30Server) GlGetSynciv5_1 ¶
func (s *GLES30Server) GlGetSynciv5_1(_ context.Context, req *pb.GlGetSynciv5_1Request) (*pb.GlGetSynciv5_1Response, error)
func (*GLES30Server) GlGetSynciv7 ¶
func (s *GLES30Server) GlGetSynciv7(_ context.Context, req *pb.GlGetSynciv7Request) (*pb.GlGetSynciv7Response, error)
func (*GLES30Server) GlGetTransformFeedbackVarying4_3 ¶
func (s *GLES30Server) GlGetTransformFeedbackVarying4_3(_ context.Context, req *pb.GlGetTransformFeedbackVarying4_3Request) (*pb.GlGetTransformFeedbackVarying4_3Response, error)
func (*GLES30Server) GlGetTransformFeedbackVarying6_2 ¶
func (s *GLES30Server) GlGetTransformFeedbackVarying6_2(_ context.Context, req *pb.GlGetTransformFeedbackVarying6_2Request) (*pb.GlGetTransformFeedbackVarying6_2Response, error)
func (*GLES30Server) GlGetTransformFeedbackVarying7_1 ¶
func (s *GLES30Server) GlGetTransformFeedbackVarying7_1(_ context.Context, req *pb.GlGetTransformFeedbackVarying7_1Request) (*pb.GlGetTransformFeedbackVarying7_1Response, error)
func (*GLES30Server) GlGetTransformFeedbackVarying11 ¶
func (s *GLES30Server) GlGetTransformFeedbackVarying11(_ context.Context, req *pb.GlGetTransformFeedbackVarying11Request) (*pb.GlGetTransformFeedbackVarying11Response, error)
func (*GLES30Server) GlGetUniformBlockIndex ¶
func (s *GLES30Server) GlGetUniformBlockIndex(_ context.Context, req *pb.GlGetUniformBlockIndexRequest) (*pb.GlGetUniformBlockIndexResponse, error)
func (*GLES30Server) GlGetUniformIndices3_1 ¶
func (s *GLES30Server) GlGetUniformIndices3_1(_ context.Context, req *pb.GlGetUniformIndices3_1Request) (*pb.GlGetUniformIndices3_1Response, error)
func (*GLES30Server) GlGetUniformIndices4 ¶
func (s *GLES30Server) GlGetUniformIndices4(_ context.Context, req *pb.GlGetUniformIndices4Request) (*pb.GlGetUniformIndices4Response, error)
func (*GLES30Server) GlGetUniformuiv3_1 ¶
func (s *GLES30Server) GlGetUniformuiv3_1(_ context.Context, req *pb.GlGetUniformuiv3_1Request) (*pb.GlGetUniformuiv3_1Response, error)
func (*GLES30Server) GlGetUniformuiv4 ¶
func (s *GLES30Server) GlGetUniformuiv4(_ context.Context, req *pb.GlGetUniformuiv4Request) (*pb.GlGetUniformuiv4Response, error)
func (*GLES30Server) GlGetVertexAttribIiv3_1 ¶
func (s *GLES30Server) GlGetVertexAttribIiv3_1(_ context.Context, req *pb.GlGetVertexAttribIiv3_1Request) (*pb.GlGetVertexAttribIiv3_1Response, error)
func (*GLES30Server) GlGetVertexAttribIiv4 ¶
func (s *GLES30Server) GlGetVertexAttribIiv4(_ context.Context, req *pb.GlGetVertexAttribIiv4Request) (*pb.GlGetVertexAttribIiv4Response, error)
func (*GLES30Server) GlGetVertexAttribIuiv3_1 ¶
func (s *GLES30Server) GlGetVertexAttribIuiv3_1(_ context.Context, req *pb.GlGetVertexAttribIuiv3_1Request) (*pb.GlGetVertexAttribIuiv3_1Response, error)
func (*GLES30Server) GlGetVertexAttribIuiv4 ¶
func (s *GLES30Server) GlGetVertexAttribIuiv4(_ context.Context, req *pb.GlGetVertexAttribIuiv4Request) (*pb.GlGetVertexAttribIuiv4Response, error)
func (*GLES30Server) GlInvalidateFramebuffer3_1 ¶
func (s *GLES30Server) GlInvalidateFramebuffer3_1(_ context.Context, req *pb.GlInvalidateFramebuffer3_1Request) (*pb.GlInvalidateFramebuffer3_1Response, error)
func (*GLES30Server) GlInvalidateFramebuffer4 ¶
func (s *GLES30Server) GlInvalidateFramebuffer4(_ context.Context, req *pb.GlInvalidateFramebuffer4Request) (*pb.GlInvalidateFramebuffer4Response, error)
func (*GLES30Server) GlInvalidateSubFramebuffer7_1 ¶
func (s *GLES30Server) GlInvalidateSubFramebuffer7_1(_ context.Context, req *pb.GlInvalidateSubFramebuffer7_1Request) (*pb.GlInvalidateSubFramebuffer7_1Response, error)
func (*GLES30Server) GlInvalidateSubFramebuffer8 ¶
func (s *GLES30Server) GlInvalidateSubFramebuffer8(_ context.Context, req *pb.GlInvalidateSubFramebuffer8Request) (*pb.GlInvalidateSubFramebuffer8Response, error)
func (*GLES30Server) GlIsQuery ¶
func (s *GLES30Server) GlIsQuery(_ context.Context, req *pb.GlIsQueryRequest) (*pb.GlIsQueryResponse, error)
func (*GLES30Server) GlIsSampler ¶
func (s *GLES30Server) GlIsSampler(_ context.Context, req *pb.GlIsSamplerRequest) (*pb.GlIsSamplerResponse, error)
func (*GLES30Server) GlIsSync ¶
func (s *GLES30Server) GlIsSync(_ context.Context, req *pb.GlIsSyncRequest) (*pb.GlIsSyncResponse, error)
func (*GLES30Server) GlIsTransformFeedback ¶
func (s *GLES30Server) GlIsTransformFeedback(_ context.Context, req *pb.GlIsTransformFeedbackRequest) (*pb.GlIsTransformFeedbackResponse, error)
func (*GLES30Server) GlIsVertexArray ¶
func (s *GLES30Server) GlIsVertexArray(_ context.Context, req *pb.GlIsVertexArrayRequest) (*pb.GlIsVertexArrayResponse, error)
func (*GLES30Server) GlMapBufferRange ¶
func (s *GLES30Server) GlMapBufferRange(_ context.Context, req *pb.GlMapBufferRangeRequest) (*pb.GlMapBufferRangeResponse, error)
func (*GLES30Server) GlPauseTransformFeedback ¶
func (s *GLES30Server) GlPauseTransformFeedback(_ context.Context, req *pb.GlPauseTransformFeedbackRequest) (*pb.GlPauseTransformFeedbackResponse, error)
func (*GLES30Server) GlProgramBinary ¶
func (s *GLES30Server) GlProgramBinary(_ context.Context, req *pb.GlProgramBinaryRequest) (*pb.GlProgramBinaryResponse, error)
func (*GLES30Server) GlProgramParameteri ¶
func (s *GLES30Server) GlProgramParameteri(_ context.Context, req *pb.GlProgramParameteriRequest) (*pb.GlProgramParameteriResponse, error)
func (*GLES30Server) GlReadBuffer ¶
func (s *GLES30Server) GlReadBuffer(_ context.Context, req *pb.GlReadBufferRequest) (*pb.GlReadBufferResponse, error)
func (*GLES30Server) GlReadPixels ¶
func (s *GLES30Server) GlReadPixels(_ context.Context, req *pb.GLES30GlReadPixelsRequest) (*pb.GlReadPixelsResponse, error)
func (*GLES30Server) GlRenderbufferStorageMultisample ¶
func (s *GLES30Server) GlRenderbufferStorageMultisample(_ context.Context, req *pb.GlRenderbufferStorageMultisampleRequest) (*pb.GlRenderbufferStorageMultisampleResponse, error)
func (*GLES30Server) GlResumeTransformFeedback ¶
func (s *GLES30Server) GlResumeTransformFeedback(_ context.Context, req *pb.GlResumeTransformFeedbackRequest) (*pb.GlResumeTransformFeedbackResponse, error)
func (*GLES30Server) GlSamplerParameterf ¶
func (s *GLES30Server) GlSamplerParameterf(_ context.Context, req *pb.GlSamplerParameterfRequest) (*pb.GlSamplerParameterfResponse, error)
func (*GLES30Server) GlSamplerParameterfv3_1 ¶
func (s *GLES30Server) GlSamplerParameterfv3_1(_ context.Context, req *pb.GlSamplerParameterfv3_1Request) (*pb.GlSamplerParameterfv3_1Response, error)
func (*GLES30Server) GlSamplerParameterfv4 ¶
func (s *GLES30Server) GlSamplerParameterfv4(_ context.Context, req *pb.GlSamplerParameterfv4Request) (*pb.GlSamplerParameterfv4Response, error)
func (*GLES30Server) GlSamplerParameteri ¶
func (s *GLES30Server) GlSamplerParameteri(_ context.Context, req *pb.GlSamplerParameteriRequest) (*pb.GlSamplerParameteriResponse, error)
func (*GLES30Server) GlSamplerParameteriv3_1 ¶
func (s *GLES30Server) GlSamplerParameteriv3_1(_ context.Context, req *pb.GlSamplerParameteriv3_1Request) (*pb.GlSamplerParameteriv3_1Response, error)
func (*GLES30Server) GlSamplerParameteriv4 ¶
func (s *GLES30Server) GlSamplerParameteriv4(_ context.Context, req *pb.GlSamplerParameteriv4Request) (*pb.GlSamplerParameteriv4Response, error)
func (*GLES30Server) GlTexImage3D10 ¶
func (s *GLES30Server) GlTexImage3D10(_ context.Context, req *pb.GlTexImage3D10Request) (*pb.GlTexImage3D10Response, error)
func (*GLES30Server) GlTexImage3D10_1 ¶
func (s *GLES30Server) GlTexImage3D10_1(_ context.Context, req *pb.GlTexImage3D10_1Request) (*pb.GlTexImage3D10_1Response, error)
func (*GLES30Server) GlTexStorage2D ¶
func (s *GLES30Server) GlTexStorage2D(_ context.Context, req *pb.GlTexStorage2DRequest) (*pb.GlTexStorage2DResponse, error)
func (*GLES30Server) GlTexStorage3D ¶
func (s *GLES30Server) GlTexStorage3D(_ context.Context, req *pb.GlTexStorage3DRequest) (*pb.GlTexStorage3DResponse, error)
func (*GLES30Server) GlTexSubImage3D11 ¶
func (s *GLES30Server) GlTexSubImage3D11(_ context.Context, req *pb.GlTexSubImage3D11Request) (*pb.GlTexSubImage3D11Response, error)
func (*GLES30Server) GlTexSubImage3D11_1 ¶
func (s *GLES30Server) GlTexSubImage3D11_1(_ context.Context, req *pb.GlTexSubImage3D11_1Request) (*pb.GlTexSubImage3D11_1Response, error)
func (*GLES30Server) GlTransformFeedbackVaryings ¶
func (s *GLES30Server) GlTransformFeedbackVaryings(_ context.Context, req *pb.GlTransformFeedbackVaryingsRequest) (*pb.GlTransformFeedbackVaryingsResponse, error)
func (*GLES30Server) GlUniform1Ui ¶
func (s *GLES30Server) GlUniform1Ui(_ context.Context, req *pb.GlUniform1UiRequest) (*pb.GlUniform1UiResponse, error)
func (*GLES30Server) GlUniform1Uiv3_1 ¶
func (s *GLES30Server) GlUniform1Uiv3_1(_ context.Context, req *pb.GlUniform1Uiv3_1Request) (*pb.GlUniform1Uiv3_1Response, error)
func (*GLES30Server) GlUniform1Uiv4 ¶
func (s *GLES30Server) GlUniform1Uiv4(_ context.Context, req *pb.GlUniform1Uiv4Request) (*pb.GlUniform1Uiv4Response, error)
func (*GLES30Server) GlUniform2Ui ¶
func (s *GLES30Server) GlUniform2Ui(_ context.Context, req *pb.GlUniform2UiRequest) (*pb.GlUniform2UiResponse, error)
func (*GLES30Server) GlUniform2Uiv3_1 ¶
func (s *GLES30Server) GlUniform2Uiv3_1(_ context.Context, req *pb.GlUniform2Uiv3_1Request) (*pb.GlUniform2Uiv3_1Response, error)
func (*GLES30Server) GlUniform2Uiv4 ¶
func (s *GLES30Server) GlUniform2Uiv4(_ context.Context, req *pb.GlUniform2Uiv4Request) (*pb.GlUniform2Uiv4Response, error)
func (*GLES30Server) GlUniform3Ui ¶
func (s *GLES30Server) GlUniform3Ui(_ context.Context, req *pb.GlUniform3UiRequest) (*pb.GlUniform3UiResponse, error)
func (*GLES30Server) GlUniform3Uiv3_1 ¶
func (s *GLES30Server) GlUniform3Uiv3_1(_ context.Context, req *pb.GlUniform3Uiv3_1Request) (*pb.GlUniform3Uiv3_1Response, error)
func (*GLES30Server) GlUniform3Uiv4 ¶
func (s *GLES30Server) GlUniform3Uiv4(_ context.Context, req *pb.GlUniform3Uiv4Request) (*pb.GlUniform3Uiv4Response, error)
func (*GLES30Server) GlUniform4Ui ¶
func (s *GLES30Server) GlUniform4Ui(_ context.Context, req *pb.GlUniform4UiRequest) (*pb.GlUniform4UiResponse, error)
func (*GLES30Server) GlUniform4Uiv3_1 ¶
func (s *GLES30Server) GlUniform4Uiv3_1(_ context.Context, req *pb.GlUniform4Uiv3_1Request) (*pb.GlUniform4Uiv3_1Response, error)
func (*GLES30Server) GlUniform4Uiv4 ¶
func (s *GLES30Server) GlUniform4Uiv4(_ context.Context, req *pb.GlUniform4Uiv4Request) (*pb.GlUniform4Uiv4Response, error)
func (*GLES30Server) GlUniformBlockBinding ¶
func (s *GLES30Server) GlUniformBlockBinding(_ context.Context, req *pb.GlUniformBlockBindingRequest) (*pb.GlUniformBlockBindingResponse, error)
func (*GLES30Server) GlUniformMatrix2X3Fv4_1 ¶
func (s *GLES30Server) GlUniformMatrix2X3Fv4_1(_ context.Context, req *pb.GlUniformMatrix2X3Fv4_1Request) (*pb.GlUniformMatrix2X3Fv4_1Response, error)
func (*GLES30Server) GlUniformMatrix2X3Fv5 ¶
func (s *GLES30Server) GlUniformMatrix2X3Fv5(_ context.Context, req *pb.GlUniformMatrix2X3Fv5Request) (*pb.GlUniformMatrix2X3Fv5Response, error)
func (*GLES30Server) GlUniformMatrix2X4Fv4_1 ¶
func (s *GLES30Server) GlUniformMatrix2X4Fv4_1(_ context.Context, req *pb.GlUniformMatrix2X4Fv4_1Request) (*pb.GlUniformMatrix2X4Fv4_1Response, error)
func (*GLES30Server) GlUniformMatrix2X4Fv5 ¶
func (s *GLES30Server) GlUniformMatrix2X4Fv5(_ context.Context, req *pb.GlUniformMatrix2X4Fv5Request) (*pb.GlUniformMatrix2X4Fv5Response, error)
func (*GLES30Server) GlUniformMatrix3X2Fv4_1 ¶
func (s *GLES30Server) GlUniformMatrix3X2Fv4_1(_ context.Context, req *pb.GlUniformMatrix3X2Fv4_1Request) (*pb.GlUniformMatrix3X2Fv4_1Response, error)
func (*GLES30Server) GlUniformMatrix3X2Fv5 ¶
func (s *GLES30Server) GlUniformMatrix3X2Fv5(_ context.Context, req *pb.GlUniformMatrix3X2Fv5Request) (*pb.GlUniformMatrix3X2Fv5Response, error)
func (*GLES30Server) GlUniformMatrix3X4Fv4_1 ¶
func (s *GLES30Server) GlUniformMatrix3X4Fv4_1(_ context.Context, req *pb.GlUniformMatrix3X4Fv4_1Request) (*pb.GlUniformMatrix3X4Fv4_1Response, error)
func (*GLES30Server) GlUniformMatrix3X4Fv5 ¶
func (s *GLES30Server) GlUniformMatrix3X4Fv5(_ context.Context, req *pb.GlUniformMatrix3X4Fv5Request) (*pb.GlUniformMatrix3X4Fv5Response, error)
func (*GLES30Server) GlUniformMatrix4X2Fv4_1 ¶
func (s *GLES30Server) GlUniformMatrix4X2Fv4_1(_ context.Context, req *pb.GlUniformMatrix4X2Fv4_1Request) (*pb.GlUniformMatrix4X2Fv4_1Response, error)
func (*GLES30Server) GlUniformMatrix4X2Fv5 ¶
func (s *GLES30Server) GlUniformMatrix4X2Fv5(_ context.Context, req *pb.GlUniformMatrix4X2Fv5Request) (*pb.GlUniformMatrix4X2Fv5Response, error)
func (*GLES30Server) GlUniformMatrix4X3Fv4_1 ¶
func (s *GLES30Server) GlUniformMatrix4X3Fv4_1(_ context.Context, req *pb.GlUniformMatrix4X3Fv4_1Request) (*pb.GlUniformMatrix4X3Fv4_1Response, error)
func (*GLES30Server) GlUniformMatrix4X3Fv5 ¶
func (s *GLES30Server) GlUniformMatrix4X3Fv5(_ context.Context, req *pb.GlUniformMatrix4X3Fv5Request) (*pb.GlUniformMatrix4X3Fv5Response, error)
func (*GLES30Server) GlUnmapBuffer ¶
func (s *GLES30Server) GlUnmapBuffer(_ context.Context, req *pb.GlUnmapBufferRequest) (*pb.GlUnmapBufferResponse, error)
func (*GLES30Server) GlVertexAttribDivisor ¶
func (s *GLES30Server) GlVertexAttribDivisor(_ context.Context, req *pb.GlVertexAttribDivisorRequest) (*pb.GlVertexAttribDivisorResponse, error)
func (*GLES30Server) GlVertexAttribI4I ¶
func (s *GLES30Server) GlVertexAttribI4I(_ context.Context, req *pb.GlVertexAttribI4IRequest) (*pb.GlVertexAttribI4IResponse, error)
func (*GLES30Server) GlVertexAttribI4Iv2_1 ¶
func (s *GLES30Server) GlVertexAttribI4Iv2_1(_ context.Context, req *pb.GlVertexAttribI4Iv2_1Request) (*pb.GlVertexAttribI4Iv2_1Response, error)
func (*GLES30Server) GlVertexAttribI4Iv3 ¶
func (s *GLES30Server) GlVertexAttribI4Iv3(_ context.Context, req *pb.GlVertexAttribI4Iv3Request) (*pb.GlVertexAttribI4Iv3Response, error)
func (*GLES30Server) GlVertexAttribI4Ui ¶
func (s *GLES30Server) GlVertexAttribI4Ui(_ context.Context, req *pb.GlVertexAttribI4UiRequest) (*pb.GlVertexAttribI4UiResponse, error)
func (*GLES30Server) GlVertexAttribI4Uiv2_1 ¶
func (s *GLES30Server) GlVertexAttribI4Uiv2_1(_ context.Context, req *pb.GlVertexAttribI4Uiv2_1Request) (*pb.GlVertexAttribI4Uiv2_1Response, error)
func (*GLES30Server) GlVertexAttribI4Uiv3 ¶
func (s *GLES30Server) GlVertexAttribI4Uiv3(_ context.Context, req *pb.GlVertexAttribI4Uiv3Request) (*pb.GlVertexAttribI4Uiv3Response, error)
func (*GLES30Server) GlVertexAttribIPointer5 ¶
func (s *GLES30Server) GlVertexAttribIPointer5(_ context.Context, req *pb.GlVertexAttribIPointer5Request) (*pb.GlVertexAttribIPointer5Response, error)
func (*GLES30Server) GlVertexAttribIPointer5_1 ¶
func (s *GLES30Server) GlVertexAttribIPointer5_1(_ context.Context, req *pb.GlVertexAttribIPointer5_1Request) (*pb.GlVertexAttribIPointer5_1Response, error)
func (*GLES30Server) GlWaitSync ¶
func (s *GLES30Server) GlWaitSync(_ context.Context, req *pb.GlWaitSyncRequest) (*pb.GlWaitSyncResponse, error)
func (*GLES30Server) NewGLES30 ¶
func (s *GLES30Server) NewGLES30(_ context.Context, req *pb.NewGLES30Request) (*pb.NewGLES30Response, error)
type GLSurfaceViewServer ¶
type GLSurfaceViewServer struct {
pb.UnimplementedGLSurfaceViewServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
GLSurfaceViewServer implements pb.GLSurfaceViewServiceServer.
func (*GLSurfaceViewServer) GetDebugFlags ¶
func (s *GLSurfaceViewServer) GetDebugFlags(_ context.Context, req *pb.GetDebugFlagsRequest) (*pb.GetDebugFlagsResponse, error)
func (*GLSurfaceViewServer) GetPreserveEGLContextOnPause ¶
func (s *GLSurfaceViewServer) GetPreserveEGLContextOnPause(_ context.Context, req *pb.GetPreserveEGLContextOnPauseRequest) (*pb.GetPreserveEGLContextOnPauseResponse, error)
func (*GLSurfaceViewServer) GetRenderMode ¶
func (s *GLSurfaceViewServer) GetRenderMode(_ context.Context, req *pb.GetRenderModeRequest) (*pb.GetRenderModeResponse, error)
func (*GLSurfaceViewServer) NewGLSurfaceView ¶
func (s *GLSurfaceViewServer) NewGLSurfaceView(_ context.Context, req *pb.NewGLSurfaceViewRequest) (*pb.NewGLSurfaceViewResponse, error)
func (*GLSurfaceViewServer) OnPause ¶
func (s *GLSurfaceViewServer) OnPause(_ context.Context, req *pb.OnPauseRequest) (*pb.OnPauseResponse, error)
func (*GLSurfaceViewServer) OnResume ¶
func (s *GLSurfaceViewServer) OnResume(_ context.Context, req *pb.OnResumeRequest) (*pb.OnResumeResponse, error)
func (*GLSurfaceViewServer) QueueEvent ¶
func (s *GLSurfaceViewServer) QueueEvent(_ context.Context, req *pb.QueueEventRequest) (*pb.QueueEventResponse, error)
func (*GLSurfaceViewServer) RequestRender ¶
func (s *GLSurfaceViewServer) RequestRender(_ context.Context, req *pb.RequestRenderRequest) (*pb.RequestRenderResponse, error)
func (*GLSurfaceViewServer) SetDebugFlags ¶
func (s *GLSurfaceViewServer) SetDebugFlags(_ context.Context, req *pb.SetDebugFlagsRequest) (*pb.SetDebugFlagsResponse, error)
func (*GLSurfaceViewServer) SetEGLConfigChooser1 ¶
func (s *GLSurfaceViewServer) SetEGLConfigChooser1(_ context.Context, req *pb.SetEGLConfigChooser1Request) (*pb.SetEGLConfigChooser1Response, error)
func (*GLSurfaceViewServer) SetEGLConfigChooser1_1 ¶
func (s *GLSurfaceViewServer) SetEGLConfigChooser1_1(_ context.Context, req *pb.SetEGLConfigChooser1_1Request) (*pb.SetEGLConfigChooser1_1Response, error)
func (*GLSurfaceViewServer) SetEGLConfigChooser6_2 ¶
func (s *GLSurfaceViewServer) SetEGLConfigChooser6_2(_ context.Context, req *pb.SetEGLConfigChooser6_2Request) (*pb.SetEGLConfigChooser6_2Response, error)
func (*GLSurfaceViewServer) SetEGLContextClientVersion ¶
func (s *GLSurfaceViewServer) SetEGLContextClientVersion(_ context.Context, req *pb.SetEGLContextClientVersionRequest) (*pb.SetEGLContextClientVersionResponse, error)
func (*GLSurfaceViewServer) SetEGLContextFactory ¶
func (s *GLSurfaceViewServer) SetEGLContextFactory(_ context.Context, req *pb.SetEGLContextFactoryRequest) (*pb.SetEGLContextFactoryResponse, error)
func (*GLSurfaceViewServer) SetEGLWindowSurfaceFactory ¶
func (s *GLSurfaceViewServer) SetEGLWindowSurfaceFactory(_ context.Context, req *pb.SetEGLWindowSurfaceFactoryRequest) (*pb.SetEGLWindowSurfaceFactoryResponse, error)
func (*GLSurfaceViewServer) SetGLWrapper ¶
func (s *GLSurfaceViewServer) SetGLWrapper(_ context.Context, req *pb.SetGLWrapperRequest) (*pb.SetGLWrapperResponse, error)
func (*GLSurfaceViewServer) SetPreserveEGLContextOnPause ¶
func (s *GLSurfaceViewServer) SetPreserveEGLContextOnPause(_ context.Context, req *pb.SetPreserveEGLContextOnPauseRequest) (*pb.SetPreserveEGLContextOnPauseResponse, error)
func (*GLSurfaceViewServer) SetRenderMode ¶
func (s *GLSurfaceViewServer) SetRenderMode(_ context.Context, req *pb.SetRenderModeRequest) (*pb.SetRenderModeResponse, error)
func (*GLSurfaceViewServer) SetRenderer ¶
func (s *GLSurfaceViewServer) SetRenderer(_ context.Context, req *pb.SetRendererRequest) (*pb.SetRendererResponse, error)
func (*GLSurfaceViewServer) SurfaceChanged ¶
func (s *GLSurfaceViewServer) SurfaceChanged(_ context.Context, req *pb.SurfaceChangedRequest) (*pb.SurfaceChangedResponse, error)
func (*GLSurfaceViewServer) SurfaceCreated ¶
func (s *GLSurfaceViewServer) SurfaceCreated(_ context.Context, req *pb.SurfaceCreatedRequest) (*pb.SurfaceCreatedResponse, error)
func (*GLSurfaceViewServer) SurfaceDestroyed ¶
func (s *GLSurfaceViewServer) SurfaceDestroyed(_ context.Context, req *pb.SurfaceDestroyedRequest) (*pb.SurfaceDestroyedResponse, error)
func (*GLSurfaceViewServer) SurfaceRedrawNeeded ¶
func (s *GLSurfaceViewServer) SurfaceRedrawNeeded(_ context.Context, req *pb.SurfaceRedrawNeededRequest) (*pb.SurfaceRedrawNeededResponse, error)
func (*GLSurfaceViewServer) SurfaceRedrawNeededAsync ¶
func (s *GLSurfaceViewServer) SurfaceRedrawNeededAsync(_ context.Context, req *pb.SurfaceRedrawNeededAsyncRequest) (*pb.SurfaceRedrawNeededAsyncResponse, error)
type GLUServer ¶
type GLUServer struct {
pb.UnimplementedGLUServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
GLUServer implements pb.GLUServiceServer.
func (*GLUServer) GluErrorString ¶
func (s *GLUServer) GluErrorString(_ context.Context, req *pb.GluErrorStringRequest) (*pb.GluErrorStringResponse, error)
func (*GLUServer) GluLookAt ¶
func (s *GLUServer) GluLookAt(_ context.Context, req *pb.GluLookAtRequest) (*pb.GluLookAtResponse, error)
func (*GLUServer) GluOrtho2D ¶
func (s *GLUServer) GluOrtho2D(_ context.Context, req *pb.GluOrtho2DRequest) (*pb.GluOrtho2DResponse, error)
func (*GLUServer) GluPerspective ¶
func (s *GLUServer) GluPerspective(_ context.Context, req *pb.GluPerspectiveRequest) (*pb.GluPerspectiveResponse, error)
func (*GLUServer) GluProject ¶
func (s *GLUServer) GluProject(_ context.Context, req *pb.GluProjectRequest) (*pb.GluProjectResponse, error)
func (*GLUServer) GluUnProject ¶
func (s *GLUServer) GluUnProject(_ context.Context, req *pb.GluUnProjectRequest) (*pb.GluUnProjectResponse, error)
func (*GLUServer) NewGLU ¶
func (s *GLUServer) NewGLU(_ context.Context, req *pb.NewGLURequest) (*pb.NewGLUResponse, error)
type MatrixServer ¶
type MatrixServer struct {
pb.UnimplementedMatrixServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
MatrixServer implements pb.MatrixServiceServer.
func (*MatrixServer) FrustumM ¶
func (s *MatrixServer) FrustumM(_ context.Context, req *pb.FrustumMRequest) (*pb.FrustumMResponse, error)
func (*MatrixServer) InvertM ¶
func (s *MatrixServer) InvertM(_ context.Context, req *pb.InvertMRequest) (*pb.InvertMResponse, error)
func (*MatrixServer) Length ¶
func (s *MatrixServer) Length(_ context.Context, req *pb.LengthRequest) (*pb.LengthResponse, error)
func (*MatrixServer) MultiplyMM ¶
func (s *MatrixServer) MultiplyMM(_ context.Context, req *pb.MultiplyMMRequest) (*pb.MultiplyMMResponse, error)
func (*MatrixServer) MultiplyMV ¶
func (s *MatrixServer) MultiplyMV(_ context.Context, req *pb.MultiplyMVRequest) (*pb.MultiplyMVResponse, error)
func (*MatrixServer) NewMatrix ¶
func (s *MatrixServer) NewMatrix(_ context.Context, req *pb.NewMatrixRequest) (*pb.NewMatrixResponse, error)
func (*MatrixServer) OrthoM ¶
func (s *MatrixServer) OrthoM(_ context.Context, req *pb.OrthoMRequest) (*pb.OrthoMResponse, error)
func (*MatrixServer) PerspectiveM ¶
func (s *MatrixServer) PerspectiveM(_ context.Context, req *pb.PerspectiveMRequest) (*pb.PerspectiveMResponse, error)
func (*MatrixServer) RotateM6 ¶
func (s *MatrixServer) RotateM6(_ context.Context, req *pb.RotateM6Request) (*pb.RotateM6Response, error)
func (*MatrixServer) RotateM8_1 ¶
func (s *MatrixServer) RotateM8_1(_ context.Context, req *pb.RotateM8_1Request) (*pb.RotateM8_1Response, error)
func (*MatrixServer) ScaleM5 ¶
func (s *MatrixServer) ScaleM5(_ context.Context, req *pb.ScaleM5Request) (*pb.ScaleM5Response, error)
func (*MatrixServer) ScaleM7_1 ¶
func (s *MatrixServer) ScaleM7_1(_ context.Context, req *pb.ScaleM7_1Request) (*pb.ScaleM7_1Response, error)
func (*MatrixServer) SetIdentityM ¶
func (s *MatrixServer) SetIdentityM(_ context.Context, req *pb.SetIdentityMRequest) (*pb.SetIdentityMResponse, error)
func (*MatrixServer) SetLookAtM ¶
func (s *MatrixServer) SetLookAtM(_ context.Context, req *pb.SetLookAtMRequest) (*pb.SetLookAtMResponse, error)
func (*MatrixServer) SetRotateEulerM ¶
func (s *MatrixServer) SetRotateEulerM(_ context.Context, req *pb.SetRotateEulerMRequest) (*pb.SetRotateEulerMResponse, error)
func (*MatrixServer) SetRotateEulerM2 ¶
func (s *MatrixServer) SetRotateEulerM2(_ context.Context, req *pb.SetRotateEulerM2Request) (*pb.SetRotateEulerM2Response, error)
func (*MatrixServer) SetRotateM ¶
func (s *MatrixServer) SetRotateM(_ context.Context, req *pb.SetRotateMRequest) (*pb.SetRotateMResponse, error)
func (*MatrixServer) TranslateM5 ¶
func (s *MatrixServer) TranslateM5(_ context.Context, req *pb.TranslateM5Request) (*pb.TranslateM5Response, error)
func (*MatrixServer) TranslateM7_1 ¶
func (s *MatrixServer) TranslateM7_1(_ context.Context, req *pb.TranslateM7_1Request) (*pb.TranslateM7_1Response, error)
func (*MatrixServer) TransposeM ¶
func (s *MatrixServer) TransposeM(_ context.Context, req *pb.TransposeMRequest) (*pb.TransposeMResponse, error)
type VisibilityServer ¶
type VisibilityServer struct {
pb.UnimplementedVisibilityServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
VisibilityServer implements pb.VisibilityServiceServer.
func (*VisibilityServer) ComputeBoundingSphere ¶
func (s *VisibilityServer) ComputeBoundingSphere(_ context.Context, req *pb.ComputeBoundingSphereRequest) (*pb.ComputeBoundingSphereResponse, error)
func (*VisibilityServer) FrustumCullSpheres ¶
func (s *VisibilityServer) FrustumCullSpheres(_ context.Context, req *pb.FrustumCullSpheresRequest) (*pb.FrustumCullSpheresResponse, error)
func (*VisibilityServer) NewVisibility ¶
func (s *VisibilityServer) NewVisibility(_ context.Context, req *pb.NewVisibilityRequest) (*pb.NewVisibilityResponse, error)
func (*VisibilityServer) VisibilityTest ¶
func (s *VisibilityServer) VisibilityTest(_ context.Context, req *pb.VisibilityTestRequest) (*pb.VisibilityTestResponse, error)