HomeSort by relevance Sort by last modified time
    Searched refs:colorAttachment (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.cpp 27 for (unsigned int colorAttachment = 0; colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
29 mDrawBufferStates[colorAttachment] = GL_NONE;
37 for (unsigned int colorAttachment = 0; colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
39 mColorbuffers[colorAttachment].set(NULL, GL_NONE, 0, 0);
120 void Framebuffer::setColorbuffer(unsigned int colorAttachment, GLenum type, GLuint colorbuffer, GLint level, GLint layer)
122 ASSERT(colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS)
    [all...]
Framebuffer.h 37 void setColorbuffer(unsigned int colorAttachment, GLenum type, GLuint colorbuffer, GLint level, GLint layer);
45 unsigned int getRenderTargetSerial(unsigned int colorAttachment) const;
49 FramebufferAttachment *getColorbuffer(unsigned int colorAttachment) const;
58 GLenum getColorbufferType(unsigned int colorAttachment) const;
63 GLuint getColorbufferHandle(unsigned int colorAttachment) const;
68 GLenum getColorbufferMipLevel(unsigned int colorAttachment) const;
73 GLenum getColorbufferLayer(unsigned int colorAttachment) const;
78 GLenum getDrawBufferState(unsigned int colorAttachment) const;
79 void setDrawBufferState(unsigned int colorAttachment, GLenum drawBuffer);
81 bool isEnabledColorAttachment(unsigned int colorAttachment) const
    [all...]
validationES.cpp 339 const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0_EXT);
341 if (colorAttachment >= context->getMaximumRenderTargets())
532 for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
534 if (drawFramebuffer->isEnabledColorAttachment(colorAttachment))
536 if (drawFramebuffer->getColorbufferType(colorAttachment) != GL_TEXTURE_2D &&
537 drawFramebuffer->getColorbufferType(colorAttachment) != GL_RENDERBUFFER)
542 if (drawFramebuffer->getColorbuffer(colorAttachment)->getActualFormat() != readColorBuffer->getActualFormat())
    [all...]
libGLESv2.cpp     [all...]
validationES2.cpp 853 const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0);
854 if (colorAttachment >= context->getMaximumRenderTargets())
validationES3.cpp 464 const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0);
465 if (colorAttachment >= context->getMaximumRenderTargets())
Context.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Clear11.cpp 210 for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
212 if (clearParams.clearColor[colorAttachment] && frameBuffer->isEnabledColorAttachment(colorAttachment))
214 gl::FramebufferAttachment *attachment = frameBuffer->getColorbuffer(colorAttachment);
231 "point to floating point values (color attachment %u has internal format 0x%X).", colorAttachment, internalFormat);
Renderer11.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboInvalidateTests.cpp     [all...]

Completed in 129 milliseconds