Home
last modified time | relevance | path

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

/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.java729 public static native void glBlitFramebuffer( in glBlitFramebuffer() method in GLES30
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h78 #define glBlitFramebuffer wrap_glBlitFramebuffer macro
Dunwrap_gles.h78 #undef glBlitFramebuffer
/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.h1125 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/native/opengl/libs/
Dentries.in59 GL_ENTRY(void, glBlitFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1522 glBlitFramebuffer( in android_glBlitFramebuffer__IIIIIIIIII()
/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/api/
Dcurrent.txt26692 method public static void glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int);
Dsystem-current.txt29132 method public static void glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int);
Dtest-current.txt26761 method public static void glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int);