Searched refs:glFramebufferTexture (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES32.spec | 25 void glFramebufferTexture ( GLenum target, GLenum attachment, GLuint texture, GLint level )
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv3.map.txt | 128 glFramebufferTexture; # introduced=24
|
H A D | entries.in | 285 GL_ENTRY(void, glFramebufferTexture, GLenum target, GLenum attachment, GLuint texture, GLint level)
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES32.java | 511 public static native void glFramebufferTexture( in glFramebufferTexture() method in GLES32
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/ |
H A D | stubs_arm.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture); 1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture); in init_stub_library()
|
H A D | stubs_arm64.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture); 1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture); in init_stub_library()
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/ |
H A D | stubs_arm.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture); 1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture); in init_stub_library()
|
H A D | stubs_arm64.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture); 1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A 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);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES32.cpp | 976 glFramebufferTexture( in android_glFramebufferTexture__IIII()
|
/aosp12/frameworks/native/opengl/include/GLES3/ |
H A D | gl32.h | 1802 GL_APICALL void GL_APIENTRY glFramebufferTexture (GLenum target, GLenum attachment, GLuint texture,…
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 30245 method public static void glFramebufferTexture(int, int, int, int);
|