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

  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 744 const int quadWidth = 32;
747 if (width < quadWidth)
750 const int maxQuadsX = width/quadWidth;
754 const int viewportW = de::min(numQuads, maxQuadsX)*quadWidth;
827 const float w = 2.0f * float(quadWidth)/float(viewportW);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtils.js 370 WebInspector.TimelineUIUtils.quadWidth = function(quad)

Completed in 237 milliseconds