Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h290 {"glSamplerParameterfv", (void*)glSamplerParameterfv},
Dgl2_client_context.h321 glSamplerParameterfv_client_proc_t glSamplerParameterfv; member
Dgl2_client_context.cpp321glSamplerParameterfv = (glSamplerParameterfv_client_proc_t) getProc("glSamplerParameterfv", userDa… in initDispatchByName()
Dgl2_entry.cpp316 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()
DGL2Encoder.cpp435 OVERRIDE(glSamplerParameterfv); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries117 void glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat * params);
Dgles3_only_dispatch_logging_wrappers.impl395 …DISPATCH_DEBUG_LOG("glSamplerParameterfv(sampler:%d, pname:0x%X, params:%p)", sampler, pname, para…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h88 GL_APICALL void GL_APIENTRY glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat * para…
Dgles3_only_functions.h88 …X(void, glSamplerParameterfv, (GLuint sampler, GLenum pname, const GLfloat * params), (sampler, pn…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h372 glSamplerParameterfv_server_proc_t glSamplerParameterfv; member
Dgles2_server_context.cpp321glSamplerParameterfv = (glSamplerParameterfv_server_proc_t) getProc("glSamplerParameterfv", userDa… in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp875 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/
Dgl3.h915 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
Dgl31.h915 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h915 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
Dgl31.h915 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
Dgl32.h1167 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib959 glSamplerParameterfv
Dgles2.in416 GL_ENTRY(void, glSamplerParameterfv, GLuint sampler, GLenum pname, const GLfloat * params)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h364 …X(void, glSamplerParameterfv, (GLuint sampler, GLenum pname, const GLfloat * params), (sampler, pn…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1167 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
Dgl31.h1167 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
Dgl32.h1167 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h1566 #define glSamplerParameterfv MANGLE(SamplerParameterfv) macro
/hardware/google/gfxstream/include/GL/
DGLcorearb.h1698 GLAPI void APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *param);

12