Home
last modified time | relevance | path

Searched defs:uboData (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DUniformBufferTest.cpp822 std::vector<float> uboData; in TEST_P() local
1169 constexpr GLfloat uboData[4] = {0.0, 0.25, 0.0, 0.25}; in TEST_P() local
1989 std::vector<GLfloat> uboData; in TEST_P() local
H A DGLSLTest.cpp4911 std::unique_ptr<char[]> uboData(new char[uboDataSize]); in TEST_P() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp5031 std::vector<GLuint> uboData; in Run() local