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

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

Completed in 4062 milliseconds