Home
last modified time | relevance | path

Searched defs:colorAttachment (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DFramebuffer.cpp26 …for (unsigned int colorAttachment = 0; colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAtt… in Framebuffer() local
40 …for (unsigned int colorAttachment = 0; colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAtt… in ~Framebuffer() local
73 void Framebuffer::setColorbuffer(unsigned int colorAttachment, GLenum type, GLuint colorbuffer) in setColorbuffer()
94 …for (unsigned int colorAttachment = 0; colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAtt… in detachTexture() local
118 …for (unsigned int colorAttachment = 0; colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAtt… in detachRenderbuffer() local
220 …for (unsigned int colorAttachment = 0; colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAtt… in getFirstColorbuffer() local
268 void Framebuffer::setDrawBufferState(unsigned int colorAttachment, GLenum drawBuffer) in setDrawBufferState()
280 …for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colo… in hasEnabledColorAttachment() local
308 …for (unsigned int colorAttachment = 1; colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAtt… in usingExtendedDrawBuffers() local
327 …for (unsigned int colorAttachment = 0; colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAtt… in completeness() local
[all …]
DlibGLESv2.cpp2403 const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0_EXT); in glFramebufferRenderbuffer() local
2452 const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0_EXT); in glFramebufferTexture2D() local
2549 const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0_EXT); in glFramebufferTexture2D() local
3241 const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0_EXT); in glGetFramebufferAttachmentParameteriv() local
6992 for (int colorAttachment = 0; colorAttachment < n; colorAttachment++) in glDrawBuffersEXT() local
7004 for (int colorAttachment = 0; colorAttachment < n; colorAttachment++) in glDrawBuffersEXT() local
7009 …for (int colorAttachment = n; colorAttachment < (int)context->getMaximumRenderTargets(); colorAtta… in glDrawBuffersEXT() local
DContext.cpp1269 unsigned int colorAttachment = (pname - GL_DRAW_BUFFER0_EXT); in getIntegerv() local
2878 …for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colo… in blitFramebuffer() local
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer11.cpp871 …for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colo… in applyRenderTarget() local
1564 …for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colo… in clear() local
2939 …for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colo… in blitRect() local