Searched refs:dataRef6 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 1148 CDataArray dataRef6; in Run() local 1149 DataGen<unsigned int>(dataRef6, dataWidth, dataHeight, 10, 40); in Run() 1152 …glBufferData(GL_DRAW_INDIRECT_BUFFER, (GLsizeiptr)(dataRef6.size() * sizeof(unsigned int)), &dataR… in Run() 1158 result.sub_result(DataCompare(dataRef6, dataWidth, dataHeight, dataTest, dataWidth, dataHeight)); in Run()
|