• Home
  • Raw
  • Download

Lines Matching refs:implementationName

173 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
226 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
227 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
228 …e (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
242 …am, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validate()
256 validateSingleVariable(path, resource, propValue, implementationName); in validate()
264 validateBuiltinVariable(resource, propValue, implementationName); in validate()
273 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
277 DE_UNREF(implementationName); in validateBuiltinVariable()
286 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
287 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
301 …am, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validate()
341 validateSingleBlock(block, instanceIndex, resource, propValue, implementationName); in validate()
358 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
359 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
372 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
377 DE_UNREF(implementationName); in validateSingleVariable()
388 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
390 DE_UNREF(implementationName); in validateBuiltinVariable()
432 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
433 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
445 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
456 DE_UNREF(implementationName); in validateSingleVariable()
467 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
469 DE_UNREF(implementationName); in validateBuiltinVariable()
511 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
519 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
531 DE_UNREF(implementationName); in validateSingleVariable()
565 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
573 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
578 DE_UNREF(implementationName); in validateSingleVariable()
638 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
651 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
661 DE_UNREF(implementationName); in validateSingleVariable()
677 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
685 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
694 DE_UNREF(implementationName); in validateSingleVariable()
730 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
738 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
741 DE_UNREF(implementationName); in validateSingleVariable()
784 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
785 …e (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
909 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
994 …st std::string arrayResourceName = (implementationName.size() > 3) ? (implementationName.substr(0,… in validateSingleVariable()
1016 …GLint location = gl.getProgramResourceLocation(m_programID, interface, implementationName.c_str()); in validateSingleVariable()
1029 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1032 DE_UNREF(implementationName); in validateBuiltinVariable()
1050 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1051 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1052 void validateNameLength (const std::string& implementationName, glw::GLint propValue) const;
1060 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1064 validateNameLength(implementationName, propValue); in validateSingleVariable()
1067 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1070 validateNameLength(implementationName, propValue); in validateBuiltinVariable()
1073 void VariableNameLengthValidator::validateNameLength (const std::string& implementationName, glw::G… in validateNameLength() argument
1075 const int expected = (int)implementationName.length() + 1; // includes null byte in validateNameLength()
1076 …gth, expecting " << expected << " (" << (int)implementationName.length() << " for \"" << implement… in validateNameLength()
1090 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1098 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1104 DE_UNREF(implementationName); in validateSingleVariable()
1136 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1156 …am, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validate()
1158 DE_UNREF(implementationName); in validate()
1181 …x, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1189 …ex, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleBlock()
1195 const int expected = (int)implementationName.length() + 1; // includes null byte in validateSingleBlock()
1196 …gth, expecting " << expected << " (" << (int)implementationName.length() << " for \"" << implement… in validateSingleBlock()
1210 …x, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1218 …ex, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleBlock()
1221 DE_UNREF(implementationName); in validateSingleBlock()
1261 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1281 …am, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validate()
1286 DE_UNREF(implementationName); in validate()
1321 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1329 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1336 DE_UNREF(implementationName); in validateSingleVariable()
1373 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1381 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1385 DE_UNREF(implementationName); in validateSingleVariable()
1426 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1429 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
1430 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
1439 …am, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validate()
1443 validateBuiltinVariable(resource, propValue, implementationName); in validate()
1486 validateSingleVariable(path, resource, propValue, implementationName); in validate()
1496 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1497 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1505 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1507 DE_UNREF(implementationName); in validateBuiltinVariable()
1524 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1527 DE_UNREF(implementationName); in validateSingleVariable()
1545 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1546 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1547 void validateVariable (const std::string& implementationName, glw::GLint propValue) const;
1555 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1558 validateVariable(implementationName, propValue); in validateBuiltinVariable()
1561 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1565 validateVariable(implementationName, propValue); in validateSingleVariable()
1568 void TransformFeedbackNameLengthValidator::validateVariable (const std::string& implementationName,… in validateVariable() argument
1570 const int expected = (int)implementationName.length() + 1; // includes null byte in validateVariable()
1571 …gth, expecting " << expected << " (" << (int)implementationName.length() << " for \"" << implement… in validateVariable()
1585 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1586 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1594 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1596 DE_UNREF(implementationName); in validateBuiltinVariable()
1614 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1617 DE_UNREF(implementationName); in validateSingleVariable()
1640 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1641 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1654 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1660 DE_UNREF(implementationName); in validateSingleVariable()
1671 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1673 DE_UNREF(implementationName); in validateBuiltinVariable()