Searched defs:kInitData (Results 1 – 4 of 4) sorted by relevance
| /external/angle/src/tests/gl_tests/ |
| D | MemoryBarrierTest.cpp | 772 constexpr std::array<float, 4> kInitData = {12.34, 5.6, 78.91, 123.456}; in vertexAttribArrayBitBufferWriteThenVertexRead() local 829 constexpr std::array<float, 4> kInitData = {2.0, 2.0, 2.0, 2.0}; in vertexAttribArrayBitVertexReadThenBufferWrite() local 924 constexpr std::array<float, 4> kInitData = {12.34, 5.6, 78.91, 123.456}; in elementArrayBitBufferWriteThenIndexRead() local 981 constexpr std::array<uint32_t, 4> kInitData = {0, 1, 2, 3}; in elementArrayBitIndexReadThenBufferWrite() local 1079 constexpr std::array<float, 4> kInitData = {12.34, 5.6, 78.91, 123.456}; in uniformBitBufferWriteThenUBORead() local 1129 constexpr std::array<float, 4> kInitData = {1.5, 3.75, 5.0, 12.125}; in uniformBitUBOReadThenBufferWrite() local 1220 constexpr std::array<float, 4> kInitData = {12.34, 5.6, 78.91, 123.456}; in commandBitBufferWriteThenIndirectRead() local 1279 constexpr std::array<uint32_t, 4> kInitData = {4, 1, 0, 0}; in commandBitIndirectReadThenBufferWrite() local 1344 constexpr std::array<float, 4> kInitData = {1.5, 3.75, 5.0, 12.125}; in pixelBufferBitBufferWriteThenPack() local 1403 constexpr std::array<float, 4> kInitData = {1.5, 3.75, 5.0, 12.125}; in pixelBufferBitBufferWriteThenUnpack() local [all …]
|
| D | MipmapTest.cpp | 818 const std::vector<GLColor> kInitData(width * height, GLColor::blue); in TEST_P() local 850 const std::vector<GLColor> kInitData(width * height, GLColor::blue); in TEST_P() local
|
| D | ComputeShaderTest.cpp | 4378 const std::vector<GLColor> kInitData(kWidth * kHeight * kDepth, GLColor::black); in TEST_P() local 4429 const std::vector<GLColor> kInitData(kWidth * kHeight * kDepth, GLColor::black); in TEST_P() local 4501 constexpr std::array<uint32_t, 4> kInitData = {}; in TEST_P() local
|
| D | RobustResourceInitTest.cpp | 1316 const std::vector<GLColor> kInitData(kTextureSize * kTextureSize, GLColor::blue); in TEST_P() local
|