Searched refs:validRectangle (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.hpp | 88 bool validRectangle(const sw::Rect *rect, sw::Surface *surface); 89 bool validRectangle(const sw::RectF *rect, sw::Surface *surface);
|
D | Device.cpp | 551 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/ |
D | Device.hpp | 70 bool validRectangle(const sw::Rect *rect, sw::Surface *surface);
|
D | Device.cpp | 320 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
|