Home
last modified time | relevance | path

Searched refs:glShaderBinary (Results 1 – 25 of 32) sorted by relevance

12

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_extensions.entries11 void glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GL…
Dgles2_extensions_dispatch_logging_wrappers.impl15 …DISPATCH_DEBUG_LOG("glShaderBinary(n:%d, shaders:%p, binaryformat:0x%X, binary:%p, length:%d)", n,…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_extensions_static_translator_namespaced_header.h13 GL_APICALL void GL_APIENTRY glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, c…
Dgles2_extensions_functions.h13 …X(void, glShaderBinary, (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* bina…
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h108 {"glShaderBinary", (void*)glShaderBinary},
Dgl2_client_context.h110 glShaderBinary_client_proc_t glShaderBinary; member
Dgl2_client_context.cpp110 glShaderBinary = (glShaderBinary_client_proc_t) getProc("glShaderBinary", userData); in initDispatchByName()
Dgl2_entry.cpp105 …void glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, G…
1052 void glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GL… in glShaderBinary() function
1055 ctx->glShaderBinary(ctx, n, shaders, binaryformat, binary, length); in glShaderBinary()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h141 glShaderBinary_server_proc_t glShaderBinary; member
Dgles2_server_context.cpp110 glShaderBinary = (glShaderBinary_server_proc_t) getProc("glShaderBinary", userData); in initDispatchByName()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib295 #void glShaderBinary(GLsizei n, GLuint *shaders, GLenum binaryformat, GLvoid *binary, GLsizei lengt…
296 glShaderBinary
Dgles2.in102 GL_ENTRY(void, glShaderBinary, GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid*…
/hardware/google/gfxstream/include/GLES2/
Dgl2.h623 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h604 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryForm…
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h604 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryForm…
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h474 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
Dgl31.h474 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h474 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
Dgl31.h474 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
Dgl32.h604 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3447 GL_APICALL void GL_APIENTRY glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, … in glShaderBinary() function
3450 SET_ERROR_IF( (ctx->dispatcher().glShaderBinary == NULL), GL_INVALID_OPERATION); in glShaderBinary()
3457 ctx->dispatcher().glShaderBinary(1,&globalShaderName,binaryformat,binary,length); in glShaderBinary()
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h604 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryForm…
Dgl31.h604 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
Dgl32.h604 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h1627 #define glShaderBinary MANGLE(ShaderBinary) macro

12