Home
last modified time | relevance | path

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

/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()
Dgl_enc.cpp8659 this->glExtIsProgramBinaryQCOM = &glExtIsProgramBinaryQCOM_enc; in gl_encoder_context_t()
/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);
1643 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function
1646 return ctx->glExtIsProgramBinaryQCOM(ctx, program); in glExtIsProgramBinaryQCOM()
Dgl2_enc.cpp11770 this->glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib412 glExtIsProgramBinaryQCOM
Dgles3.in202 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program)
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in295 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h1243 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h1866 GL_APICALL GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);