Home
last modified time | relevance | path

Searched defs:Vector3 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dvector_utils.h23 using Vector3 = Vector<3, float>; variable
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3720 export type Vector3 = number[]; alias
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureTest.cpp678 void ppoDrawQuad(std::array<Vector3, 6> &quadVertices, in ppoDrawQuad()