Searched refs:glSamplerParameterfv (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 324 glSamplerParameterfv;
|
D | entries.in | 806 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 | 742 #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 | 4988 glSamplerParameterfv( in android_glSamplerParameterfv__II_3FI() 5027 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/config/ |
D | hiddenapi-public-dex.txt | 29173 Landroid/opengl/GLES30;->glSamplerParameterfv(IILjava/nio/FloatBuffer;)V 29174 Landroid/opengl/GLES30;->glSamplerParameterfv(II[FI)V
|
/frameworks/base/api/ |
D | current.txt | 30717 method public static void glSamplerParameterfv(int, int, float[], int); 30718 method public static void glSamplerParameterfv(int, int, java.nio.FloatBuffer);
|