Searched refs:dataRef5 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 1136 CDataArray dataRef5; in Run() local 1137 DataGen<unsigned int>(dataRef5, dataWidth, dataHeight, 0, 50); in Run() 1140 …glBufferData(GL_DRAW_INDIRECT_BUFFER, (GLsizeiptr)(dataRef5.size() * sizeof(unsigned int)), &dataR… in Run() 1146 result.sub_result(DataCompare(dataRef5, dataWidth, dataHeight, dataTest, dataWidth, dataHeight)); in Run()
|