Home
last modified time | relevance | path

Searched refs:stretchCube (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp75 bool stretchCube(sw::Surface *sourceSurface, sw::Surface *destSurface);
DDevice.cpp652 bool Device::stretchCube(sw::Surface *source, sw::Surface *dest) in stretchCube() function in es2::Device
DTexture.cpp1863 getDevice()->stretchCube(image[i - 1], image[i]); in generateMipmaps()