Searched refs:glFramebufferTexture (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES32.spec | 25 void glFramebufferTexture ( GLenum target, GLenum attachment, GLuint texture, GLint level )
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 128 glFramebufferTexture; # introduced=24
|
D | entries.in | 285 GL_ENTRY(void, glFramebufferTexture, GLenum target, GLenum attachment, GLuint texture, GLint level)
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES32.java | 511 public static native void glFramebufferTexture( in glFramebufferTexture() method in GLES32
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 280 #define glFramebufferTexture wrap_glFramebufferTexture macro
|
D | gles_undefine.h | 279 #undef glFramebufferTexture
|
D | gles_stubs.in | 1015 void API_ENTRY(glFramebufferTexture)(GLenum target, GLenum attachment, GLuint texture, GLint level)… 1016 CALL_GL_API(glFramebufferTexture, target, attachment, texture, level);
|
D | gles_decls.in | 339 GL_ENTRY(void, glFramebufferTexture, GLenum target, GLenum attachment, GLuint texture, GLint level)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 1015 void API_ENTRY(glFramebufferTexture)(GLenum target, GLenum attachment, GLuint texture, GLint level)… 1016 CALL_GL_API(glFramebufferTexture, target, attachment, texture, level);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES32.cpp | 1010 glFramebufferTexture( in android_glFramebufferTexture__IIII()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1802 GL_APICALL void GL_APIENTRY glFramebufferTexture (GLenum target, GLenum attachment, GLuint texture,…
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 30070 Landroid/opengl/GLES32;->glFramebufferTexture(IIII)V
|
/frameworks/base/api/ |
D | current.txt | 31620 method public static void glFramebufferTexture(int, int, int, int);
|