HomeSort by relevance Sort by last modified time
    Searched defs:n_rows (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttrib64BitTest.cpp 1609 const GLint n_rows = configuration.m_n_rows[i]; local
1620 const GLint n_rows = configuration.m_n_rows[n_type]; local
1663 const GLint n_rows = configuration.m_n_rows[n_type]; local
2052 static const GLint n_rows[] = { local
2072 static const GLint n_rows[] = { local
2092 static const GLint n_rows[] = { 2 }; local
2110 static const GLint n_rows[] = { 2, 2 }; local
2128 static const GLint n_rows[] = { 3, 4 }; local
2146 static const GLint n_rows[] = { 3, 4 }; local
2164 static const GLint n_rows[] = { 3, 4 }; local
    [all...]
gl4cShadingLanguage420PackTests.cpp 631 * @param n_rows Number of rows
635 const glw::GLchar* Utils::getTypeName(TYPES type, glw::GLuint n_columns, glw::GLuint n_rows)
657 if ((1 > n_columns) || (1 > n_rows) || (4 < n_columns) || (4 < n_rows))
665 result = float_lut[n_columns - 1][n_rows - 1];
668 result = double_lut[n_columns - 1][n_rows - 1];
671 result = int_lut[n_rows - 1];
674 result = uint_lut[n_rows - 1];
686 * @param n_rows Number of rows
690 Utils::uniformNdv Utils::getUniformNdv(const glw::Functions& gl, glw::GLuint n_rows)
4914 GLuint n_rows = m_current_test_case_index + 1; local
    [all...]
gl4cGPUShaderFP64Tests.cpp 508 Utils::_variable_type Utils::getDoubleVariableType(glw::GLuint n_columns, glw::GLuint n_rows)
519 type = types[n_columns - 1][n_rows - 1];
759 Utils::_variable_type Utils::getIntVariableType(glw::GLuint n_columns, glw::GLuint n_rows)
772 type = types[n_rows - 1];
1310 Utils::_variable_type Utils::getUintVariableType(glw::GLuint n_columns, glw::GLuint n_rows)
1323 type = types[n_rows - 1];
4141 const glw::GLuint n_rows = uniform_type.m_n_rows; local
4224 const glw::GLuint n_rows = uniform_type.m_n_rows; local
12771 glw::GLuint n_rows; member in struct:gl4cts::TypeDefinition
13935 const glw::GLuint n_rows = type.m_n_rows; local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 670 milliseconds