D | es3pDepthTests.cpp | 151 vector<float> getFullscreenQuadWithGradient (float depth0, float depth1) in getFullscreenQuadWithGradient() argument 157 -1.0f, -1.0f, depth1, 2.0f, in getFullscreenQuadWithGradient() 158 -1.0f, -1.0f, depth1, 0.0f, in getFullscreenQuadWithGradient() 159 -1.0f, +1.0f, depth1, 1.0f, in getFullscreenQuadWithGradient() 497 inline ObjectData fastQuadWithGradient (float depth0, float depth1) in fastQuadWithGradient() argument 499 return ObjectData(getBaseShader(), getFullscreenQuadWithGradient(depth0, depth1)); in fastQuadWithGradient()
|