Searched refs:failOnSection (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLHCodeGenerator.cpp | 167 void HCodeGenerator::failOnSection(const char* section, const char* msg) { in failOnSection() function in SkSL::HCodeGenerator 177 this->failOnSection(CONSTRUCTOR_CODE_SECTION, msg); in writeConstructor() 178 this->failOnSection(CONSTRUCTOR_PARAMS_SECTION, msg); in writeConstructor() 179 this->failOnSection(COORD_TRANSFORM_SECTION, msg); in writeConstructor() 180 this->failOnSection(INITIALIZERS_SECTION, msg); in writeConstructor() 181 this->failOnSection(OPTIMIZATION_FLAGS_SECTION, msg); in writeConstructor()
|
D | SkSLHCodeGenerator.h | 61 void failOnSection(const char* section, const char* msg);
|
/external/skqp/src/sksl/ |
D | SkSLHCodeGenerator.cpp | 167 void HCodeGenerator::failOnSection(const char* section, const char* msg) { in failOnSection() function in SkSL::HCodeGenerator 177 this->failOnSection(CONSTRUCTOR_CODE_SECTION, msg); in writeConstructor() 178 this->failOnSection(CONSTRUCTOR_PARAMS_SECTION, msg); in writeConstructor() 179 this->failOnSection(COORD_TRANSFORM_SECTION, msg); in writeConstructor() 180 this->failOnSection(INITIALIZERS_SECTION, msg); in writeConstructor() 181 this->failOnSection(OPTIMIZATION_FLAGS_SECTION, msg); in writeConstructor()
|
D | SkSLHCodeGenerator.h | 61 void failOnSection(const char* section, const char* msg);
|