Home
last modified time | relevance | path

Searched refs:glFramebufferTexture (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES32.spec25 void glFramebufferTexture ( GLenum target, GLenum attachment, GLuint texture, GLint level )
/frameworks/base/opengl/java/android/opengl/
DGLES32.java511 public static native void glFramebufferTexture( in glFramebufferTexture() method in GLES32
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h282 #define glFramebufferTexture wrap_glFramebufferTexture macro
Dunwrap_gles.h282 #undef glFramebufferTexture
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in1015 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/
Dandroid_opengl_GLES32.cpp980 glFramebufferTexture( in android_glFramebufferTexture__IIII()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1802 GL_APICALL void GL_APIENTRY glFramebufferTexture (GLenum target, GLenum attachment, GLuint texture,…
/frameworks/native/opengl/libs/
Dentries.in263 GL_ENTRY(void, glFramebufferTexture, GLenum target, GLenum attachment, GLuint texture, GLint level)
/frameworks/base/api/
Dcurrent.txt27703 method public static void glFramebufferTexture(int, int, int, int);
Dsystem-current.txt30143 method public static void glFramebufferTexture(int, int, int, int);
Dtest-current.txt27772 method public static void glFramebufferTexture(int, int, int, int);