Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DGLSLTest.cpp8890 constexpr size_t kMatrixCount = 7; in TEST_P() local
8891 constexpr std::pair<uint32_t, uint32_t> kMatrixDims[kMatrixCount] = { in TEST_P()
8894 constexpr bool kMatrixIsColMajor[kMatrixCount] = { in TEST_P()
8898 float dataStd140ColMajor[kMatrixCount * 4 * 4] = {}; in TEST_P()
8899 float dataStd140RowMajor[kMatrixCount * 4 * 4] = {}; in TEST_P()
8900 float dataStd430ColMajor[kMatrixCount * 4 * 4] = {}; in TEST_P()
8901 float dataStd430RowMajor[kMatrixCount * 4 * 4] = {}; in TEST_P()
8902 float dataZeros[kMatrixCount * 4 * 4] = {}; in TEST_P()
8905 FillBuffer(kMatrixDims, kMatrixIsColMajor, kMatrixCount, dataStd140ColMajor, false, false); in TEST_P()
8907 FillBuffer(kMatrixDims, kMatrixIsColMajor, kMatrixCount, dataStd140RowMajor, false, true); in TEST_P()
[all …]
/external/skia/tests/
DMatrixTest.cpp661 const int kMatrixCount = 100; in test_matrix_homogeneous() local
664 const int kMatrixCount = 1000; in test_matrix_homogeneous() local
675 SkMatrix mats[kMatrixCount]; in test_matrix_homogeneous()
676 for (int i = 0; i < kMatrixCount; ++i) { in test_matrix_homogeneous()
703 for (int i = 0; i < kMatrixCount; ++i) { in test_matrix_homogeneous()
761 for (int i = 0; i < kMatrixCount; ++i) { in test_matrix_homogeneous()
/external/skqp/tests/
DMatrixTest.cpp696 const int kMatrixCount = 100; in test_matrix_homogeneous() local
699 const int kMatrixCount = 1000; in test_matrix_homogeneous() local
710 SkMatrix mats[kMatrixCount]; in test_matrix_homogeneous()
711 for (int i = 0; i < kMatrixCount; ++i) { in test_matrix_homogeneous()
738 for (int i = 0; i < kMatrixCount; ++i) { in test_matrix_homogeneous()
796 for (int i = 0; i < kMatrixCount; ++i) { in test_matrix_homogeneous()
/external/skia/gm/
Dcompositor_quads.cpp417 static constexpr int kMatrixCount = 5; variable
437 return SkISize::Make(SkScalarRoundToInt(kCellWidth * kMatrixCount + 175.f), in onISize()
509 fMatrices.push_back_n(kMatrixCount); in configureMatrices()
1024 TextureSetRenderer::MakeBatched(mandrill, kMatrixCount), in make_image_renderers()
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp158 static constexpr size_t kMatrixCount = 9; member in __anon5df10cd10111::CPDF_CalRGB
165 float m_Matrix[kMatrixCount];