Searched refs:n_po_id (Results 1 – 4 of 4) sorted by relevance
1656 for (unsigned int n_po_id = 0; n_po_id < n_po_id_ptrs; ++n_po_id) in destroyPOsAndSOs() local1658 glw::GLuint* po_id_ptr = po_id_ptrs[n_po_id]; in destroyPOsAndSOs()
9075 for (unsigned int n_po_id = 0; n_po_id < n_po_ids; ++n_po_id) in initPrograms() local9077 glw::GLuint po_id = po_ids[n_po_id]; in initPrograms()
7066 for (unsigned int n_po_id = 0; n_po_id < n_po_ids; ++n_po_id) in initTest() local7069 glw::GLuint po_id = po_ids[n_po_id]; in initTest()
338 for (unsigned int n_po_id = 0; n_po_id != n_so_po_ids; ++n_po_id) in iterate() local340 gl.getProgramiv(so_po_ids[n_po_id], GL_LINK_STATUS, &link_status); in iterate()345 …stCtx.getLog() << tcu::TestLog::Message << "A valid shader program with id [" << so_po_ids[n_po_id] in iterate()