Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DNamedObject.cpp74 GLEScontext::dispatcher().glGenSamplers(1, &m_globalName); in NamedObject()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h285 {"glGenSamplers", (void*)glGenSamplers},
Dgl2_client_context.h316 glGenSamplers_client_proc_t glGenSamplers; member
Dgl2_client_context.cpp316 glGenSamplers = (glGenSamplers_client_proc_t) getProc("glGenSamplers", userData); in initDispatchByName()
Dgl2_entry.cpp311 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/
Dgles3_only.entries112 void glGenSamplers(GLsizei n, GLuint *samplers);
Dgles3_only_dispatch_logging_wrappers.impl370 DISPATCH_DEBUG_LOG("glGenSamplers(n:%d, samplers:%p)", n, samplers);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h83 GL_APICALL void GL_APIENTRY glGenSamplers(GLsizei n, GLuint * samplers);
Dgles3_only_functions.h83 X(void, glGenSamplers, (GLsizei n, GLuint * samplers), (n, samplers)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h365 glGenSamplers_dec_server_proc_t glGenSamplers; member
DGLESv2Decoder.cpp181 OVERRIDE_DEC(glGenSamplers) in initGL()
780 ctx->glGenSamplers(n, samplers); in s_glGenSamplers()
Dgles2_server_context.cpp316 glGenSamplers = (glGenSamplers_dec_server_proc_t) getProc("glGenSamplers", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h908 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
Dgl31.h908 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h908 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
Dgl31.h908 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
Dgl32.h1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp814 GL_APICALL void GL_APIENTRY glGenSamplers(GLsizei n, GLuint * samplers) { in glGenSamplers() function
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib948 glGenSamplers
Dgles2.in411 GL_ENTRY(void, glGenSamplers, GLsizei n, GLuint *samplers)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h359 X(void, glGenSamplers, (GLsizei n, GLuint * samplers), (n, samplers)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
Dgl31.h1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
Dgl32.h1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h572 #define glGenSamplers MANGLE(GenSamplers) macro

12