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

  /external/deqp/modules/gles3/functional/
es3fFboInvalidateTests.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
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...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]

Completed in 1252 milliseconds