Searched refs:glSamplerParameterfv (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1577 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/ |
D | GLES30.spec | 93 void glSamplerParameterfv ( GLuint sampler, GLenum pname, const GLfloat *param )
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 744 #define glSamplerParameterfv wrap_glSamplerParameterfv macro
|
D | unwrap_gles.h | 744 #undef glSamplerParameterfv
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 685 void API_ENTRY(glSamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat *param) { 686 CALL_GL_API(glSamplerParameterfv, sampler, pname, param);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4412 glSamplerParameterfv( in android_glSamplerParameterfv__II_3FI() 4442 glSamplerParameterfv( in android_glSamplerParameterfv__IILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1188 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
|
D | gl31.h | 1188 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
|
D | gl32.h | 1188 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *para…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 725 GL_ENTRY(void, glSamplerParameterfv, GLuint sampler, GLenum pname, const GLfloat *param)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20288 method public static void glSamplerParameterfv(int, int, float[], int); 20289 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);
|
/frameworks/base/api/ |
D | current.txt | 26800 method public static void glSamplerParameterfv(int, int, float[], int); 26801 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);
|
D | system-current.txt | 29240 method public static void glSamplerParameterfv(int, int, float[], int); 29241 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);
|
D | test-current.txt | 26869 method public static void glSamplerParameterfv(int, int, float[], int); 26870 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);
|