• Home
  • Raw
  • Download

Lines Matching refs:kInputValues

1186     constexpr GLuint kInputValues[3][1] = {{50}, {100}, {20}};  in TEST_P()  local
1191 kInputValues[0]); in TEST_P()
1195 kInputValues[2]); in TEST_P()
1205 kInputValues[1]); in TEST_P()
1252 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1257 kInputValues[0]); in TEST_P()
1263 kInputValues[1]); in TEST_P()
1312 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1317 kInputValues[0]); in TEST_P()
1324 kInputValues[1]); in TEST_P()
1373 constexpr GLuint kInputValues[2][2] = {{200, 200}, {100, 100}}; in TEST_P() local
1378 GL_UNSIGNED_INT, kInputValues[0]); in TEST_P()
1384 GL_UNSIGNED_INT, kInputValues[1]); in TEST_P()
1441 constexpr GLuint kInputValues[2][2] = {{200, 200}, {100, 100}}; in TEST_P() local
1446 GL_UNSIGNED_INT, kInputValues[0]); in TEST_P()
1453 GL_UNSIGNED_INT, kInputValues[1]); in TEST_P()
1510 constexpr GLuint kInputValues[2][2] = {{200, 200}, {100, 100}}; in TEST_P() local
1515 GL_UNSIGNED_INT, kInputValues[0]); in TEST_P()
1521 GL_UNSIGNED_INT, kInputValues[1]); in TEST_P()
1580 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1588 kInputValues[0]); in TEST_P()
1598 kInputValues[1]); in TEST_P()
1653 constexpr GLuint kInputValues[2][2] = {{200, 150}, {100, 50}}; in TEST_P() local
1661 GL_UNSIGNED_INT, kInputValues[0]); in TEST_P()
1667 GL_UNSIGNED_INT, kInputValues[1]); in TEST_P()
1724 constexpr GLuint kInputValues[2][2] = {{200, 150}, {100, 50}}; in TEST_P() local
1732 GL_UNSIGNED_INT, kInputValues[0]); in TEST_P()
1738 GL_UNSIGNED_INT, kInputValues[1]); in TEST_P()
1795 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1806 kInputValues[0]); in TEST_P()
1816 kInputValues[1]); in TEST_P()
2574 constexpr GLuint kInputValues[4] = {56, 57, 58, 59}; in TEST_P() local
2579 kInputValues); in TEST_P()
2632 constexpr GLuint kInputValues[3][1] = {{300}, {200}, {100}}; in TEST_P() local
2636 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RED_INTEGER, GL_UNSIGNED_INT, kInputValues[0]); in TEST_P()
2641 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RED_INTEGER, GL_UNSIGNED_INT, kInputValues[1]); in TEST_P()
2646 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RED_INTEGER, GL_UNSIGNED_INT, kInputValues[2]); in TEST_P()
2692 constexpr GLuint kInputValues[3][1] = {{300}, {200}, {100}}; in TEST_P() local
2696 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RED_INTEGER, GL_UNSIGNED_INT, kInputValues[0]); in TEST_P()
2701 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RED_INTEGER, GL_UNSIGNED_INT, kInputValues[1]); in TEST_P()
2706 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RED_INTEGER, GL_UNSIGNED_INT, kInputValues[2]); in TEST_P()
3124 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
3129 kInputValues[0]); in TEST_P()
3135 kInputValues[1]); in TEST_P()
3284 constexpr GLuint kInputValues[] = {0, 0, 0, 0}; in TEST_P() local
3293 kInputValues); in TEST_P()
3490 constexpr GLfloat kInputValues[4] = {1.0, 0.0, 0.0, 1.0}; in TEST_P() local
3496 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGBA, GL_FLOAT, kInputValues); in TEST_P()
3592 constexpr GLfloat kInputValues[4] = {1.0, 0.0, 0.0, 1.0}; in TEST_P() local
3596 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGBA, GL_FLOAT, kInputValues); in TEST_P()
3666 constexpr GLfloat kInputValues[4] = {1.0, 0.0, 0.0, 1.0}; in TEST_P() local
3670 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGBA, GL_FLOAT, kInputValues); in TEST_P()
3746 constexpr GLfloat kInputValues[4] = {1.0, 0.0, 0.0, 1.0}; in TEST_P() local
3750 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGBA, GL_FLOAT, kInputValues); in TEST_P()