Searched defs:minZ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatBox.h109 float minZ = std::min(m_z, low.z()); local
117 m_z = minZ;
121 m_depth = maxZ - minZ;
/external/deqp/modules/gles3/functional/
H A Des3fOcclusionQueryTests.cpp119 static void generateVertices (std::vector<float>& dst, float width, float height, int primitiveCount, int verticesPerPrimitive, de::Random rnd, float primitiveSize, float minZ, float maxZ) argument
137 dst[(i+j)*ELEMENTS_PER_VERTEX + 2] = rnd.getFloat(minZ, maxZ); // z

Completed in 1873 milliseconds