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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLDrawBuffers.cpp 88 if (n > m_context->maxDrawBuffers()) {
108 GC3Dint maxDrawBuffers = 0;
110 context->getIntegerv(Extensions3D::MAX_DRAW_BUFFERS_EXT, &maxDrawBuffers);
112 if (maxDrawBuffers < 4 || maxColorAttachments < 4)
139 GC3Dint maxAllowedBuffers = std::min(maxDrawBuffers, maxColorAttachments);
WebGLRenderingContext.cpp     [all...]

Completed in 1170 milliseconds