Searched refs:glSamplerParameterf (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 92 void glSamplerParameterf ( GLuint sampler, GLenum pname, GLfloat param )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1569 public static native void glSamplerParameterf( in glSamplerParameterf() method in GLES30
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 743 #define glSamplerParameterf wrap_glSamplerParameterf macro
|
D | unwrap_gles.h | 743 #undef glSamplerParameterf
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 682 void API_ENTRY(glSamplerParameterf)(GLuint sampler, GLenum pname, GLfloat param) { 683 CALL_GL_API(glSamplerParameterf, sampler, pname, param);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1187 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
D | gl31.h | 1187 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
D | gl32.h | 1187 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 724 GL_ENTRY(void, glSamplerParameterf, GLuint sampler, GLenum pname, GLfloat param)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4377 glSamplerParameterf( in android_glSamplerParameterf__IIF()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20287 method public static void glSamplerParameterf(int, int, float);
|
/frameworks/base/api/ |
D | current.txt | 26799 method public static void glSamplerParameterf(int, int, float);
|
D | system-current.txt | 29239 method public static void glSamplerParameterf(int, int, float);
|
D | test-current.txt | 26868 method public static void glSamplerParameterf(int, int, float);
|