Searched refs:texCoordSize (Results 1 – 2 of 2) sorted by relevance
358 final int texCoordSize = in generateHardwareBuffers() local361 gl11.glBufferData(GL11.GL_ARRAY_BUFFER, texCoordSize, in generateHardwareBuffers()
1571 int texCoordSize = DE_LENGTH_OF_ARRAY(texCoordNegX); in computeQuadTexCoordCube() local1586 dst.resize(texCoordSize); in computeQuadTexCoordCube()1587 std::copy(texCoord, texCoord+texCoordSize, dst.begin()); in computeQuadTexCoordCube()