Home
last modified time | relevance | path

Searched refs:glTransformFeedbackVaryings (Results 1 – 25 of 30) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h283 {"glTransformFeedbackVaryings", (void*)glTransformFeedbackVaryings},
Dgl2_client_context.h313 glTransformFeedbackVaryings_client_proc_t glTransformFeedbackVaryings; member
Dgl2_client_context.cpp313glTransformFeedbackVaryings = (glTransformFeedbackVaryings_client_proc_t) getProc("glTransformFeed… in initDispatchByName()
Dgl2_entry.cpp308 …void glTransformFeedbackVaryings(GLuint program, GLsizei count, const char** varyings, GLenum buff…
2280 void glTransformFeedbackVaryings(GLuint program, GLsizei count, const char** varyings, GLenum buffe… in glTransformFeedbackVaryings() function
2283 ctx->glTransformFeedbackVaryings(ctx, program, count, varyings, bufferMode); in glTransformFeedbackVaryings()
DGL2Encoder.cpp298 OVERRIDE_CUSTOM(glTransformFeedbackVaryings); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries108 void glTransformFeedbackVaryings(GLuint program, GLsizei count, const char ** varyings, GLenum buff…
Dgles3_only_dispatch_logging_wrappers.impl360 …DISPATCH_DEBUG_LOG("glTransformFeedbackVaryings(program:%d, count:%d, varyings:%p, bufferMode:0x%X…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h81 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings(GLuint program, GLsizei count, const char *…
Dgles3_only_functions.h81 …X(void, glTransformFeedbackVaryings, (GLuint program, GLsizei count, const char ** varyings, GLenu…
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp231 OVERRIDE_DEC(glTransformFeedbackVaryings) in initGL()
617 ctx->glTransformFeedbackVaryings(program, count, (const char**)unpackedArray, bufferMode); in s_glTransformFeedbackVaryingsAEMU()
1025 SNAPSHOT_PROGRAM_CALL(glTransformFeedbackVaryings, (void* self, GLuint program, GLsizei count, con…
Dgles2_server_context.h360 glTransformFeedbackVaryings_dec_server_proc_t glTransformFeedbackVaryings; member
Dgles2_server_context.cpp313glTransformFeedbackVaryings = (glTransformFeedbackVaryings_dec_server_proc_t) getProc("glTransform… in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp798 EXTERN_PART GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings(GLuint program, GLsizei count, … in glTransformFeedbackVaryings() function
802 … ctx->dispatcher().glTransformFeedbackVaryings(globalProgramName, count, varyings, bufferMode); in glTransformFeedbackVaryings()
DProgramData.cpp453 dispatcher.glTransformFeedbackVaryings( in restore()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib924 glTransformFeedbackVaryings
1282 glTransformFeedbackVaryings
Dgles2.in406 GL_ENTRY(void, glTransformFeedbackVaryings, GLuint program, GLsizei count, const char ** varyings, …
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h866 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
Dgl31.h866 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
/hardware/google/gfxstream/include/GLES3/
Dgl31.h866 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
Dgl32.h1118 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h357 …X(void, glTransformFeedbackVaryings, (GLuint program, GLsizei count, const char ** varyings, GLenu…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1118 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
Dgl31.h1118 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
Dgl32.h1118 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h1799 #define glTransformFeedbackVaryings MANGLE(TransformFeedbackVaryings) macro

12