Home
last modified time | relevance | path

Searched defs:primProcProxies (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLGpuProgramCache.cpp75 const GrTextureProxy* const primProcProxies[], in refProgram()
/external/skqp/src/gpu/
DGrGpuCommandBuffer.cpp72 const GrTextureProxy* const* primProcProxies = in draw() local
/external/skqp/src/gpu/vk/
DGrVkPipelineStateCache.cpp81 const GrTextureProxy* const primProcProxies[], in refPipelineState()
DGrVkPipelineStateBuilder.cpp24 const GrTextureProxy* const primProcProxies[], in CreatePipelineState()
47 const GrTextureProxy* const primProcProxies[], in GrVkPipelineStateBuilder()
DGrVkResourceProvider.cpp260 const GrTextureProxy* const primProcProxies[], GrPrimitiveType primitiveType, in findOrCreateCompatiblePipelineState()
DGrVkGpuCommandBuffer.cpp646 const GrTextureProxy* const* primProcProxies = nullptr; in prepareDrawState() local
/external/skqp/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp25 const GrTextureProxy* const primProcProxies[], in GrGLSLProgramBuilder()
74 const GrTextureProxy* const* primProcProxies = this->primProcProxies(); in emitAndInstallPrimProc() local
DGrGLSLProgramBuilder.h38 const GrTextureProxy* const* primProcProxies() const { return fPrimProcProxies; } in primProcProxies() function
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp34 const GrTextureProxy* const primProcProxies[], in CreateProgram()
69 const GrTextureProxy* const primProcProxies[], in GrGLProgramBuilder()
/external/skia/src/gpu/ops/
DGrAtlasTextOp.cpp226 auto primProcProxies = target->allocPrimProcProxyPtrs(kMaxTextures); in onPrepareDraws() local