OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actualZNear
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer11.cpp
768
float
actualZNear
= gl::clamp01(zNear);
776
actualZNear
= 0.0f;
791
dxViewport.MinDepth =
actualZNear
;
800
actualZNear
!= mCurNear || actualZFar != mCurFar;
807
mCurNear =
actualZNear
;
815
mPixelConstants.depthFront[0] = (actualZFar -
actualZNear
) * 0.5f;
816
mPixelConstants.depthFront[1] = (
actualZNear
+ actualZFar) * 0.5f;
818
mVertexConstants.depthRange[0] =
actualZNear
;
820
mVertexConstants.depthRange[2] = actualZFar -
actualZNear
;
822
mPixelConstants.depthRange[0] =
actualZNear
;
[
all
...]
Renderer9.cpp
[
all
...]
Completed in 24 milliseconds