Home
last modified time | relevance | path

Searched defs:validRectangle (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp836 bool Device::validRectangle(const sw::Rect *rect, sw::Surface *surface) in validRectangle() function in es2::Device
861 bool Device::validRectangle(const sw::RectF *rect, sw::Surface *surface) in validRectangle() function in es2::Device
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp533 bool Device::validRectangle(const sw::Rect *rect, sw::Surface *surface) in validRectangle() function in es1::Device
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp6376 bool Direct3DDevice9::validRectangle(const RECT *rect, IDirect3DSurface9 *surface) in validRectangle() function in D3D9::Direct3DDevice9