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

  /external/swiftshader/src/OpenGL/libGLESv2/
Device.cpp 559 bool hasQuadLayout = Surface::hasQuadLayout(source->getInternalFormat()) || Surface::hasQuadLayout(dest->getInternalFormat());
583 else if(isDepth && !scaling && !isOutOfBounds && equalFormats && !hasQuadLayout)
593 else if((flags & Device::COLOR_BUFFER) && !scaling && !isOutOfBounds && equalFormats && !hasQuadLayout)
  /external/swiftshader/src/Renderer/
Surface.cpp     [all...]

Completed in 90 milliseconds