Home
last modified time | relevance | path

Searched refs:blitFramebufferNV (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h814 PFNGLBLITFRAMEBUFFERNVPROC blitFramebufferNV = nullptr; variable
H A DDispatchTableGL_autogen.cpp2248 ASSIGN("glBlitFramebufferNV", blitFramebufferNV); in initProcsGLES()
5123 blitFramebufferNV = &glBlitFramebufferNVNULL; in initProcsGLESNULL()
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext_gles_ext_autogen.h291 void blitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, \
H A DContext.cpp4740 void Context::blitFramebufferNV(GLint srcX0, in blitFramebufferNV() function in gl::Context
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp11325 context->blitFramebufferNV(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, in GL_BlitFramebufferNV()