Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DDispatchComputePerf.cpp121 std::vector<GLfloat> textureOutputData(textureDataSize, 0.1f); in initTextures() local
136 GL_FLOAT, textureOutputData.data()); in initTextures()