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()
1105 int texCoordSize = DE_LENGTH_OF_ARRAY(texCoordNegX); in computeQuadTexCoordCube() local1120 dst.resize(texCoordSize); in computeQuadTexCoordCube()1121 std::copy(texCoord, texCoord+texCoordSize, dst.begin()); in computeQuadTexCoordCube()