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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLDrawBuffers.cpp 106 GLint maxColorAttachments = 0;
108 context->getIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &maxColorAttachments);
109 if (maxDrawBuffers < 4 || maxColorAttachments < 4)
136 GLint maxAllowedBuffers = std::min(maxDrawBuffers, maxColorAttachments);
WebGLFramebuffer.cpp 387 && attachment < static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + context()->maxColorAttachments()))) {
WebGLRenderingContextBase.h     [all...]
WebGLRenderingContextBase.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Caps.h 221 GLuint maxColorAttachments;
Caps.cpp 378 maxColorAttachments(0),
validationES.cpp 257 if (colorAttachment >= context->getCaps().maxColorAttachments)
    [all...]
validationES3.cpp     [all...]
Context.cpp 903 case GL_MAX_COLOR_ATTACHMENTS_EXT: *params = mCaps.maxColorAttachments; break;
    [all...]
libGLESv2.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeBufferApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
renderer9_utils.cpp 361 caps->maxColorAttachments = 1;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
renderer11_utils.cpp 892 caps->maxColorAttachments = GetMaximumSimultaneousRenderTargets(featureLevel);
    [all...]

Completed in 729 milliseconds