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

  /external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.cpp 56 bool iior; local
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
63 if (iior) {
90 // iior should only be true if aa/non-aa status matches among all elements.
GrInOrderDrawBuffer.cpp 225 bool iior; local
226 this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior);
227 if (iior) {
    [all...]
  /external/skia/src/gpu/
GrReducedClip.cpp 56 bool iior; local
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
63 if (iior) {
90 // iior should only be true if aa/non-aa status matches among all elements.
GrInOrderDrawBuffer.cpp 225 bool iior; local
226 this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior);
227 if (iior) {
    [all...]

Completed in 304 milliseconds