HomeSort by relevance Sort by last modified time
    Searched refs:evalConstDepth (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcFragDepthTests.cpp 416 static float evalConstDepth(const Vec2& coord)
455 { "const", "Const depth write", evalConstDepth, "${VERSION_DECL}\n"
463 { "uniform", "Uniform depth write", evalConstDepth, "${VERSION_DECL}\n"
517 { "uniform_loop_write", "Uniform loop write", evalConstDepth, "${VERSION_DECL}\n"
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 431 static float evalConstDepth (const Vec2& coord) { DE_UNREF(coord); return 0.5f; }
465 "const", "Const depth write", evalConstDepth,
476 "uniform", "Uniform depth write", evalConstDepth,
542 "uniform_loop_write", "Uniform loop write", evalConstDepth,

Completed in 927 milliseconds