/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/android_api/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_riscv64.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/android_api/libGLESv2/ |
D | stubs_arm.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture); 1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture); in init_stub_library()
|
D | stubs_arm64.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture); 1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture); in init_stub_library()
|
D | stubs_riscv64.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture); 1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture); in init_stub_library()
|
/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 | 977 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/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 32124 method public static void glFramebufferTexture(int, int, int, int);
|