/third_party/skia/src/gpu/gl/builders/ |
D | GrGLShaderStringBuilder.cpp | 36 errorHandler->compileError(src.c_str(), compiler->errorText().c_str()); in GrSkSLtoGLSL() 94 errorHandler->compileError(glsl.c_str(), infoLen > 0 ? (const char*)log.get() : ""); in GrGLCompileAndAttachShader()
|
D | GrGLProgramBuilder.cpp | 493 errorHandler->compileError(allShaders.c_str(), errorMsg); in checkLinkStatus()
|
/third_party/flutter/skia/src/gpu/gl/builders/ |
D | GrGLShaderStringBuilder.cpp | 46 errorHandler->compileError(src.c_str(), compiler->errorText().c_str()); in GrSkSLtoGLSL() 103 errorHandler->compileError(glsl.c_str(), infoLen > 0 ? (const char*)log.get() : ""); in GrGLCompileAndAttachShader()
|
D | GrGLProgramBuilder.cpp | 440 errorHandler->compileError(allShaders.c_str(), infoLen > 0 ? (const char*)log.get() : ""); in checkLinkStatus()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkUtil.cpp | 99 errorHandler->compileError(shaderString.c_str(), in GrCompileVkShaderModule() 105 errorHandler->compileError(shaderString.c_str(), in GrCompileVkShaderModule()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlUtil.mm | 78 errorHandler->compileError(src.c_str(), compiler->errorText().c_str()); 130 errorHandler->compileError(msl.c_str(), error.debugDescription.UTF8String); 178 ^(id<MTLLibrary> library, NSError* compileError) { 179 compileResult->set(library, compileError); 214 ^(id<MTLRenderPipelineState> state, NSError* compileError) { 215 compileResult->set(state, compileError);
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkUtil.cpp | 136 errorHandler->compileError(shaderString.c_str(), in GrCompileVkShaderModule() 142 errorHandler->compileError(shaderString.c_str(), in GrCompileVkShaderModule()
|
/third_party/flutter/skia/include/gpu/ |
D | GrContextOptions.h | 59 virtual void compileError(const char* shader, const char* errors) = 0;
|
/third_party/skia/include/gpu/ |
D | GrContextOptions.h | 82 virtual void compileError(const char* shader, const char* errors) = 0;
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DPipelineStateBuilder.cpp | 109 gpu->getContext()->priv().getShaderErrorHandler()->compileError( in GrCompileHLSLShader() 152 errorHandler->compileError(src.c_str(), in compileD3DProgram() 690 gpu->getContext()->priv().getShaderErrorHandler()->compileError( in MakeComputePipeline()
|
/third_party/flutter/skia/src/gpu/ |
D | GrShaderUtils.cpp | 207 void compileError(const char* shader, const char* errors) override { in DefaultShaderErrorHandler() function in GrShaderUtils::DefaultShaderErrorHandler::GrDefaultShaderErrorHandler
|
/third_party/skia/src/gpu/ |
D | GrShaderUtils.cpp | 214 void compileError(const char* shader, const char* errors) override { in DefaultShaderErrorHandler() function in GrShaderUtils::DefaultShaderErrorHandler::GrDefaultShaderErrorHandler
|
/third_party/skia/tools/viewer/ |
D | SkSLSlide.cpp | 105 Viewer::ShaderErrorHandler()->compileError(sksl.c_str(), errorText.c_str()); in rebuild()
|
D | Viewer.cpp | 80 void compileError(const char* shader, const char* errors) override { in compileError() function in CapturingShaderErrorHandler
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.cpp | 941 errorHandler->compileError(shaderString, this->shaderCompiler()->errorText().c_str()); in SkSLToSPIRV() 949 errorHandler->compileError(shaderString, this->shaderCompiler()->errorText().c_str()); in SkSLToSPIRV()
|
/third_party/skia/bench/ |
D | nanobench.cpp | 1161 void compileError(const char* shader, const char* errors) override { in compileError() function in NanobenchShaderErrorHandler
|
/third_party/flutter/skia/tools/viewer/ |
D | Viewer.cpp | 57 void compileError(const char* shader, const char* errors) override { in compileError() function in CapturingShaderErrorHandler
|