Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp3546 std::vector<glw::GLfloat> ref_InstanceId(4); in Run() local
3547 for (size_t i = 0; i < ref_InstanceId.size(); i++) in Run()
3549 ref_InstanceId[i] = glw::GLfloat(i); in Run()
3564 ref_InstanceId.size() * sizeof(ref_InstanceId[0])), in Run()
3579 (GLsizeiptr)(ref_InstanceId.size() * sizeof(ref_InstanceId[0])), &ref_InstanceId[0]); in Run()