/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | NamedObject.cpp | 83 GLEScontext::dispatcher().glGenTransformFeedbacks( in NamedObject()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 277 {"glGenTransformFeedbacks", (void*)glGenTransformFeedbacks},
|
D | gl2_client_context.h | 307 glGenTransformFeedbacks_client_proc_t glGenTransformFeedbacks; member
|
D | gl2_client_context.cpp | 307 …glGenTransformFeedbacks = (glGenTransformFeedbacks_client_proc_t) getProc("glGenTransformFeedbacks… in initDispatchByName()
|
D | gl2_entry.cpp | 302 void glGenTransformFeedbacks(GLsizei n, GLuint* ids); 2242 void glGenTransformFeedbacks(GLsizei n, GLuint* ids) in glGenTransformFeedbacks() function 2246 ctx->glGenTransformFeedbacks(ctx, n, ids); in glGenTransformFeedbacks()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 102 void glGenTransformFeedbacks(GLsizei n, GLuint *ids);
|
D | gles3_only_dispatch_logging_wrappers.impl | 330 DISPATCH_DEBUG_LOG("glGenTransformFeedbacks(n:%d, ids:%p)", n, ids);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 75 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks(GLsizei n, GLuint * ids);
|
D | gles3_only_functions.h | 75 X(void, glGenTransformFeedbacks, (GLsizei n, GLuint * ids), (n, ids)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 352 glGenTransformFeedbacks_dec_server_proc_t glGenTransformFeedbacks; member
|
D | GLESv2Decoder.cpp | 180 OVERRIDE_DEC(glGenTransformFeedbacks) in initGL() 774 ctx->glGenTransformFeedbacks(n, transformFeedbacks); in s_glGenTransformFeedbacks()
|
D | gles2_server_context.cpp | 307 …glGenTransformFeedbacks = (glGenTransformFeedbacks_dec_server_proc_t) getProc("glGenTransformFeedb… in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
D | gl31.h | 921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
D | gl31.h | 921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
D | gl32.h | 1173 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 743 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks(GLsizei n, GLuint * ids) { in glGenTransformFeedbacks() function
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 913 glGenTransformFeedbacks
|
D | gles2.in | 400 GL_ENTRY(void, glGenTransformFeedbacks, GLsizei n, GLuint *ids)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 351 X(void, glGenTransformFeedbacks, (GLsizei n, GLuint * ids), (n, ids)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1173 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
D | gl31.h | 1173 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
D | gl32.h | 1173 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 576 #define glGenTransformFeedbacks MANGLE(GenTransformFeedbacks) macro
|