Home
last modified time | relevance | path

Searched refs:glInvalidateFramebuffer (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt232 glInvalidateFramebuffer;
Dentries.in500 GL_ENTRY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attach…
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1735 public static native void glInvalidateFramebuffer( in glInvalidateFramebuffer() method in GLES30
1744 public static native void glInvalidateFramebuffer( in glInvalidateFramebuffer() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec106 void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc439 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glInvalidateFramebuffer);
1287 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glInvalidateFramebuffer); in init_stub_library()
Dstubs_riscv64.cc439 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glInvalidateFramebuffer);
1287 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glInvalidateFramebuffer); in init_stub_library()
Dstubs_arm64.cc439 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glInvalidateFramebuffer);
1287 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glInvalidateFramebuffer); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc439 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glInvalidateFramebuffer);
1287 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glInvalidateFramebuffer); in init_stub_library()
Dstubs_arm64.cc439 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glInvalidateFramebuffer);
1287 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glInvalidateFramebuffer); in init_stub_library()
Dstubs_riscv64.cc439 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glInvalidateFramebuffer);
1287 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glInvalidateFramebuffer); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in724 void API_ENTRY(glInvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attach…
725 CALL_GL_API(glInvalidateFramebuffer, target, numAttachments, attachments);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1199 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
Dgl31.h1201 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
Dgl32.h1201 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp5616 glInvalidateFramebuffer( in android_glInvalidateFramebuffer__II_3II()
5655 glInvalidateFramebuffer( in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20271 method public static void glInvalidateFramebuffer(int, int, int[], int);
20272 method public static void glInvalidateFramebuffer(int, int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt31203 method public static void glInvalidateFramebuffer(int, int, int[], int);
31204 method public static void glInvalidateFramebuffer(int, int, java.nio.IntBuffer);