/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | NamedObject.cpp | 74 GLEScontext::dispatcher().glGenSamplers(1, &m_globalName); in NamedObject()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 285 {"glGenSamplers", (void*)glGenSamplers},
|
D | gl2_client_context.h | 316 glGenSamplers_client_proc_t glGenSamplers; member
|
D | gl2_client_context.cpp | 316 glGenSamplers = (glGenSamplers_client_proc_t) getProc("glGenSamplers", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 311 void glGenSamplers(GLsizei n, GLuint* samplers); 2299 void glGenSamplers(GLsizei n, GLuint* samplers) in glGenSamplers() function 2303 ctx->glGenSamplers(ctx, n, samplers); in glGenSamplers()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 112 void glGenSamplers(GLsizei n, GLuint *samplers);
|
D | gles3_only_dispatch_logging_wrappers.impl | 370 DISPATCH_DEBUG_LOG("glGenSamplers(n:%d, samplers:%p)", n, samplers);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 83 GL_APICALL void GL_APIENTRY glGenSamplers(GLsizei n, GLuint * samplers);
|
D | gles3_only_functions.h | 83 X(void, glGenSamplers, (GLsizei n, GLuint * samplers), (n, samplers)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 365 glGenSamplers_dec_server_proc_t glGenSamplers; member
|
D | GLESv2Decoder.cpp | 181 OVERRIDE_DEC(glGenSamplers) in initGL() 780 ctx->glGenSamplers(n, samplers); in s_glGenSamplers()
|
D | gles2_server_context.cpp | 316 glGenSamplers = (glGenSamplers_dec_server_proc_t) getProc("glGenSamplers", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 908 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
D | gl31.h | 908 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 908 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
D | gl31.h | 908 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
D | gl32.h | 1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 814 GL_APICALL void GL_APIENTRY glGenSamplers(GLsizei n, GLuint * samplers) { in glGenSamplers() function
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 948 glGenSamplers
|
D | gles2.in | 411 GL_ENTRY(void, glGenSamplers, GLsizei n, GLuint *samplers)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 359 X(void, glGenSamplers, (GLsizei n, GLuint * samplers), (n, samplers)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
D | gl31.h | 1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
D | gl32.h | 1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 572 #define glGenSamplers MANGLE(GenSamplers) macro
|