Searched refs:glSamplerParameterfv (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/system/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); 2318 void glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat* params) in glSamplerParameterfv() function 2321 ctx->glSamplerParameterfv(ctx, sampler, pname, params); in glSamplerParameterfv()
|
D | gl2_enc.cpp | 11881 this->glSamplerParameterfv = &glSamplerParameterfv_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles3_only.entries | 94 void glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat *param);
|
/device/generic/goldfish-opengl/system/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…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 412 GL_ENTRY(void, glSamplerParameterfv, GLuint sampler, GLenum pname, const GLfloat * params)
|