Home
last modified time | relevance | path

Searched refs:getFirstColorAttachment (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h75 const FramebufferAttachment *getFirstColorAttachment() const;
248 const FramebufferAttachment *getFirstColorAttachment() const;
DFramebuffer.cpp494 auto *colorAttachment = getFirstColorAttachment(); in getFirstNonNullAttachment()
502 const FramebufferAttachment *FramebufferState::getFirstColorAttachment() const in getFirstColorAttachment() function in gl::FramebufferState
1022 const FramebufferAttachment *Framebuffer::getFirstColorAttachment() const in getFirstColorAttachment() function in gl::Framebuffer
1024 return mState.getFirstColorAttachment(); in getFirstColorAttachment()
DState.cpp2839 const FramebufferAttachment *colorbuffer = framebuffer->getFirstColorAttachment(); in getIntegerv()
DvalidationES2.cpp2443 drawFramebuffer->getFirstColorAttachment(); in ValidateBlitFramebufferANGLE()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp91 const gl::FramebufferAttachment *colorAttachment = mState.getFirstColorAttachment(); in clearImpl()
DClear11.cpp409 const gl::FramebufferAttachment *colorAttachment = fboData.getFirstColorAttachment(); in clearFramebuffer()
DStateManager11.cpp859 const auto *firstColorAttachment = framebuffer->getFirstColorAttachment(); in checkPresentPath()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp779 const auto *attachment = framebuffer->getFirstColorAttachment(); in setColorMask()
DRenderer9.cpp1115 const gl::FramebufferAttachment *firstColorAttachment = framebuffer->getFirstColorAttachment(); in updateState()
1154 drawFramebuffer->getFirstColorAttachment(); in setBlendDepthRasterStates()