Home
last modified time | relevance | path

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

12

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp84 static GLboolean glExtIsProgramBinaryQCOM(GLuint) { in glExtIsProgramBinaryQCOM() function
406 glExtIsProgramBinaryQCOM = ::glExtIsProgramBinaryQCOM; in GLESv1()
DGLESv3.cpp87 static GLboolean glExtIsProgramBinaryQCOM(GLuint) { in glExtIsProgramBinaryQCOM() function
611 glExtIsProgramBinaryQCOM = ::glExtIsProgramBinaryQCOM; in GLESv3()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h287 {"glExtIsProgramBinaryQCOM", (void *)glExtIsProgramBinaryQCOM},
Dgles_dispatch.h290 glExtIsProgramBinaryQCOM_t glExtIsProgramBinaryQCOM; member
562 …aryQCOM_t f) { glExtIsProgramBinaryQCOM_t retval = glExtIsProgramBinaryQCOM; glExtIsProgramBinaryQ… in set_glExtIsProgramBinaryQCOM()
Dgles.cpp1391 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function
1393 return getDispatch()->glExtIsProgramBinaryQCOM(program); in glExtIsProgramBinaryQCOM()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h280 {"glExtIsProgramBinaryQCOM", (void*)glExtIsProgramBinaryQCOM},
Dgl_client_context.h300 glExtIsProgramBinaryQCOM_client_proc_t glExtIsProgramBinaryQCOM; member
Dgl_client_context.cpp300glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_client_proc_t) getProc("glExtIsProgramBinaryQ… in initDispatchByName()
Dgl_entry.cpp295 GLboolean glExtIsProgramBinaryQCOM(GLuint program);
2043 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function
2046 return ctx->glExtIsProgramBinaryQCOM(ctx, program); in glExtIsProgramBinaryQCOM()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h208 {"glExtIsProgramBinaryQCOM", (void*)glExtIsProgramBinaryQCOM},
Dgl2_client_context.h210 glExtIsProgramBinaryQCOM_client_proc_t glExtIsProgramBinaryQCOM; member
Dgl2_client_context.cpp210glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_client_proc_t) getProc("glExtIsProgramBinaryQ… in initDispatchByName()
Dgl2_entry.cpp205 GLboolean glExtIsProgramBinaryQCOM(GLuint program);
1656 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function
1659 return ctx->glExtIsProgramBinaryQCOM(ctx, program); in glExtIsProgramBinaryQCOM()
/device/generic/vulkan-cereal/stream-servers/gl/gles1_dec/
Dgles1_server_context.h310 glExtIsProgramBinaryQCOM_server_proc_t glExtIsProgramBinaryQCOM; member
Dgles1_server_context.cpp300glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_server_proc_t) getProc("glExtIsProgramBinaryQ… in initDispatchByName()
/device/generic/vulkan-cereal/stream-servers/gl/gles2_dec/
Dgles2_server_context.h247 glExtIsProgramBinaryQCOM_server_proc_t glExtIsProgramBinaryQCOM; member
Dgles2_server_context.cpp210glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_server_proc_t) getProc("glExtIsProgramBinaryQ… in initDispatchByName()
/device/generic/vulkan-cereal/protocols/gles2/
Dgles2.attrib592 #GLboolean glExtIsProgramBinaryQCOM(GLuint program)
593 glExtIsProgramBinaryQCOM
Dgles2.in206 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program)
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib412 glExtIsProgramBinaryQCOM
Dgles3.in202 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program)
/device/generic/vulkan-cereal/include/GLES/
Dglext.h1038 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in295 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program)
/device/generic/vulkan-cereal/protocols/gles1/
Dgles1.in295 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h1247 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);

12