Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.h426 angle::Result ensureClearBufferAttachmentsInitialized(const Context *context,
DFramebuffer.cpp2302 angle::Result Framebuffer::ensureClearBufferAttachmentsInitialized(const Context *context, in ensureClearBufferAttachmentsInitialized() function in gl::Framebuffer
DContext.cpp4027 ANGLE_TRY(mState.getDrawFramebuffer()->ensureClearBufferAttachmentsInitialized(this, buffer, in prepareForClearBuffer()