Home
last modified time | relevance | path

Searched refs:glIsProgram (Results 1 – 25 of 36) sorted by relevance

12

/hardware/google/gfxstream/host/tests/
DGLSnapshotPrograms_unittest.cpp88 EXPECT_EQ(GL_FALSE, gl->glIsProgram(m_program_name)); in defaultStateCheck()
94 EXPECT_EQ(GL_TRUE, gl->glIsProgram(m_program_name)); in changedStateCheck()
187 if (GL_FALSE == gl->glIsProgram(m_program_name)) { in getProgramState()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DNamedObject.cpp110 if (GLEScontext::dispatcher().glIsProgram(m_globalName)) { in ~NamedObject()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h95 {"glIsProgram", (void*)glIsProgram},
Dgl2_client_context.h97 glIsProgram_client_proc_t glIsProgram; member
Dgl2_client_context.cpp97 glIsProgram = (glIsProgram_client_proc_t) getProc("glIsProgram", userData); in initDispatchByName()
Dgl2_entry.cpp92 GLboolean glIsProgram(GLuint program);
974 GLboolean glIsProgram(GLuint program) in glIsProgram() function
977 return ctx->glIsProgram(ctx, program); in glIsProgram()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries9 GLboolean glIsProgram(GLuint program);
Dgles2_only_dispatch_logging_wrappers.impl25 DISPATCH_DEBUG_LOG("glIsProgram(program:%d)", program);
Dgles12tr_internal.entries174 GLboolean glIsProgram( GLuint program);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h12 GL_APICALL GLboolean GL_APIENTRY glIsProgram(GLuint program);
Dgles2_only_functions.h12 X(GLboolean, glIsProgram, (GLuint program), (program)) \
Dgles12tr_internal.h176 X(GLboolean, glIsProgram, (GLuint program), (program)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h125 glIsProgram_dec_server_proc_t glIsProgram; member
DGLESv2Decoder.cpp209 OVERRIDE_DEC(glIsProgram) in initGL()
997 return ctx->glIsProgram(program); in s_glIsProgram()
Dgles2_server_context.cpp97 glIsProgram = (glIsProgram_dec_server_proc_t) getProc("glIsProgram", userData); in initDispatchByName()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h610 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h591 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h591 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h461 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
Dgl31.h461 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h461 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
Dgl31.h461 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib1234 glIsProgram
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h210 X(GLboolean, glIsProgram, (GLuint program), (program)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h591 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);

12