Home
last modified time | relevance | path

Searched refs:kMatrixCount (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGLSLTest.cpp9705 constexpr size_t kMatrixCount = 7;
9706 constexpr std::pair<uint32_t, uint32_t> kMatrixDims[kMatrixCount] = {
9709 constexpr bool kMatrixIsColMajor[kMatrixCount] = {
9713 float dataStd140ColMajor[kMatrixCount * 4 * 4] = {};
9714 float dataStd140RowMajor[kMatrixCount * 4 * 4] = {};
9715 float dataStd430ColMajor[kMatrixCount * 4 * 4] = {};
9716 float dataStd430RowMajor[kMatrixCount * 4 * 4] = {};
9717 float dataZeros[kMatrixCount * 4 * 4] = {};
9720 FillBuffer(kMatrixDims, kMatrixIsColMajor, kMatrixCount, dataStd140ColMajor, false, false);
9722 FillBuffer(kMatrixDims, kMatrixIsColMajor, kMatrixCount, dataStd140RowMajo
[all...]
/third_party/skia/gm/
H A Dcompositor_quads.cpp416 static constexpr int kMatrixCount = 5; variable
436 return SkISize::Make(SkScalarRoundToInt(kCellWidth * kMatrixCount + 175.f),
508 fMatrices.push_back_n(kMatrixCount); in configureMatrices()
1023 TextureSetRenderer::MakeBatched(mandrill, kMatrixCount), in make_image_renderers()
/third_party/skia/tests/
H A DMatrixTest.cpp660 const int kMatrixCount = 100; in test_matrix_homogeneous() local
663 const int kMatrixCount = 1000; in test_matrix_homogeneous() local
674 SkMatrix mats[kMatrixCount]; in test_matrix_homogeneous()
675 for (int i = 0; i < kMatrixCount; ++i) { in test_matrix_homogeneous()
702 for (int i = 0; i < kMatrixCount; ++i) { in test_matrix_homogeneous()
760 for (int i = 0; i < kMatrixCount; ++i) { in test_matrix_homogeneous()

Completed in 14 milliseconds