• Home
  • Raw
  • Download

Lines Matching refs:test_case

1058 	bool executeIteration(const _test_case& test_case);
1063 std::string getVertexShaderBody(const _test_case& test_case);
1064 void initIteration(_test_case& test_case);
1067 bool verifyXFBData(const unsigned char* data_ptr, const _test_case& test_case);
1156 bool executeIteration(const _test_case& test_case);
1157 std::string getComputeShaderBody(const _test_case& test_case);
1158 std::string getFragmentShaderBody(const _test_case& test_case);
1159 std::string getGeometryShaderBody(const _test_case& test_case);
1160 std::string getTessellationControlShaderBody(const _test_case& test_case);
1161 std::string getTessellationEvaluationShaderBody(const _test_case& test_case);
1162 std::string getVertexShaderBody(const _test_case& test_case);
1165 void initIteration(_test_case& test_case);
1364 bool executeIteration(const _test_case& test_case);
1366 std::string getComputeShaderBody(const _test_case& test_case);
1367 std::string getFragmentShaderBody(const _test_case& test_case);
1368 std::string getGeneralBody(const _test_case& test_case);
1369 std::string getGeometryShaderBody(const _test_case& test_case);
1370 std::string getTessellationControlShaderBody(const _test_case& test_case);
1371 std::string getTessellationEvaluationShaderBody(const _test_case& test_case);
1372 std::string getVertexShaderBody(const _test_case& test_case);
1375 void initIteration(_test_case& test_case);
1461 bool executeTestIteration(const _test_case& test_case);
1470 std::string getVertexShaderBody(_test_case& test_case);
1472 void initTestIteration(_test_case& test_case);
1474 bool verifyXFBData(const _test_case& test_case, const unsigned char* xfb_data);