Home
last modified time | relevance | path

Searched refs:blitImpl (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.h72 angle::Result blitImpl(const gl::Context *context,
DFramebuffer9.cpp216 angle::Result Framebuffer9::blitImpl(const gl::Context *context, in blitImpl() function in rx::Framebuffer9
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.h77 angle::Result blitImpl(const gl::Context *context,
DFramebuffer11.cpp276 angle::Result Framebuffer11::blitImpl(const gl::Context *context, in blitImpl() function in rx::Framebuffer11
/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.h124 virtual angle::Result blitImpl(const gl::Context *context,
DFramebufferD3D.cpp246 ANGLE_TRY(blitImpl(context, sourceArea, destArea, scissor, (mask & GL_COLOR_BUFFER_BIT) != 0, in blit()