Searched refs:glBindSampler (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 16 glBindSampler;
|
D | entries.in | 29 GL_ENTRY(void, glBindSampler, GLuint unit, GLuint sampler)
|
/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 | 1545 public static native void glBindSampler( in glBindSampler() method in GLES30
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 45 #define glBindSampler wrap_glBindSampler macro
|
D | gles_undefine.h | 45 #undef glBindSampler
|
D | gles_stubs.in | 673 void API_ENTRY(glBindSampler)(GLuint unit, GLuint sampler) { 674 CALL_GL_API(glBindSampler, unit, sampler);
|
D | gles_decls.in | 225 GL_ENTRY(void, glBindSampler, GLuint unit, GLuint sampler)
|
/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 | 1182 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/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4850 glBindSampler( in android_glBindSampler__II()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20179 method public static void glBindSampler(int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 29062 Landroid/opengl/GLES30;->glBindSampler(II)V
|
/frameworks/base/api/ |
D | current.txt | 30606 method public static void glBindSampler(int, int);
|