Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMisc.cpp248 static void SetVertex(VERTTYPE** Vertices, int index, VERTTYPE x, VERTTYPE y, VERTTYPE z) in SetVertex() function
294 SetVertex(Vertices, 0, -unit, +unit, -unit); in PVRTCreateSkybox()
295 SetVertex(Vertices, 1, +unit, +unit, -unit); in PVRTCreateSkybox()
296 SetVertex(Vertices, 2, -unit, -unit, -unit); in PVRTCreateSkybox()
297 SetVertex(Vertices, 3, +unit, -unit, -unit); in PVRTCreateSkybox()
304 SetVertex(Vertices, 4, +unit, +unit, -unit); in PVRTCreateSkybox()
305 SetVertex(Vertices, 5, +unit, +unit, +unit); in PVRTCreateSkybox()
306 SetVertex(Vertices, 6, +unit, -unit, -unit); in PVRTCreateSkybox()
307 SetVertex(Vertices, 7, +unit, -unit, +unit); in PVRTCreateSkybox()
314 SetVertex(Vertices, 8 , +unit, +unit, +unit); in PVRTCreateSkybox()
[all …]