Home
last modified time | relevance | path

Searched refs:evalNoWrite (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp433 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/
DglcFragDepthTests.cpp425 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()