Searched refs:glSamplerParameterfv (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 317 glSamplerParameterfv;
|
D | entries.in | 725 GL_ENTRY(void, glSamplerParameterfv, GLuint sampler, GLenum pname, const GLfloat *param)
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1585 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/ |
D | GLES30.spec | 93 void glSamplerParameterfv ( GLuint sampler, GLenum pname, const GLfloat *param )
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 741 #define glSamplerParameterfv wrap_glSamplerParameterfv macro
|
D | gles_undefine.h | 741 #undef glSamplerParameterfv
|
D | gles_stubs.in | 685 void API_ENTRY(glSamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat *param) { 686 CALL_GL_API(glSamplerParameterfv, sampler, pname, param);
|
D | gles_decls.in | 229 GL_ENTRY(void, glSamplerParameterfv, GLuint sampler, GLenum pname, const GLfloat *param)
|
/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/native/opengl/include/GLES3/ |
D | gl3.h | 1186 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/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4989 glSamplerParameterfv( in android_glSamplerParameterfv__II_3FI() 5028 glSamplerParameterfv( in android_glSamplerParameterfv__IILjava_nio_FloatBuffer_2()
|
/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 | 29151 method public static void glSamplerParameterfv(int, int, float[], int); 29152 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);
|
D | test-current.txt | 29307 method public static void glSamplerParameterfv(int, int, float[], int); 29308 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);
|
D | system-current.txt | 31866 method public static void glSamplerParameterfv(int, int, float[], int); 31867 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);
|