Lines Matching defs:pnames
1331 * @return String representation of known pnames
1675 : TestCase(context, "min_maxes", "Verifies the implementation returns valid GL_MAX_SUBROUTINE* pnames "
1696 /* Iterate over all pnames */
1702 } pnames[] = { { GL_MAX_SUBROUTINES, "GL_MAX_SUBROUTINES", 256 },
1704 const unsigned int n_pnames = sizeof(pnames) / sizeof(pnames[0]);
1713 const glw::GLint min_value = pnames[n_pname].min_value;
1714 const glw::GLenum& pname = pnames[n_pname].pname;
1715 const char* pname_string = pnames[n_pname].pname_string;
1796 } /* for (all pnames) */