Searched refs:glFramebufferTexture (Results 1 – 17 of 17) 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/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture); 1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture); in init_stub_library()
|
D | stubs_arm64.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture); 1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture); 1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture); in init_stub_library()
|
D | stubs_arm.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture); 1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture); in init_stub_library()
|
/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 | 976 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/non-updatable-api/ |
D | current.txt | 33870 method public static void glFramebufferTexture(int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 34014 method public static void glFramebufferTexture(int, int, int, int);
|