Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES30.java1577 public static native void glSamplerParameterfv( in glSamplerParameterfv() method in GLES30
1586 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/
Dwrap_gles.h744 #define glSamplerParameterfv wrap_glSamplerParameterfv macro
Dunwrap_gles.h744 #undef glSamplerParameterfv
/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/base/core/jni/
Dandroid_opengl_GLES30.cpp4412 glSamplerParameterfv( in android_glSamplerParameterfv__II_3FI()
4442 glSamplerParameterfv( in android_glSamplerParameterfv__IILjava_nio_FloatBuffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl3.h1188 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/native/opengl/libs/
Dentries.in725 GL_ENTRY(void, glSamplerParameterfv, GLuint sampler, GLenum pname, const GLfloat *param)
/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/api/
Dcurrent.txt26800 method public static void glSamplerParameterfv(int, int, float[], int);
26801 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);
Dsystem-current.txt29240 method public static void glSamplerParameterfv(int, int, float[], int);
29241 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);
Dtest-current.txt26869 method public static void glSamplerParameterfv(int, int, float[], int);
26870 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);