Searched refs:evalNoWrite (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFragDepthTests.cpp | 433 static float evalNoWrite (const Vec2& coord) { return 1.0f - (coord.x()+coord.y())*0.5f; } in evalNoWrite() function 455 "no_write", "No gl_FragDepth write", evalNoWrite, in init() 500 "fragcoord_z", "gl_FragDepth write from gl_FragCoord.z", evalNoWrite, in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcFragDepthTests.cpp | 425 static float evalNoWrite(const Vec2& coord) in evalNoWrite() function 448 { "no_write", "No gl_FragDepth write", evalNoWrite, "${VERSION_DECL}\n" in init() 481 { "fragcoord_z", "gl_FragDepth write from gl_FragCoord.z", evalNoWrite, in init()
|