Home
last modified time | relevance | path

Searched refs:getDrawBuffer (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.h49 GLenum getDrawBuffer(GLuint index) const;
DFramebuffer.cpp124 GLenum Framebuffer::getDrawBuffer(GLuint index) const in getDrawBuffer() function in es2::Framebuffer
DContext.cpp2217 *params = framebuffer ? framebuffer->getDrawBuffer(pname - GL_DRAW_BUFFER0) : GL_NONE; in getIntegerv()
2785 if(framebuffer->getDrawBuffer(i) != GL_NONE) in applyRenderTarget()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h100 const FramebufferAttachment *getDrawBuffer(size_t drawBufferIdx) const;
269 const FramebufferAttachment *getDrawBuffer(size_t drawBuffer) const;
DFramebuffer.cpp655 const FramebufferAttachment *FramebufferState::getDrawBuffer(size_t drawBufferIdx) const in getDrawBuffer() function in gl::FramebufferState
1077 const FramebufferAttachment *Framebuffer::getDrawBuffer(size_t drawBuffer) const in getDrawBuffer() function in gl::Framebuffer
1079 return mState.getDrawBuffer(drawBuffer); in getDrawBuffer()
1084 const FramebufferAttachment *attachment = mState.getDrawBuffer(drawBuffer); in getDrawbufferWriteType()
1117 if (getDrawBuffer(drawbufferIdx) != nullptr) in hasEnabledDrawBuffer()
1169 if (getDrawBuffer(drawbufferIdx) != nullptr) in usingExtendedDrawBuffers()
DvalidationES.cpp1575 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferParameters()
6376 context->getState().getDrawFramebuffer()->getDrawBuffer(drawbuffer); in ValidateWebGLFramebufferAttachmentClearType()
DvalidationES2.cpp2463 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferANGLE()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp799 const FramebufferAttachment *attachment = destFramebuffer->getDrawBuffer(i); in blit()