Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.hpp68 bool bindViewport(); // Also adjusts for scissoring
DDevice.cpp455 if(!bindViewport()) in bindResources()
463 bool Device::bindViewport() in bindViewport() function in es1::Device
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp86 bool bindViewport(); // Also adjusts for scissoring
DDevice.cpp710 if(!bindViewport()) in bindResources()
763 bool Device::bindViewport() in bindViewport() function in es2::Device
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp165 bool bindViewport();
DDirect3DDevice8.cpp4338 if(!bindViewport()) in bindData()
4676 bool Direct3DDevice8::bindViewport() in bindViewport() function in D3D8::Direct3DDevice8
/external/swiftshader/src/D3D9/
DDirect3DDevice9.hpp198 bool bindViewport(); // Also adjusts for scissoring
DDirect3DDevice9.cpp5701 if(!bindViewport()) in bindResources()
5991 bool Direct3DDevice9::bindViewport() in bindViewport() function in D3D9::Direct3DDevice9