Searched refs:clearFramebuffer (Results 1 – 9 of 9) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | SurfaceGL.cpp | 50 ANGLE_TRY(blitter->clearFramebuffer(context, framebufferGL)); in initializeContents()
|
D | BlitGL.h | 151 angle::Result clearFramebuffer(const gl::Context *context, FramebufferGL *source);
|
D | BlitGL.cpp | 990 angle::Result BlitGL::clearFramebuffer(const gl::Context *context, FramebufferGL *source) in clearFramebuffer() function in rx::BlitGL
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 103 ANGLE_TRY(clearer->clearFramebuffer(context, presentPathFastClearParams, mState)); in clearImpl() 107 ANGLE_TRY(clearer->clearFramebuffer(context, clearParams, mState)); in clearImpl()
|
D | Clear11.h | 42 angle::Result clearFramebuffer(const gl::Context *context,
|
D | Clear11.cpp | 367 angle::Result Clear11::clearFramebuffer(const gl::Context *context, in clearFramebuffer() function in rx::Clear11
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.h | 191 angle::Result clearFramebuffer(ContextVk *contextVk,
|
D | FramebufferVk.cpp | 1457 ANGLE_TRY(contextVk->getUtils().clearFramebuffer(contextVk, this, params)); in clearWithDraw() 1467 ANGLE_TRY(contextVk->getUtils().clearFramebuffer(contextVk, this, params)); in clearWithDraw()
|
D | UtilsVk.cpp | 1204 angle::Result UtilsVk::clearFramebuffer(ContextVk *contextVk, in clearFramebuffer() function in rx::UtilsVk
|