Home
last modified time | relevance | path

Searched refs:glGenTransformFeedbacks (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DNamedObject.cpp83 GLEScontext::dispatcher().glGenTransformFeedbacks( in NamedObject()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h277 {"glGenTransformFeedbacks", (void*)glGenTransformFeedbacks},
Dgl2_client_context.h307 glGenTransformFeedbacks_client_proc_t glGenTransformFeedbacks; member
Dgl2_client_context.cpp307glGenTransformFeedbacks = (glGenTransformFeedbacks_client_proc_t) getProc("glGenTransformFeedbacks… in initDispatchByName()
Dgl2_entry.cpp302 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/
Dgles3_only.entries102 void glGenTransformFeedbacks(GLsizei n, GLuint *ids);
Dgles3_only_dispatch_logging_wrappers.impl330 DISPATCH_DEBUG_LOG("glGenTransformFeedbacks(n:%d, ids:%p)", n, ids);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h75 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks(GLsizei n, GLuint * ids);
Dgles3_only_functions.h75 X(void, glGenTransformFeedbacks, (GLsizei n, GLuint * ids), (n, ids)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h352 glGenTransformFeedbacks_dec_server_proc_t glGenTransformFeedbacks; member
DGLESv2Decoder.cpp180 OVERRIDE_DEC(glGenTransformFeedbacks) in initGL()
774 ctx->glGenTransformFeedbacks(n, transformFeedbacks); in s_glGenTransformFeedbacks()
Dgles2_server_context.cpp307glGenTransformFeedbacks = (glGenTransformFeedbacks_dec_server_proc_t) getProc("glGenTransformFeedb… in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
Dgl31.h921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
Dgl31.h921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
Dgl32.h1173 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp743 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks(GLsizei n, GLuint * ids) { in glGenTransformFeedbacks() function
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib913 glGenTransformFeedbacks
Dgles2.in400 GL_ENTRY(void, glGenTransformFeedbacks, GLsizei n, GLuint *ids)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h351 X(void, glGenTransformFeedbacks, (GLsizei n, GLuint * ids), (n, ids)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1173 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
Dgl31.h1173 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
Dgl32.h1173 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h576 #define glGenTransformFeedbacks MANGLE(GenTransformFeedbacks) macro

12