/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | SamplerData.cpp | 66 dispatcher.glSamplerParameterf(globalName, param.first, param.second); in restore()
|
D | GLESv30Imp.cpp | 849 GL_APICALL void GL_APIENTRY glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param) { in glSamplerParameterf() function 858 ctx->dispatcher().glSamplerParameterf(globalSampler, pname, param); in glSamplerParameterf()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 288 {"glSamplerParameterf", (void*)glSamplerParameterf},
|
D | gl2_client_context.h | 319 glSamplerParameterf_client_proc_t glSamplerParameterf; member
|
D | gl2_client_context.cpp | 319 glSamplerParameterf = (glSamplerParameterf_client_proc_t) getProc("glSamplerParameterf", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 314 void glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param); 2319 void glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param) in glSamplerParameterf() function 2322 ctx->glSamplerParameterf(ctx, sampler, pname, param); in glSamplerParameterf()
|
D | GL2Encoder.cpp | 433 OVERRIDE(glSamplerParameterf); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 115 void glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param);
|
D | gles3_only_dispatch_logging_wrappers.impl | 385 DISPATCH_DEBUG_LOG("glSamplerParameterf(sampler:%d, pname:0x%X, param:%f)", sampler, pname, param);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 86 GL_APICALL void GL_APIENTRY glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param);
|
D | gles3_only_functions.h | 86 …X(void, glSamplerParameterf, (GLuint sampler, GLenum pname, GLfloat param), (sampler, pname, param…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 370 glSamplerParameterf_server_proc_t glSamplerParameterf; member
|
D | gles2_server_context.cpp | 319 glSamplerParameterf = (glSamplerParameterf_server_proc_t) getProc("glSamplerParameterf", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 914 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
D | gl31.h | 914 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 914 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
D | gl31.h | 914 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
D | gl32.h | 1166 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 362 …X(void, glSamplerParameterf, (GLuint sampler, GLenum pname, GLfloat param), (sampler, pname, param…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1166 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
D | gl31.h | 1166 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
D | gl32.h | 1166 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 414 GL_ENTRY(void, glSamplerParameterf, GLuint sampler, GLenum pname, GLfloat param)
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1565 #define glSamplerParameterf MANGLE(SamplerParameterf) macro
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 1697 GLAPI void APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|