Home
last modified time | relevance | path

Searched refs:glExtIsProgramBinaryQCOM (Results 1 – 25 of 30) 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/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.lds106 glExtIsProgramBinaryQCOM;
Dgles3.lds129 glExtIsProgramBinaryQCOM;
Dgles1_wrapper_context.h300 glExtIsProgramBinaryQCOM_wrapper_proc_t glExtIsProgramBinaryQCOM; member
Dgles3_wrapper_context.h210 glExtIsProgramBinaryQCOM_wrapper_proc_t glExtIsProgramBinaryQCOM; member
Dgles1_wrapper_context.cpp300glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_wrapper_proc_t) getProc("glExtIsProgramBinary… in initDispatchByName()
Dgles3_wrapper_context.cpp210glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_wrapper_proc_t) getProc("glExtIsProgramBinary… in initDispatchByName()
Dgles1_wrapper_entry.cpp295 GLboolean glExtIsProgramBinaryQCOM(GLuint program);
2029 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function
2032 return ctx->glExtIsProgramBinaryQCOM( program); in glExtIsProgramBinaryQCOM()
Dgles1.in295 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program)
Dgles3_wrapper_entry.cpp205 GLboolean glExtIsProgramBinaryQCOM(GLuint program);
1609 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function
1612 return ctx->glExtIsProgramBinaryQCOM( 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);
1641 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function
1644 return ctx->glExtIsProgramBinaryQCOM(ctx, program); in glExtIsProgramBinaryQCOM()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib412 glExtIsProgramBinaryQCOM
/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);

12