Searched refs:glBlitFramebufferNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | unwrap_gles.h | 80 #undef glBlitFramebufferNV
|
D | wrap_gles.h | 80 #define glBlitFramebufferNV wrap_glBlitFramebufferNV macro
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 775 void API_ENTRY(glBlitFramebufferNV)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0… 776 …CALL_GL_API(glBlitFramebufferNV, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, fil…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 61 GL_ENTRY(void, glBlitFramebufferNV, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2267 GL_APICALL void GL_APIENTRY glBlitFramebufferNV (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1…
|