Home
last modified time | relevance | path

Searched refs:glExtGetProgramsQCOM (Results 1 – 25 of 35) sorted by relevance

12

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp59 static void glExtGetProgramsQCOM(GLuint*, GLint, GLint*) { in glExtGetProgramsQCOM() function
400 glExtGetProgramsQCOM = ::glExtGetProgramsQCOM; in GLESv1()
DGLESv3.cpp62 static void glExtGetProgramsQCOM(GLuint*, GLint, GLint*) { in glExtGetProgramsQCOM() function
605 glExtGetProgramsQCOM = ::glExtGetProgramsQCOM; in GLESv3()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h286 {"glExtGetProgramsQCOM", (void *)glExtGetProgramsQCOM},
Dgles_dispatch.h289 glExtGetProgramsQCOM_t glExtGetProgramsQCOM; member
561 …GetProgramsQCOM_t f) { glExtGetProgramsQCOM_t retval = glExtGetProgramsQCOM; glExtGetProgramsQCOM in set_glExtGetProgramsQCOM()
Dgles.cpp1386 void glExtGetProgramsQCOM(GLuint *programs, GLint maxPrograms, GLint *numPrograms) in glExtGetProgramsQCOM() function
1388 getDispatch()->glExtGetProgramsQCOM(programs, maxPrograms, numPrograms); in glExtGetProgramsQCOM()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h279 {"glExtGetProgramsQCOM", (void*)glExtGetProgramsQCOM},
Dgl_client_context.h299 glExtGetProgramsQCOM_client_proc_t glExtGetProgramsQCOM; member
Dgl_client_context.cpp299glExtGetProgramsQCOM = (glExtGetProgramsQCOM_client_proc_t) getProc("glExtGetProgramsQCOM", userDa… in initDispatchByName()
Dgl_entry.cpp294 void glExtGetProgramsQCOM(GLuint* programs, GLint maxPrograms, GLint* numPrograms);
2037 void glExtGetProgramsQCOM(GLuint* programs, GLint maxPrograms, GLint* numPrograms) in glExtGetProgramsQCOM() function
2040 ctx->glExtGetProgramsQCOM(ctx, programs, maxPrograms, numPrograms); in glExtGetProgramsQCOM()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h207 {"glExtGetProgramsQCOM", (void*)glExtGetProgramsQCOM},
Dgl2_client_context.h209 glExtGetProgramsQCOM_client_proc_t glExtGetProgramsQCOM; member
Dgl2_client_context.cpp209glExtGetProgramsQCOM = (glExtGetProgramsQCOM_client_proc_t) getProc("glExtGetProgramsQCOM", userDa… in initDispatchByName()
Dgl2_entry.cpp204 void glExtGetProgramsQCOM(GLuint* programs, GLint maxPrograms, GLint* numPrograms);
1638 void glExtGetProgramsQCOM(GLuint* programs, GLint maxPrograms, GLint* numPrograms) in glExtGetProgramsQCOM() function
1641 ctx->glExtGetProgramsQCOM(ctx, programs, maxPrograms, numPrograms); in glExtGetProgramsQCOM()
/device/generic/vulkan-cereal/stream-servers/gles1_dec/
Dgles1_server_context.h309 glExtGetProgramsQCOM_server_proc_t glExtGetProgramsQCOM; member
Dgles1_server_context.cpp299glExtGetProgramsQCOM = (glExtGetProgramsQCOM_server_proc_t) getProc("glExtGetProgramsQCOM", userDa… in initDispatchByName()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib437 glExtGetProgramsQCOM
Dgles1.in294 GL_ENTRY(void, glExtGetProgramsQCOM, GLuint *programs, GLint maxPrograms, GLint *numPrograms)
/device/generic/vulkan-cereal/protocols/gles1/
Dgles1.attrib695 #void glExtGetProgramsQCOM(GLuint *programs, GLint maxPrograms, GLint *numPrograms)
696 glExtGetProgramsQCOM
Dgles1.in294 GL_ENTRY(void, glExtGetProgramsQCOM, GLuint *programs, GLint maxPrograms, GLint *numPrograms)
/device/generic/vulkan-cereal/stream-servers/gles2_dec/
Dgles2_server_context.h246 glExtGetProgramsQCOM_server_proc_t glExtGetProgramsQCOM; member
Dgles2_server_context.cpp209glExtGetProgramsQCOM = (glExtGetProgramsQCOM_server_proc_t) getProc("glExtGetProgramsQCOM", userDa… in initDispatchByName()
/device/generic/vulkan-cereal/protocols/gles2/
Dgles2.attrib588 #void glExtGetProgramsQCOM(GLuint *programs, GLint maxPrograms, GLint *numPrograms)
589 glExtGetProgramsQCOM
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib409 glExtGetProgramsQCOM
/device/generic/vulkan-cereal/include/GLES/
Dglext.h1037 GL_API void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numProgra…
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h1246 GL_API void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numProgra…

12