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.cpp3536 std::vector<glw::GLfloat> ref_InstanceId(4); in Run() local
3537 for (size_t i = 0; i < ref_InstanceId.size(); i++) in Run()
3539 ref_InstanceId[i] = glw::GLfloat(i); in Run()
3554 ref_InstanceId.size() * sizeof(ref_InstanceId[0])), in Run()
3569 (GLsizeiptr)(ref_InstanceId.size() * sizeof(ref_InstanceId[0])), &ref_InstanceId[0]); in Run()