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