/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 328 {"glCreateShaderProgramv", (void*)glCreateShaderProgramv},
|
D | gl2_client_context.h | 363 glCreateShaderProgramv_client_proc_t glCreateShaderProgramv; member
|
D | gl2_client_context.cpp | 363 …glCreateShaderProgramv = (glCreateShaderProgramv_client_proc_t) getProc("glCreateShaderProgramv", … in initDispatchByName()
|
D | gl2_entry.cpp | 358 GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const char** strings); 2590 GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const char** strings) in glCreateShaderProgramv() function 2593 return ctx->glCreateShaderProgramv(ctx, type, count, strings); in glCreateShaderProgramv()
|
D | GL2Encoder.cpp | 346 OVERRIDE_CUSTOM(glCreateShaderProgramv); in GL2Encoder()
|
D | gl2_enc.cpp | 13053 this->glCreateShaderProgramv = (glCreateShaderProgramv_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles31_only_static_translator_namespaced_header.h | 23 GL_APICALL GLuint GL_APIENTRY glCreateShaderProgramv(GLenum type, GLsizei count, const char ** stri…
|
D | gles31_only_functions.h | 23 …X(GLuint, glCreateShaderProgramv, (GLenum type, GLsizei count, const char ** strings), (type, coun…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 101 EXTERN_PART GL_APICALL GLuint GL_APIENTRY glCreateShaderProgramv(GLenum type, GLsizei count, const … in glCreateShaderProgramv() function 103 RET_AND_SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(glCreateShaderProgramv, 0); in glCreateShaderProgramv() 104 … GLuint glCreateShaderProgramvRET = ctx->dispatcher().glCreateShaderProgramv(type, count, strings); in glCreateShaderProgramv()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles31_only.entries | 32 GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const char **strings);
|
D | gles31_only_dispatch_logging_wrappers.impl | 65 …DISPATCH_DEBUG_LOG("glCreateShaderProgramv(type:0x%X, count:%d, strings:%p)", type, count, strings…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 424 glCreateShaderProgramv_server_proc_t glCreateShaderProgramv; member
|
D | gles2_server_context.cpp | 363 …glCreateShaderProgramv = (glCreateShaderProgramv_server_proc_t) getProc("glCreateShaderProgramv", … in initDispatchByName()
|
D | GLESv2Decoder.cpp | 656 return ctx->glCreateShaderProgramv(type, 1, &packedStrings); in s_glCreateShaderProgramvAEMU()
|
D | gles2_dec.cpp | 7773 …*(GLuint *)(&tmpBuf[0]) = this->glCreateShaderProgramv(var_type, var_count, (const char**)(inpt… in decode()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl31.h | 1123 GL_APICALL GLuint GL_APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *con…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 1091 glCreateShaderProgramv
|
D | gles2.in | 480 GL_ENTRY(GLuint, glCreateShaderProgramv, GLenum type, GLsizei count, const char ** strings)
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl31.h | 1445 GL_APICALL GLuint GL_APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *con…
|
D | gl32.h | 1445 GL_APICALL GLuint GL_APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *con…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 330 #define glCreateShaderProgramv MANGLE(CreateShaderProgramv) macro
|
D | glext.h | 8230 GLAPI GLuint APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar* const *stri…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl32.h | 1445 GL_APICALL GLuint GL_APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *con…
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 2031 GLAPI GLuint APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *const*strin…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 1977 GLAPI GLuint APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *const*strin…
|