Home
last modified time | relevance | path

Searched refs:buildProgramDesc (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrTargetCommands.cpp70 gpu->buildProgramDesc(&fState->fDesc, *fState->fPrimitiveProcessor, *fState->getPipeline(), in execute()
81 gpu->buildProgramDesc(&fState->fDesc, *fState->fPrimitiveProcessor, *fState->getPipeline(), in execute()
DGrBatchTarget.cpp54 fGpu->buildProgramDesc(&desc, *primProc, *pipeline, bf->fBatchTracker); in flushNext()
DGrTest.cpp152 void buildProgramDesc(GrProgramDesc*,const GrPrimitiveProcessor&, in buildProgramDesc() function in MockGpu
DGrGpu.h255 virtual void buildProgramDesc(GrProgramDesc*,
/external/skia/src/gpu/gl/
DGrGLGpu.h111 void buildProgramDesc(GrProgramDesc*,
DGrGLGpu.cpp1505 void GrGLGpu::buildProgramDesc(GrProgramDesc* desc, in buildProgramDesc() function in GrGLGpu