Home
last modified time | relevance | path

Searched refs:glSamplerParameterf (Results 1 – 25 of 30) sorted by relevance

12

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DSamplerData.cpp66 dispatcher.glSamplerParameterf(globalName, param.first, param.second); in restore()
DGLESv30Imp.cpp849 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/
Dgl2_ftable.h288 {"glSamplerParameterf", (void*)glSamplerParameterf},
Dgl2_client_context.h319 glSamplerParameterf_client_proc_t glSamplerParameterf; member
Dgl2_client_context.cpp319 glSamplerParameterf = (glSamplerParameterf_client_proc_t) getProc("glSamplerParameterf", userData); in initDispatchByName()
Dgl2_entry.cpp314 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()
DGL2Encoder.cpp433 OVERRIDE(glSamplerParameterf); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries115 void glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param);
Dgles3_only_dispatch_logging_wrappers.impl385 DISPATCH_DEBUG_LOG("glSamplerParameterf(sampler:%d, pname:0x%X, param:%f)", sampler, pname, param);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h86 GL_APICALL void GL_APIENTRY glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param);
Dgles3_only_functions.h86 …X(void, glSamplerParameterf, (GLuint sampler, GLenum pname, GLfloat param), (sampler, pname, param…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h370 glSamplerParameterf_server_proc_t glSamplerParameterf; member
Dgles2_server_context.cpp319 glSamplerParameterf = (glSamplerParameterf_server_proc_t) getProc("glSamplerParameterf", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h914 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
Dgl31.h914 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h914 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
Dgl31.h914 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
Dgl32.h1166 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h362 …X(void, glSamplerParameterf, (GLuint sampler, GLenum pname, GLfloat param), (sampler, pname, param…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1166 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
Dgl31.h1166 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
Dgl32.h1166 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in414 GL_ENTRY(void, glSamplerParameterf, GLuint sampler, GLenum pname, GLfloat param)
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h1565 #define glSamplerParameterf MANGLE(SamplerParameterf) macro
/hardware/google/gfxstream/include/GL/
DGLcorearb.h1697 GLAPI void APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);

12