Home
last modified time | relevance | path

Searched refs:getBorder (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp266 inline int getBorder() const;
513 int Surface::getBorder() const in getBorder() function in sw::Surface
DSampler.cpp121 border = surface->getBorder(); in setTextureLevel()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp578 …bool equalSlice = (sourceSliceB == destSliceB) && (source->getBorder() == 0) && (dest->getBorder()… in stretchRect()
DTexture.cpp1222 if(posX->getBorder() == 0) // Non-seamless cube map. in updateBorders()