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

  /external/skia/src/sksl/
SkSLHCodeGenerator.h 74 void failOnSection(const char* section, const char* msg);
SkSLHCodeGenerator.cpp 207 void HCodeGenerator::failOnSection(const char* section, const char* msg) {
217 this->failOnSection(CONSTRUCTOR_CODE_SECTION, msg);
218 this->failOnSection(CONSTRUCTOR_PARAMS_SECTION, msg);
219 this->failOnSection(INITIALIZERS_SECTION, msg);
220 this->failOnSection(OPTIMIZATION_FLAGS_SECTION, msg);
  /external/skqp/src/sksl/
SkSLHCodeGenerator.h 74 void failOnSection(const char* section, const char* msg);
SkSLHCodeGenerator.cpp 204 void HCodeGenerator::failOnSection(const char* section, const char* msg) {
214 this->failOnSection(CONSTRUCTOR_CODE_SECTION, msg);
215 this->failOnSection(CONSTRUCTOR_PARAMS_SECTION, msg);
216 this->failOnSection(INITIALIZERS_SECTION, msg);
217 this->failOnSection(OPTIMIZATION_FLAGS_SECTION, msg);

Completed in 238 milliseconds