Home
last modified time | relevance | path

Searched refs:glGetProgramBinary (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h304 {"glGetProgramBinary", (void*)glGetProgramBinary},
Dgl2_client_context.h335 glGetProgramBinary_client_proc_t glGetProgramBinary; member
Dgl2_client_context.cpp335 glGetProgramBinary = (glGetProgramBinary_client_proc_t) getProc("glGetProgramBinary", userData); in initDispatchByName()
Dgl2_entry.cpp330 …void glGetProgramBinary(GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, vo…
2417 void glGetProgramBinary(GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, voi… in glGetProgramBinary() function
2421 ctx->glGetProgramBinary(ctx, program, bufSize, length, binaryFormat, binary); in glGetProgramBinary()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp531 mGl->glGetProgramBinary(program, programBinaryLength, &readProgramBinaryLength, in TEST_P()
669 mGl->glGetProgramBinary(program, programBinaryLength, &readProgramBinaryLength, in TEST_P()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries135 void glGetProgramBinary(GLuint program, GLsizei bufsize, GLsizei *length, GLenum *binaryFormat, voi…
Dgles3_only_dispatch_logging_wrappers.impl465 …DISPATCH_DEBUG_LOG("glGetProgramBinary(program:%d, bufsize:%d, length:%p, binaryFormat:%p, binary:…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h102 GL_APICALL void GL_APIENTRY glGetProgramBinary(GLuint program, GLsizei bufsize, GLsizei * length, G…
Dgles3_only_functions.h102 …X(void, glGetProgramBinary, (GLuint program, GLsizei bufsize, GLsizei * length, GLenum * binaryFor…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h390 glGetProgramBinary_dec_server_proc_t glGetProgramBinary; member
DGLESv2Decoder.cpp235 OVERRIDE_DEC(glGetProgramBinary) in initGL()
1029 SNAPSHOT_PROGRAM_CALL(glGetProgramBinary, (void* self, GLuint program, GLsizei bufSize, GLsizei* l…
Dgles2_server_context.cpp335glGetProgramBinary = (glGetProgramBinary_dec_server_proc_t) getProc("glGetProgramBinary", userData… in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp1019 GL_APICALL void GL_APIENTRY glGetProgramBinary(GLuint program, GLsizei bufsize, GLsizei * length, G… in glGetProgramBinary() function
1023 … ctx->dispatcher().glGetProgramBinary(globalProgramName, bufsize, length, binaryFormat, binary); in glGetProgramBinary()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib995 glGetProgramBinary
1294 glGetProgramBinary
Dgles2.in434 GL_ENTRY(void, glGetProgramBinary, GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binary…
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h925 GL_APICALL void GL_APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, G…
Dgl31.h925 GL_APICALL void GL_APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, G…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h925 GL_APICALL void GL_APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, G…
Dgl31.h925 GL_APICALL void GL_APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, G…
Dgl32.h1177 GL_APICALL void GL_APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, G…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h378 …X(void, glGetProgramBinary, (GLuint program, GLsizei bufsize, GLsizei * length, GLenum * binaryFor…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1177 GL_APICALL void GL_APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, G…
Dgl31.h1177 GL_APICALL void GL_APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, G…
Dgl32.h1177 GL_APICALL void GL_APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, G…
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h774 #define glGetProgramBinary MANGLE(GetProgramBinary) macro

12