Lines Matching refs:implementationName

173 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
229 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
230 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
231 …e (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
245 …am, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validate()
259 validateSingleVariable(path, resource, propValue, implementationName); in validate()
267 validateBuiltinVariable(resource, propValue, implementationName); in validate()
276 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
280 DE_UNREF(implementationName); in validateBuiltinVariable()
289 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
290 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
304 …am, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validate()
344 validateSingleBlock(block, instanceIndex, resource, propValue, implementationName); in validate()
361 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
362 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
375 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
380 DE_UNREF(implementationName); in validateSingleVariable()
391 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
393 DE_UNREF(implementationName); in validateBuiltinVariable()
435 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
436 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
448 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
459 DE_UNREF(implementationName); in validateSingleVariable()
470 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
472 DE_UNREF(implementationName); in validateBuiltinVariable()
514 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
522 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
534 DE_UNREF(implementationName); in validateSingleVariable()
568 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
576 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
581 DE_UNREF(implementationName); in validateSingleVariable()
641 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
654 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
664 DE_UNREF(implementationName); in validateSingleVariable()
680 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
688 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
697 DE_UNREF(implementationName); in validateSingleVariable()
733 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
741 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
744 DE_UNREF(implementationName); in validateSingleVariable()
787 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
788 …e (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
912 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
997 …st std::string arrayResourceName = (implementationName.size() > 3) ? (implementationName.substr(0,… in validateSingleVariable()
1019 …GLint location = gl.getProgramResourceLocation(m_programID, interface, implementationName.c_str()); in validateSingleVariable()
1032 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1035 DE_UNREF(implementationName); in validateBuiltinVariable()
1053 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1054 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1055 void validateNameLength (const std::string& implementationName, glw::GLint propValue) const;
1063 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1067 validateNameLength(implementationName, propValue); in validateSingleVariable()
1070 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1073 validateNameLength(implementationName, propValue); in validateBuiltinVariable()
1076 void VariableNameLengthValidator::validateNameLength (const std::string& implementationName, glw::G… in validateNameLength() argument
1078 const int expected = (int)implementationName.length() + 1; // includes null byte in validateNameLength()
1079 …gth, expecting " << expected << " (" << (int)implementationName.length() << " for \"" << implement… in validateNameLength()
1093 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1101 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1107 DE_UNREF(implementationName); in validateSingleVariable()
1139 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1159 …am, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validate()
1161 DE_UNREF(implementationName); in validate()
1184 …x, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1192 …ex, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleBlock()
1198 const int expected = (int)implementationName.length() + 1; // includes null byte in validateSingleBlock()
1199 …gth, expecting " << expected << " (" << (int)implementationName.length() << " for \"" << implement… in validateSingleBlock()
1213 …x, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1221 …ex, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleBlock()
1224 DE_UNREF(implementationName); in validateSingleBlock()
1264 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1284 …am, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validate()
1289 DE_UNREF(implementationName); in validate()
1324 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1332 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1339 DE_UNREF(implementationName); in validateSingleVariable()
1376 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1384 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1388 DE_UNREF(implementationName); in validateSingleVariable()
1429 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1432 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
1433 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
1442 …am, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validate()
1446 validateBuiltinVariable(resource, propValue, implementationName); in validate()
1489 validateSingleVariable(path, resource, propValue, implementationName); in validate()
1499 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1500 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1508 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1510 DE_UNREF(implementationName); in validateBuiltinVariable()
1527 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1530 DE_UNREF(implementationName); in validateSingleVariable()
1548 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1549 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1550 void validateVariable (const std::string& implementationName, glw::GLint propValue) const;
1558 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1561 validateVariable(implementationName, propValue); in validateBuiltinVariable()
1564 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1568 validateVariable(implementationName, propValue); in validateSingleVariable()
1571 void TransformFeedbackNameLengthValidator::validateVariable (const std::string& implementationName,… in validateVariable() argument
1573 const int expected = (int)implementationName.length() + 1; // includes null byte in validateVariable()
1574 …gth, expecting " << expected << " (" << (int)implementationName.length() << " for \"" << implement… in validateVariable()
1588 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1589 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1597 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1599 DE_UNREF(implementationName); in validateBuiltinVariable()
1617 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1620 DE_UNREF(implementationName); in validateSingleVariable()
1643 …h, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1644 … (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
1657 …th, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateSingleVariable()
1663 DE_UNREF(implementationName); in validateSingleVariable()
1674 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable()
1676 DE_UNREF(implementationName); in validateBuiltinVariable()