/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 290 {"glSamplerParameterfv", (void*)glSamplerParameterfv},
|
D | gl2_client_context.h | 321 glSamplerParameterfv_client_proc_t glSamplerParameterfv; member
|
D | gl2_client_context.cpp | 321 …glSamplerParameterfv = (glSamplerParameterfv_client_proc_t) getProc("glSamplerParameterfv", userDa… in initDispatchByName()
|
D | gl2_entry.cpp | 316 void glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat* params); 2331 void glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat* params) in glSamplerParameterfv() function 2334 ctx->glSamplerParameterfv(ctx, sampler, pname, params); in glSamplerParameterfv()
|
D | GL2Encoder.cpp | 435 OVERRIDE(glSamplerParameterfv); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 117 void glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat * params);
|
D | gles3_only_dispatch_logging_wrappers.impl | 395 …DISPATCH_DEBUG_LOG("glSamplerParameterfv(sampler:%d, pname:0x%X, params:%p)", sampler, pname, para…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 88 GL_APICALL void GL_APIENTRY glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat * para…
|
D | gles3_only_functions.h | 88 …X(void, glSamplerParameterfv, (GLuint sampler, GLenum pname, const GLfloat * params), (sampler, pn…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 372 glSamplerParameterfv_server_proc_t glSamplerParameterfv; member
|
D | gles2_server_context.cpp | 321 …glSamplerParameterfv = (glSamplerParameterfv_server_proc_t) getProc("glSamplerParameterfv", userDa… in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 875 GL_APICALL void GL_APIENTRY glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat * para… in glSamplerParameterfv() function 879 ctx->dispatcher().glSamplerParameterfv(globalSampler, pname, params); in glSamplerParameterfv()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 915 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
|
D | gl31.h | 915 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 915 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
|
D | gl31.h | 915 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
|
D | gl32.h | 1167 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 959 glSamplerParameterfv
|
D | gles2.in | 416 GL_ENTRY(void, glSamplerParameterfv, GLuint sampler, GLenum pname, const GLfloat * params)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 364 …X(void, glSamplerParameterfv, (GLuint sampler, GLenum pname, const GLfloat * params), (sampler, pn…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1167 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
|
D | gl31.h | 1167 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
|
D | gl32.h | 1167 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1566 #define glSamplerParameterfv MANGLE(SamplerParameterfv) macro
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 1698 GLAPI void APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *param);
|