Home
last modified time | relevance | path

Searched refs:geomProcTextures (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DPipelineState.cpp94 const GrSurfaceProxy* const geomProcTextures[], in setAndBindTextures() argument
96 SkASSERT(geomProcTextures || !geomProc.numTextureSamplers()); in setAndBindTextures()
103 SkASSERT(geomProcTextures[i]->asTextureProxy()); in setAndBindTextures()
105 auto texture = static_cast<GrD3DTexture*>(geomProcTextures[i]->peekTexture()); in setAndBindTextures()
DGrD3DOpsRenderPass.cpp224 const GrSurfaceProxy* const geomProcTextures[], in onBindTextures() argument
230 update_resource_state(geomProcTextures[i]->peekTexture(), fRenderTarget, fGpu); in onBindTextures()
242 fCurrentPipelineState->setAndBindTextures(fGpu, geomProc, geomProcTextures, pipeline); in onBindTextures()
DGrD3DOpsRenderPass.h44 const GrSurfaceProxy* const geomProcTextures[],
DGrD3DPipelineState.h49 const GrSurfaceProxy* const geomProcTextures[],
/external/skia/src/gpu/gl/
DGrGLProgram.cpp128 const GrSurfaceProxy* const geomProcTextures[], in bindTextures() argument
131 SkASSERT(geomProcTextures[i]->asTextureProxy()); in bindTextures()
132 auto* overrideTexture = static_cast<GrGLTexture*>(geomProcTextures[i]->peekTexture()); in bindTextures()
DGrGLOpsRenderPass.h59 const GrSurfaceProxy* const geomProcTextures[],
DGrGLProgram.h126 const GrSurfaceProxy* const geomProcTextures[],
DGrGLOpsRenderPass.cpp76 const GrSurfaceProxy* const geomProcTextures[], in onBindTextures() argument
80 program->bindTextures(geomProc, geomProcTextures, pipeline); in onBindTextures()
/external/skia/src/gpu/vk/
DGrVkPipelineState.cpp117 const GrSurfaceProxy* const geomProcTextures[], in setAndBindTextures() argument
119 SkASSERT(geomProcTextures || !geomProc.numTextureSamplers()); in setAndBindTextures()
131 SkASSERT(geomProcTextures[i]->asTextureProxy()); in setAndBindTextures()
133 auto texture = static_cast<GrVkTexture*>(geomProcTextures[i]->peekTexture()); in setAndBindTextures()
DGrVkPipelineState.h65 const GrSurfaceProxy* const geomProcTextures[],
DGrVkOpsRenderPass.h73 const GrSurfaceProxy* const geomProcTextures[],
DGrVkOpsRenderPass.cpp687 const GrSurfaceProxy* const geomProcTextures[], in onBindTextures() argument
693 check_sampled_texture(geomProcTextures[i]->peekTexture(), colorAttachment, fGpu); in onBindTextures()
702 if (!fCurrentPipelineState->setAndBindTextures(fGpu, geomProc, pipeline, geomProcTextures, in onBindTextures()
/external/skia/src/gpu/
DGrOpsRenderPass.cpp137 const GrSurfaceProxy* const geomProcTextures[], in bindTextures() argument
140 SkASSERT((geomProc.numTextureSamplers() > 0) == SkToBool(geomProcTextures)); in bindTextures()
143 const GrSurfaceProxy* proxy = geomProcTextures[i]; in bindTextures()
167 if (!this->onBindTextures(geomProc, geomProcTextures, pipeline)) { in bindTextures()
DGrOpsRenderPass.h72 const GrSurfaceProxy* const geomProcTextures[],
182 const GrSurfaceProxy* const geomProcTextures[],
DGrOpFlushState.h225 const GrSurfaceProxy* const geomProcTextures[], in bindTextures() argument
227 fOpsRenderPass->bindTextures(geomProc, geomProcTextures, pipeline); in bindTextures()
/external/skia/src/gpu/mtl/
DGrMtlPipelineState.mm89 const GrSurfaceProxy* const geomProcTextures[]) {
92 SkASSERT(geomProcTextures[i]->asTextureProxy());
94 auto texture = static_cast<GrMtlTexture*>(geomProcTextures[i]->peekTexture());
DGrMtlPipelineState.h52 const GrSurfaceProxy* const geomProcTextures[]);
DGrMtlOpsRenderPass.h41 const GrSurfaceProxy* const geomProcTextures[],
DGrMtlOpsRenderPass.mm126 const GrSurfaceProxy* const geomProcTextures[],
130 fActivePipelineState->setTextures(geomProc, pipeline, geomProcTextures);
/external/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp166 const GrSurfaceProxy* const geomProcTextures[], in onBindTextures() argument
168 auto bindGroup = fCurrentProgram->setTextures(fGpu, geomProc, pipeline, geomProcTextures); in onBindTextures()
DGrDawnOpsRenderPass.h43 const GrSurfaceProxy* const geomProcTextures[],
DGrDawnProgramBuilder.h72 const GrSurfaceProxy* const geomProcTextures[]);
DGrDawnProgramBuilder.cpp518 const GrSurfaceProxy* const geomProcTextures[]) { in setTextures() argument
524 if (geomProcTextures) { in setTextures()
526 SkASSERT(geomProcTextures[i]->asTextureProxy()); in setTextures()
528 set_texture(gpu, sampler.samplerState(), geomProcTextures[i]->peekTexture(), &bindings, in setTextures()
/external/skia/src/gpu/mock/
DGrMockOpsRenderPass.h39 const GrSurfaceProxy* const geomProcTextures[], in onBindTextures() argument