Home
last modified time | relevance | path

Searched refs:bindViewport (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.hpp67 bool bindViewport(); // Also adjusts for scissoring
DDevice.cpp504 if(!bindViewport()) in bindResources()
512 bool Device::bindViewport() in bindViewport() function in es1::Device
/external/swiftshader/src/OpenGL/libGL/
DDevice.hpp79 bool bindViewport(); // Also adjusts for scissoring
DDevice.cpp619 if(!bindViewport()) in bindResources()
672 bool Device::bindViewport() in bindViewport() function in gl::Device
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp73 bool bindViewport(); // Also adjusts for scissoring
DDevice.cpp725 if(!bindViewport()) in bindResources()
778 bool Device::bindViewport() in bindViewport() function in es2::Device
/external/swiftshader/src/D3D9/
DDirect3DDevice9.hpp198 bool bindViewport(); // Also adjusts for scissoring
DDirect3DDevice9.cpp5700 if(!bindViewport()) in bindResources()
5989 bool Direct3DDevice9::bindViewport() in bindViewport() function in D3D9::Direct3DDevice9