Searched refs:glBindSampler (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 89 void glBindSampler ( GLuint unit, GLuint sampler )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1537 public static native void glBindSampler( in glBindSampler() method in GLES30
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 48 #define glBindSampler wrap_glBindSampler macro
|
D | unwrap_gles.h | 48 #undef glBindSampler
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 673 void API_ENTRY(glBindSampler)(GLuint unit, GLuint sampler) { 674 CALL_GL_API(glBindSampler, unit, sampler);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1184 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
D | gl31.h | 1184 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
D | gl32.h | 1184 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 29 GL_ENTRY(void, glBindSampler, GLuint unit, GLuint sampler)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4288 glBindSampler( in android_glBindSampler__II()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20179 method public static void glBindSampler(int, int);
|
/frameworks/base/api/ |
D | current.txt | 26689 method public static void glBindSampler(int, int);
|
D | system-current.txt | 29129 method public static void glBindSampler(int, int);
|
D | test-current.txt | 26758 method public static void glBindSampler(int, int);
|