Lines Matching defs:size
94 positions.resize(rects.size()*4);
95 indices.resize(rects.size()*6);
97 for (int rectNdx = 0; rectNdx < (int)rects.size(); rectNdx++)
157 const glu::VertexArrayBinding posBinding = glu::va::Float("a_position", 2, (int)positions.size(), 0, positions[0].getPtr());
158 glu::draw(renderCtx, program.getProgram(), 1, &posBinding, glu::pr::Triangles((int)indices.size(), &indices[0]));
671 const int size = 64;
678 tcu::TextureCube texData (glu::mapGLInternalFormat(m_format), size);
695 gl.texStorage2D(GL_TEXTURE_CUBE_MAP, 1, m_format, size, size);
715 tcu::TextureCube redTex (TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT8), size);