OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actualZFar
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer11.cpp
769
float
actualZFar
= gl::clamp01(zFar);
777
actualZFar
= 1.0f;
792
dxViewport.MaxDepth =
actualZFar
;
800
actualZNear != mCurNear ||
actualZFar
!= mCurFar;
808
mCurFar =
actualZFar
;
815
mPixelConstants.depthFront[0] = (
actualZFar
- actualZNear) * 0.5f;
816
mPixelConstants.depthFront[1] = (actualZNear +
actualZFar
) * 0.5f;
819
mVertexConstants.depthRange[1] =
actualZFar
;
820
mVertexConstants.depthRange[2] =
actualZFar
- actualZNear;
823
mPixelConstants.depthRange[1] =
actualZFar
;
[
all
...]
Renderer9.cpp
[
all
...]
Completed in 47 milliseconds