Searched defs:glBlitFramebufferANGLE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DlibGLESv2.cpp8259 void __stdcall glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, function
8675 {"glBlitFramebufferANGLE", (__eglMustCastToProperFunctionPointerType)glBlitFramebufferANGLE},
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2ext.h943 #define glBlitFramebufferANGLE GLES2_GET_FUN(BlitFramebufferANGLE) macro
946 GL_APICALL void GL_APIENTRY glBlitFramebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);

Completed in 2930 milliseconds