Home
last modified time | relevance | path

Searched refs:fXPImpl (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLProgram.cpp76 , fXPImpl(std::move(xpImpl)) in GrGLProgram()
120 fXPImpl->setData(fProgramDataManager, programInfo.pipeline().getXferProcessor()); in updateUniforms()
DGrGLProgram.h151 std::unique_ptr<GrXferProcessor::ProgramImpl> fXPImpl; variable
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineState.cpp39 , fXPImpl(std::move(xpImpl)) in GrD3DPipelineState()
62 fXPImpl->setData(fDataManager, programInfo.pipeline().getXferProcessor()); in setAndBindConstants()
DGrD3DPipelineState.h91 std::unique_ptr<GrXferProcessor::ProgramImpl> fXPImpl; variable
DGrD3DPipelineStateBuilder.cpp663 std::move(fXPImpl), in finalize()
/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp354 SkASSERT(!fXPImpl); in emitAndInstallXferProc()
356 fXPImpl = xp.makeProgramImpl(); in emitAndInstallXferProc()
385 fXPImpl->emitCode(args); in emitAndInstallXferProc()
DGrGLSLProgramBuilder.h107 std::unique_ptr<GrXferProcessor::ProgramImpl> fXPImpl; variable
/third_party/skia/src/gpu/vk/
DGrVkPipelineState.cpp46 , fXPImpl(std::move(xpImpl)) in GrVkPipelineState()
93 fXPImpl->setData(fDataManager, programInfo.pipeline().getXferProcessor()); in setAndBindUniforms()
DGrVkPipelineState.h109 std::unique_ptr<GrXferProcessor::ProgramImpl> fXPImpl; variable
DGrVkPipelineStateBuilder.cpp353 std::move(fXPImpl), in finalize()
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.h40 std::unique_ptr<GrXferProcessor::ProgramImpl> fXPImpl; member
DGrDawnProgramBuilder.cpp278 result->fXPImpl = std::move(builder.fXPImpl); in Build()
514 fXPImpl->setData(fDataManager, pipeline.getXferProcessor()); in setUniformData()
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineState.h115 std::unique_ptr<GrXferProcessor::ProgramImpl> fXPImpl; variable
DGrMtlPipelineState.mm56 , fXPImpl(std::move(xpImpl)) function
78 fXPImpl->setData(fDataManager, programInfo.pipeline().getXferProcessor());
DGrMtlPipelineStateBuilder.mm732 std::move(fXPImpl),
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp541 std::move(fXPImpl), in createProgram()