Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp88 bool validRectangle(const sw::Rect *rect, sw::Surface *surface);
89 bool validRectangle(const sw::RectF *rect, sw::Surface *surface);
DDevice.cpp551 if(!validRectangle(&sRect, source) || !validRectangle(&dRect, dest)) in stretchRect()
857 bool Device::validRectangle(const sw::Rect *rect, sw::Surface *surface) in validRectangle() function in es2::Device
882 bool Device::validRectangle(const sw::RectF *rect, sw::Surface *surface) in validRectangle() function in es2::Device
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.hpp70 bool validRectangle(const sw::Rect *rect, sw::Surface *surface);
DDevice.cpp320 if(!source || !dest || !validRectangle(sourceRect, source) || !validRectangle(destRect, dest)) in stretchRect()
531 bool Device::validRectangle(const sw::Rect *rect, sw::Surface *surface) in validRectangle() function in es1::Device