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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.cpp 76 for (unsigned int colorAttachment = 0; colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
78 mColorbuffers[colorAttachment] = NULL;
79 mDrawBufferStates[colorAttachment] = GL_NONE;
86 for (unsigned int colorAttachment = 0; colorAttachment < IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
88 SafeDelete(mColorbuffers[colorAttachment]);
174 void Framebuffer::setColorbuffer(unsigned int colorAttachment, GLenum type, GLuint colorbuffer, GLint level, GLint layer
    [all...]
Framebuffer.h 44 void setColorbuffer(unsigned int colorAttachment, GLenum type, GLuint colorbuffer, GLint level, GLint layer);
52 FramebufferAttachment *getColorbuffer(unsigned int colorAttachment) const;
63 GLenum getDrawBufferState(unsigned int colorAttachment) const;
64 void setDrawBufferState(unsigned int colorAttachment, GLenum drawBuffer);
66 bool isEnabledColorAttachment(unsigned int colorAttachment) const;
validationES.cpp 255 const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0_EXT);
257 if (colorAttachment >= context->getCaps().maxColorAttachments)
584 for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
586 if (drawFramebuffer->isEnabledColorAttachment(colorAttachment))
588 FramebufferAttachment *attachment = drawFramebuffer->getColorbuffer(colorAttachment);
    [all...]
libGLESv2.cpp     [all...]
State.cpp     [all...]
ProgramBinary.cpp 239 for (size_t colorAttachment = 0; colorAttachment < colorbuffers.size(); ++colorAttachment)
241 const gl::FramebufferAttachment *colorbuffer = colorbuffers[colorAttachment];
    [all...]
  /external/chromium_org/third_party/angle/tests/angle_tests/
DrawBuffersTest.cpp 178 for (unsigned int colorAttachment = 0; colorAttachment < 8; colorAttachment++)
180 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + colorAttachment, GL_TEXTURE_2D, 0, 0);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Clear11.cpp 207 for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
209 if (clearParams.clearColor[colorAttachment] && frameBuffer->isEnabledColorAttachment(colorAttachment))
211 gl::FramebufferAttachment *attachment = frameBuffer->getColorbuffer(colorAttachment);
226 "point to floating point values (color attachment %u has internal format 0x%X).", colorAttachment,
246 bool clearColor = clearParams.clearColor[colorAttachment];
RenderStateCache.cpp 96 for (size_t colorAttachment = 0; colorAttachment < colorbuffers.size(); ++colorAttachment)
98 const gl::FramebufferAttachment *attachment = colorbuffers[colorAttachment];
100 auto rtChannels = key.rtChannels[colorAttachment];
104 if (colorAttachment > 0)
Renderer11.cpp 812 for (size_t colorAttachment = 0; colorAttachment < colorbuffers.size(); ++colorAttachment)
814 gl::FramebufferAttachment *colorbuffer = colorbuffers[colorAttachment];
828 renderTargetSerials[colorAttachment] = GetAttachmentSerial(colorbuffer);
838 framebufferRTVs[colorAttachment] = renderTarget->getRenderTargetView();
839 if (!framebufferRTVs[colorAttachment])
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboInvalidateTests.cpp     [all...]

Completed in 242 milliseconds