Home
last modified time | relevance | path

Searched defs:GrProgramInfo (Results 1 – 17 of 17) sorted by relevance

/external/skia/tools/gpu/
DProxyUtils.h17 class GrProgramInfo; variable
/external/skia/src/gpu/ganesh/vk/
DGrVkPipeline.h20 class GrProgramInfo; variable
/external/skia/include/gpu/
DGrRecordingContext.h27 class GrProgramInfo; variable
188 virtual void recordProgramInfo(const GrProgramInfo*) {} in recordProgramInfo()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlPipelineStateBuilder.h21 class GrProgramInfo; variable
/external/skia/src/gpu/ganesh/
DGrProgramInfo.cpp15 GrProgramInfo::GrProgramInfo(const GrCaps& caps, in GrProgramInfo() function in GrProgramInfo
DGrProgramDesc.h20 class GrProgramInfo; variable
DGrOpsRenderPass.h20 class GrProgramInfo; variable
DGrCaps.h35 class GrProgramInfo; variable
/external/skia/src/gpu/ganesh/d3d/
DGrD3DPipelineState.h25 class GrProgramInfo; variable
DGrD3DGpu.cpp1629 bool GrD3DGpu::compile(const GrProgramDesc&, const GrProgramInfo&) { in compile()
/external/skia/src/gpu/ganesh/ops/
DGrMeshDrawOp.h23 class GrProgramInfo; variable
DDrawAtlasPathOp.h17 class GrProgramInfo; variable
DAtlasTextOp.h17 class GrProgramInfo; variable
/external/skia/src/gpu/ganesh/gl/
DGrGLProgram.h23 class GrProgramInfo; variable
/external/skia/src/gpu/ganesh/mock/
DGrMockOpsRenderPass.h36 bool onBindPipeline(const GrProgramInfo&, const SkRect&) override { return true; } in onBindPipeline()
DGrMockGpu.h214 bool compile(const GrProgramDesc&, const GrProgramInfo&) override { return false; } in compile()
/external/skia/src/gpu/ganesh/dawn/
DGrDawnGpu.cpp490 bool GrDawnGpu::compile(const GrProgramDesc&, const GrProgramInfo&) { in compile()