Searched refs:getErrorLog (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cLayoutBindingTests.cpp | 136 String getErrorLog(bool dumpShaders = false) in getErrorLog() function in glcts::LayoutBindingProgram 1314 return LayoutBindingTestResult(passed, program->getErrorLog()); in binding_basic_default() 1362 return LayoutBindingTestResult(passed, program->getErrorLog()); in binding_basic_explicit() 1407 return LayoutBindingTestResult(passed, program->getErrorLog()); in binding_basic_multiple() 1460 return LayoutBindingTestResult(passed, program->getErrorLog()); in binding_basic_render() 1506 return LayoutBindingTestResult(passed, program->getErrorLog()); in binding_integer_constant() 1548 return LayoutBindingTestResult(passed, program->getErrorLog()); in binding_integer_constant() 1609 return LayoutBindingTestResult(passed, program->getErrorLog()); in binding_array_size() 1671 return LayoutBindingTestResult(passed, program->getErrorLog()); in binding_array_implicit() 1744 return LayoutBindingTestResult(passed, program->getErrorLog()); in binding_array_multiple() [all …]
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVError.h | 52 getErrorLog().checkError(Condition, SPIRVEC_##ErrCode, std::string()+ErrMsg,\ 57 if (!getErrorLog().checkError(Condition, SPIRVEC_##ErrCode,\
|
D | SPIRVEntry.cpp | 107 SPIRVEntry::getErrorLog()const { in getErrorLog() function in SPIRV::SPIRVEntry 108 return Module->getErrorLog(); in getErrorLog()
|
D | SPIRVModule.h | 106 virtual SPIRVErrorLog &getErrorLog() = 0;
|
D | SPIRVEntry.h | 244 SPIRVErrorLog &getErrorLog()const;
|
D | SPIRVModule.cpp | 85 SPIRVErrorLog &getErrorLog() { return ErrLog;} in getErrorLog() function in SPIRV::SPIRVModuleImpl
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 265 SPIRVErrorLog &getErrorLog() { in getErrorLog() function in SPIRV::LLVMToSPIRV 266 return BM->getErrorLog(); in getErrorLog()
|
D | SPIRVReader.cpp | 468 SPIRVErrorLog &getErrorLog() { in getErrorLog() function in SPIRV::SPIRVToLLVM 469 return BM->getErrorLog(); in getErrorLog()
|