Searched refs:glBlitFramebuffer (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 37 glBlitFramebuffer;
|
D | entries.in | 59 GL_ENTRY(void, glBlitFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 29 void glBlitFramebuffer ( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dst…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 733 public static native void glBlitFramebuffer( in glBlitFramebuffer() method in GLES30
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 75 #define glBlitFramebuffer wrap_glBlitFramebuffer macro
|
D | gles_undefine.h | 75 #undef glBlitFramebuffer
|
D | gles_stubs.in | 496 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…
|
D | gles_decls.in | 166 GL_ENTRY(void, glBlitFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 496 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/ |
D | gl3.h | 1123 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
|
D | gl31.h | 1125 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
|
D | gl32.h | 1125 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 1751 glBlitFramebuffer( in android_glBlitFramebuffer__IIIIIIIIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20182 method public static void glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 29043 method public static void glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int);
|
D | test-current.txt | 29199 method public static void glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int);
|
D | system-current.txt | 31758 method public static void glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int);
|