Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp595 bool Device::validRectangle(const sw::Rect *rect, sw::Surface *surface) in validRectangle() function in es1::Device
/external/swiftshader/src/OpenGL/libGL/
DDevice.cpp747 bool Device::validRectangle(const sw::Rect *rect, Image *surface) in validRectangle() function in gl::Device
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp872 bool Device::validRectangle(const sw::Rect *rect, sw::Surface *surface) in validRectangle() function in es2::Device
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp6374 bool Direct3DDevice9::validRectangle(const RECT *rect, IDirect3DSurface9 *surface) in validRectangle() function in D3D9::Direct3DDevice9