Lines Matching refs:GL_INT
124 glVertexAttribIPointer(mIntAttribLocation, 1, GL_INT, 0, vertexData); in TEST_P()
129 glReadPixels(0, 0, 1, 1, GL_RED_INTEGER, GL_INT, &pixelValue); in TEST_P()
154 glVertexAttribIPointer(mIntAttribLocation, 1, GL_INT, 0, vertexData); in TEST_P()
163 glReadPixels(0, 0, 1, 1, GL_RED_INTEGER, GL_INT, &pixelValue); in TEST_P()
189 glVertexAttribIPointer(mIntAttribLocation, 1, GL_INT, 0, vertexData); in TEST_P()
199 glReadPixels(0, 0, 1, 1, GL_RED_INTEGER, GL_INT, &pixelValue); in TEST_P()
212 glVertexAttribIPointer(mIntAttribLocation, 1, GL_INT, 0, vertexData); in TEST_P()
222 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RED_INTEGER, GL_INT, in TEST_P()
259 glVertexAttribIPointer(mIntAttribLocation, 1, GL_INT, 0, vertexData); in TEST_P()
271 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RED_INTEGER, GL_INT, in TEST_P()
311 glVertexAttribIPointer(mIntAttribLocation, 1, GL_INT, 0, vertexData); in TEST_P()
326 glReadPixels(0, 0, 1, 1, GL_RED_INTEGER, GL_INT, &pixelValue); in TEST_P()