/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 283 {"glTransformFeedbackVaryings", (void*)glTransformFeedbackVaryings},
|
D | gl2_client_context.h | 313 glTransformFeedbackVaryings_client_proc_t glTransformFeedbackVaryings; member
|
D | gl2_client_context.cpp | 313 …glTransformFeedbackVaryings = (glTransformFeedbackVaryings_client_proc_t) getProc("glTransformFeed… in initDispatchByName()
|
D | gl2_entry.cpp | 308 …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()
|
D | GL2Encoder.cpp | 298 OVERRIDE_CUSTOM(glTransformFeedbackVaryings); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 108 void glTransformFeedbackVaryings(GLuint program, GLsizei count, const char ** varyings, GLenum buff…
|
D | gles3_only_dispatch_logging_wrappers.impl | 360 …DISPATCH_DEBUG_LOG("glTransformFeedbackVaryings(program:%d, count:%d, varyings:%p, bufferMode:0x%X…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 81 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings(GLuint program, GLsizei count, const char *…
|
D | gles3_only_functions.h | 81 …X(void, glTransformFeedbackVaryings, (GLuint program, GLsizei count, const char ** varyings, GLenu…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | GLESv2Decoder.cpp | 231 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…
|
D | gles2_server_context.h | 360 glTransformFeedbackVaryings_dec_server_proc_t glTransformFeedbackVaryings; member
|
D | gles2_server_context.cpp | 313 …glTransformFeedbackVaryings = (glTransformFeedbackVaryings_dec_server_proc_t) getProc("glTransform… in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 798 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()
|
D | ProgramData.cpp | 453 dispatcher.glTransformFeedbackVaryings( in restore()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 924 glTransformFeedbackVaryings 1282 glTransformFeedbackVaryings
|
D | gles2.in | 406 GL_ENTRY(void, glTransformFeedbackVaryings, GLuint program, GLsizei count, const char ** varyings, …
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 866 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
|
D | gl31.h | 866 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl31.h | 866 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
|
D | gl32.h | 1118 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 357 …X(void, glTransformFeedbackVaryings, (GLuint program, GLsizei count, const char ** varyings, GLenu…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1118 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
|
D | gl31.h | 1118 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
|
D | gl32.h | 1118 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1799 #define glTransformFeedbackVaryings MANGLE(TransformFeedbackVaryings) macro
|