Lines Matching defs:size
942 const tcu::IVec2 size = tcu::IVec2((int)((float)(DE_LENGTH_OF_ARRAY(colorValues) - ndx) * ((float)reference.getWidth() / float(DE_LENGTH_OF_ARRAY(colorValues)))),
945 if (size.x() == 0 || size.y() == 0)
947 GLU_CHECK_GLW_CALL(gl, scissor(0, 0, size.x(), size.y()));
954 tcu::clear(tcu::getSubregion(reference.getLevel(0), 0, 0, size.x(), size.y()), tcu::Vec4(tmp[0]/(255.0f), tmp[1]/(255.0f), tmp[2]/(255.0f), tmp[3]/(255.0f)));
1609 for (int operationNdx = 0; operationNdx < (int)m_spec.operations.size(); operationNdx++)
1662 for (int contextNdx = 0; contextNdx < (int)m_spec.contexts.size(); contextNdx++)
1700 for (int contexNdx = 0 ; contexNdx < (int)m_apiContexts.size(); contexNdx++)
1727 if (isOk && m_curIter < (int)m_spec.operations.size())
1749 int size (void) const { return m_numActions; }
2026 for (int createNdx = 0; createNdx < m_createActions.size(); createNdx++)
2030 for (int renderNdx = 0; renderNdx < m_renderActions.size(); renderNdx++)
2230 for (int createNdx = 0; createNdx < m_createActions.size(); createNdx++)
2231 for (int renderNdx = 0; renderNdx < m_renderActions.size(); renderNdx++)
2232 for (int clearNdx = 0; clearNdx < m_clearActions.size(); clearNdx++)
2316 for (int createNdx = 0; createNdx < m_createActions.size(); createNdx++)
2320 for (int modifyNdx = 0; modifyNdx < m_modifyActions.size(); modifyNdx++)