Home
last modified time | relevance | path

Searched defs:matrixData (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DUniformsPerf.cpp426 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark()
437 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark()
448 auto setFunc = [](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark()
449 size_t uniform, size_t frameIndex) { in drawBenchmark()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformBufferTest.cpp1744 float matrixData[kElementsPerMatrix] = { in TEST_P() local