Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp846 bool hasDepthFunc = de::inBounds(depthFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs)); in init() local
853 if (hasDepthFunc) in init()
858 params.depthFunc = hasDepthFunc ? compareFuncs[depthFunc].func : 0; in init()
859 params.depthTestEnabled = hasDepthFunc; in init()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp846 bool hasDepthFunc = de::inBounds(depthFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs)); in init() local
853 if (hasDepthFunc) in init()
858 params.depthFunc = hasDepthFunc ? compareFuncs[depthFunc].func : 0; in init()
859 params.depthTestEnabled = hasDepthFunc; in init()