Searched refs:glIsProgram (Results 1 – 25 of 36) sorted by relevance
12
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotPrograms_unittest.cpp | 88 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/ |
D | NamedObject.cpp | 110 if (GLEScontext::dispatcher().glIsProgram(m_globalName)) { in ~NamedObject()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 95 {"glIsProgram", (void*)glIsProgram},
|
D | gl2_client_context.h | 97 glIsProgram_client_proc_t glIsProgram; member
|
D | gl2_client_context.cpp | 97 glIsProgram = (glIsProgram_client_proc_t) getProc("glIsProgram", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 92 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/ |
D | gles2_only.entries | 9 GLboolean glIsProgram(GLuint program);
|
D | gles2_only_dispatch_logging_wrappers.impl | 25 DISPATCH_DEBUG_LOG("glIsProgram(program:%d)", program);
|
D | gles12tr_internal.entries | 174 GLboolean glIsProgram( GLuint program);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 12 GL_APICALL GLboolean GL_APIENTRY glIsProgram(GLuint program);
|
D | gles2_only_functions.h | 12 X(GLboolean, glIsProgram, (GLuint program), (program)) \
|
D | gles12tr_internal.h | 176 X(GLboolean, glIsProgram, (GLuint program), (program)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 125 glIsProgram_dec_server_proc_t glIsProgram; member
|
D | GLESv2Decoder.cpp | 209 OVERRIDE_DEC(glIsProgram) in initGL() 997 return ctx->glIsProgram(program); in s_glIsProgram()
|
D | gles2_server_context.cpp | 97 glIsProgram = (glIsProgram_dec_server_proc_t) getProc("glIsProgram", userData); in initDispatchByName()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 610 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 591 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 591 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 461 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
|
D | gl31.h | 461 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 461 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
|
D | gl31.h | 461 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 1234 glIsProgram
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 210 X(GLboolean, glIsProgram, (GLuint program), (program)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 591 GL_APICALL GLboolean GL_APIENTRY glIsProgram (GLuint program);
|
12