Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt324 glSamplerParameterfv;
Dentries.in806 GL_ENTRY(void, glSamplerParameterfv, GLuint sampler, GLenum pname, const GLfloat *param)
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1585 public static native void glSamplerParameterfv( in glSamplerParameterfv() method in GLES30
1594 public static native void glSamplerParameterfv( in glSamplerParameterfv() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec93 void glSamplerParameterfv ( GLuint sampler, GLenum pname, const GLfloat *param )
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h742 #define glSamplerParameterfv wrap_glSamplerParameterfv macro
Dgles_undefine.h741 #undef glSamplerParameterfv
Dgles_stubs.in685 void API_ENTRY(glSamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat *param) {
686 CALL_GL_API(glSamplerParameterfv, sampler, pname, param);
Dgles_decls.in229 GL_ENTRY(void, glSamplerParameterfv, GLuint sampler, GLenum pname, const GLfloat *param)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in685 void API_ENTRY(glSamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat *param) {
686 CALL_GL_API(glSamplerParameterfv, sampler, pname, param);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1186 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
Dgl31.h1188 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
Dgl32.h1188 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp4988 glSamplerParameterfv( in android_glSamplerParameterfv__II_3FI()
5027 glSamplerParameterfv( in android_glSamplerParameterfv__IILjava_nio_FloatBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20288 method public static void glSamplerParameterfv(int, int, float[], int);
20289 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt29173 Landroid/opengl/GLES30;->glSamplerParameterfv(IILjava/nio/FloatBuffer;)V
29174 Landroid/opengl/GLES30;->glSamplerParameterfv(II[FI)V
/frameworks/base/api/
Dcurrent.txt30717 method public static void glSamplerParameterfv(int, int, float[], int);
30718 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);