Home
last modified time | relevance | path

Searched defs:inputData (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DVertexAttributeTest.cpp181 const void *inputData; member
399 static void InitTestData(std::array<GLfloat, kVertexCount> &inputData, in InitTestData()
418 std::array<GLubyte, kVertexCount> inputData = { in TEST_P() local
433 std::array<GLubyte, kVertexCount> inputData = { in TEST_P() local
448 std::array<GLbyte, kVertexCount> inputData = { in TEST_P() local
462 std::array<GLbyte, kVertexCount> inputData = { in TEST_P() local
476 std::array<GLushort, kVertexCount> inputData = { in TEST_P() local
491 std::array<GLushort, kVertexCount> inputData = { in TEST_P() local
506 std::array<GLshort, kVertexCount> inputData = { in TEST_P() local
520 std::array<GLshort, kVertexCount> inputData = { in TEST_P() local
[all …]
DComputeShaderTest.cpp37 const std::array<T, kWidth * kHeight> &inputData, in runSharedMemoryTest()
1909 const std::array<GLuint, 4> inputData = {{250, 200, 150, 100}}; in TEST_P() local
1933 const std::array<GLuint, 4> inputData = {{250, 200, 150, 100}}; in TEST_P() local
1961 const std::array<GLuint, 4> inputData = {{250, 200, 150, 100}}; in TEST_P() local
2027 const std::array<GLuint, 8> inputData = {{1, 2, 4, 8, 16, 32, 64, 128}}; in TEST_P() local
2077 const std::array<GLint, 9> inputData = {{1, 2, 4, 8, 16, 32, 64, 128, 1}}; in TEST_P() local
2739 const std::array<GLuint, 16> inputData = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}}; in TEST_P() local
DGLSLTest.cpp7867 unsigned int inputData = 89u; in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dmathutil.cpp72 const RGB9E5Data *inputData = reinterpret_cast<const RGB9E5Data *>(&input); in convert999E5toRGBFloats() local