Home
last modified time | relevance | path

Searched defs:hasQuadLayout (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp574 …bool hasQuadLayout = Surface::hasQuadLayout(source->getInternalFormat()) || Surface::hasQuadLayout… in stretchRect() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.cpp2592 bool Surface::hasQuadLayout(Format format) in hasQuadLayout() function in sw::Surface