Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DBlitGL.h69 angle::Result blitColorBufferWithShader(const gl::Context *context,
77 angle::Result blitColorBufferWithShader(const gl::Context *context,
85 angle::Result blitColorBufferWithShader(const gl::Context *context,
DBlitGL.cpp397 angle::Result BlitGL::blitColorBufferWithShader(const gl::Context *context, in blitColorBufferWithShader() function in rx::BlitGL
417 angle::Result result = blitColorBufferWithShader(context, source, mScratchFBO, sourceAreaIn, in blitColorBufferWithShader()
425 angle::Result BlitGL::blitColorBufferWithShader(const gl::Context *context, in blitColorBufferWithShader() function in rx::BlitGL
434 return blitColorBufferWithShader(context, source, destGL->getFramebufferID(), sourceAreaIn, in blitColorBufferWithShader()
438 angle::Result BlitGL::blitColorBufferWithShader(const gl::Context *context, in blitColorBufferWithShader() function in rx::BlitGL
DTextureGL.cpp767 ANGLE_TRY(blitter->blitColorBufferWithShader( in copyImage()
848 ANGLE_TRY(blitter->blitColorBufferWithShader( in copySubImage()
DFramebufferGL.cpp824 ANGLE_TRY(blitter->blitColorBufferWithShader(context, sourceFramebuffer, destFramebuffer, in blit()