Searched refs:blitColorBufferWithShader (Results 1 – 4 of 4) sorted by relevance
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
| D | BlitGL.h | 68 angle::Result blitColorBufferWithShader(const gl::Context *context, 76 angle::Result blitColorBufferWithShader(const gl::Context *context, 84 angle::Result blitColorBufferWithShader(const gl::Context *context,
|
| D | BlitGL.cpp | 396 angle::Result BlitGL::blitColorBufferWithShader(const gl::Context *context, in blitColorBufferWithShader() function in rx::BlitGL 416 angle::Result result = blitColorBufferWithShader(context, source, mScratchFBO, sourceAreaIn, in blitColorBufferWithShader() 424 angle::Result BlitGL::blitColorBufferWithShader(const gl::Context *context, in blitColorBufferWithShader() function in rx::BlitGL 433 return blitColorBufferWithShader(context, source, destGL->getFramebufferID(), sourceAreaIn, in blitColorBufferWithShader() 437 angle::Result BlitGL::blitColorBufferWithShader(const gl::Context *context, in blitColorBufferWithShader() function in rx::BlitGL
|
| D | TextureGL.cpp | 720 ANGLE_TRY(blitter->blitColorBufferWithShader( in copyImage() 799 ANGLE_TRY(blitter->blitColorBufferWithShader( in copySubImage()
|
| D | FramebufferGL.cpp | 786 ANGLE_TRY(blitter->blitColorBufferWithShader(context, sourceFramebuffer, destFramebuffer, in blit()
|