Lines Matching defs:count
903 glw::GLsizei const count;
932 gl.shaderSource(shader[i].id, shader[i].count, shader[i].source, NULL);
2083 glw::GLsizei const count;
2110 gl.shaderSource(shader[i].id, shader[i].count, shader[i].source, NULL);
3494 glw::GLsizei const count;
3523 gl.shaderSource(shader[i].id, shader[i].count, shader[i].source, NULL);
5431 * @param [in] count Count of the data.
5436 std::string CompressedSubImageTest::DataToString(glw::GLuint count, const glw::GLubyte data[])
5440 for (glw::GLuint i = 0; i < count; ++i)
5448 if (i + 1 < count)
6064 * @param [in] count Count of the data.
6069 std::string CopyTest::DataToString(glw::GLuint count, const glw::GLubyte data[])
6073 for (glw::GLuint i = 0; i < count; ++i)
6081 if (i + 1 < count)
7853 * @param [in] count Count of the data.
7858 std::string BindUnitTest::DataToString(glw::GLuint count, const glw::GLubyte data[])
7862 for (glw::GLuint i = 0; i < count; ++i)
7870 if (i + 1 < count)
8140 * @param [in] count Count of the data.
8145 std::string GetImageTest::DataToString(glw::GLuint count, const glw::GLubyte data[])
8149 for (glw::GLuint i = 0; i < count; ++i)
8157 if (i + 1 < count)