Searched refs:outerTessellationLoc (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp274 const int outerTessellationLoc = gl.getUniformLocation(program.getProgram(), "u_outerTessellationLevel"); local
282 if (outerTessellationLoc == -1)
292 gl.uniform1f(outerTessellationLoc, outerTessellationLevel);

Completed in 50 milliseconds