Searched refs:evalDynamicDepth (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFragDepthTests.cpp | 432 static float evalDynamicDepth (const Vec2& coord) { return (coord.x()+coord.y())*0.5f; } in evalDynamicDepth() function 488 "dynamic", "Dynamic depth write", evalDynamicDepth, in init() 511 "uniform_conditional_write", "Uniform conditional write", evalDynamicDepth, in init() 558 "write_in_function", "Uniform loop write", evalDynamicDepth, in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcFragDepthTests.cpp | 421 static float evalDynamicDepth(const Vec2& coord) in evalDynamicDepth() function 472 { "dynamic", "Dynamic depth write", evalDynamicDepth, "${VERSION_DECL}\n" in init() 490 { "uniform_conditional_write", "Uniform conditional write", evalDynamicDepth, in init() 530 { "write_in_function", "Uniform loop write", evalDynamicDepth, in init()
|