Home
last modified time | relevance | path

Searched refs:blitColorBufferWithShader (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DBlitGL.h67 angle::Result blitColorBufferWithShader(const gl::Context *context,
DBlitGL.cpp396 angle::Result BlitGL::blitColorBufferWithShader(const gl::Context *context, in blitColorBufferWithShader() function in rx::BlitGL
DFramebufferGL.cpp777 ANGLE_TRY(blitter->blitColorBufferWithShader(context, sourceFramebuffer, destFramebuffer, in blit()