Searched refs:dataRef7 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 1170 CDataArray dataRef7; in Run() local 1171 DataGen<unsigned int>(dataRef7, dataWidth, dataHeight, 4, 70); in Run() 1174 …glBufferData(GL_DRAW_INDIRECT_BUFFER, (GLsizeiptr)(dataRef7.size() * sizeof(unsigned int)), &dataR… in Run() 1180 result.sub_result(DataCompare(dataRef7, dataWidth, dataHeight, dataTest, dataWidth, dataHeight)); in Run()
|