Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Renderer.h308 std::array<Vec4Uniform, kClipPlaneCount> clipPlanes;
DGLES1Renderer.cpp411 i, reinterpret_cast<float *>(uniformBuffers.clipPlanes.data() + i)); in prepareForDraw()
415 reinterpret_cast<float *>(uniformBuffers.clipPlanes.data())); in prepareForDraw()
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h1523 float clipPlanes[SVGA3D_NUM_CLIPPLANES][4]; member