Home
last modified time | relevance | path

Searched refs:glValidateProgram (Results 1 – 25 of 37) sorted by relevance

12

/hardware/google/gfxstream/host/tests/
DGLSnapshotPrograms_unittest.cpp367 gl->glValidateProgram(m_program_name); in TEST_F()
393 gl->glValidateProgram(m_program_name); in TEST_F()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h142 {"glValidateProgram", (void*)glValidateProgram},
Dgl2_client_context.h144 glValidateProgram_client_proc_t glValidateProgram; member
Dgl2_client_context.cpp144 glValidateProgram = (glValidateProgram_client_proc_t) getProc("glValidateProgram", userData); in initDispatchByName()
Dgl2_entry.cpp139 void glValidateProgram(GLuint program);
1256 void glValidateProgram(GLuint program) in glValidateProgram() function
1259 ctx->glValidateProgram(ctx, program); in glValidateProgram()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries54 void glValidateProgram(GLuint program);
Dgles2_only_dispatch_logging_wrappers.impl250 DISPATCH_DEBUG_LOG("glValidateProgram(program:%d)", program);
Dgles12tr_internal.entries312 void glValidateProgram( GLuint program);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h57 GL_APICALL void GL_APIENTRY glValidateProgram(GLuint program);
Dgles2_only_functions.h57 X(void, glValidateProgram, (GLuint program), (program)) \
Dgles12tr_internal.h314 X(void, glValidateProgram, (GLuint program), (program)) \
/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp341 s_gles2.glValidateProgram(mProgram); in drawImpl()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h176 glValidateProgram_dec_server_proc_t glValidateProgram; member
DGLESv2Decoder.cpp207 OVERRIDE_DEC(glValidateProgram) in initGL()
1006 SNAPSHOT_PROGRAM_CALL(glValidateProgram, (void* self, GLuint program), (program))
Dgles2_server_context.cpp144 glValidateProgram = (glValidateProgram_dec_server_proc_t) getProc("glValidateProgram", userData); in initDispatchByName()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h657 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h638 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h638 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h508 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
Dgl31.h508 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h508 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
Dgl31.h508 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib1231 glValidateProgram
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h255 X(void, glValidateProgram, (GLuint program), (program)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h638 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);

12