Home
last modified time | relevance | path

Searched refs:glBlitFramebuffer (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/renderfright/gl/filters/
DBlurFilter.cpp186 glBlitFramebuffer(0, 0, mLastDrawTarget->getBufferWidth(), in render()
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt37 glBlitFramebuffer;
Dentries.in59 GL_ENTRY(void, glBlitFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec29 void glBlitFramebuffer ( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dst…
/frameworks/base/opengl/java/android/opengl/
DGLES30.java733 public static native void glBlitFramebuffer( in glBlitFramebuffer() method in GLES30
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc70 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlitFramebuffer);
918 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlitFramebuffer); in init_stub_library()
Dstubs_riscv64.cc70 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlitFramebuffer);
918 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlitFramebuffer); in init_stub_library()
Dstubs_arm64.cc70 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlitFramebuffer);
918 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlitFramebuffer); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc70 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlitFramebuffer);
918 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlitFramebuffer); in init_stub_library()
Dstubs_arm64.cc70 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlitFramebuffer);
918 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlitFramebuffer); in init_stub_library()
Dstubs_riscv64.cc70 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlitFramebuffer);
918 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlitFramebuffer); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in496 void API_ENTRY(glBlitFramebuffer)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …
497 …CALL_GL_API(glBlitFramebuffer, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filte…
/frameworks/native/opengl/include/GLES3/
Dgl3.h1123 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
Dgl31.h1125 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
Dgl32.h1125 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1717 glBlitFramebuffer( in android_glBlitFramebuffer__IIIIIIIIII()
/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.txt20182 method public static void glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int);
/frameworks/base/core/api/
Dcurrent.txt31113 method public static void glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int);