HomeSort by relevance Sort by last modified time
    Searched refs:dstTextureProxy (Results 1 - 10 of 10) sorted by null

  /external/skia/src/gpu/
GrPipeline.h 136 GrTextureProxy* dstTextureProxy(SkIPoint* offset = nullptr) const {
144 if (GrTextureProxy* dstProxy = this->dstTextureProxy(offset)) {
232 using DstTextureProxy = GrPendingIOResource<GrTextureProxy, kRead_GrIOType>;
235 DstTextureProxy fDstTextureProxy;
GrProgramDesc.cpp 181 if (pipeline.dstTextureProxy()) {
182 origin = pipeline.dstTextureProxy()->origin();
  /external/skqp/src/gpu/
GrPipeline.h 136 GrTextureProxy* dstTextureProxy(SkIPoint* offset = nullptr) const {
144 if (GrTextureProxy* dstProxy = this->dstTextureProxy(offset)) {
232 using DstTextureProxy = GrPendingIOResource<GrTextureProxy, kRead_GrIOType>;
235 DstTextureProxy fDstTextureProxy;
GrProgramDesc.cpp 186 if (pipeline.dstTextureProxy()) {
187 origin = pipeline.dstTextureProxy()->origin();
  /external/skia/src/gpu/vk/
GrVkPipelineState.cpp 270 if (GrTextureProxy* dstTextureProxy = pipeline.dstTextureProxy()) {
271 dstTextureSampler.reset(sk_ref_sp(dstTextureProxy));
  /external/skqp/src/gpu/vk/
GrVkPipelineState.cpp 270 if (GrTextureProxy* dstTextureProxy = pipeline.dstTextureProxy()) {
271 dstTextureSampler.reset(sk_ref_sp(dstTextureProxy));
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 96 pipeline.dstTextureProxy()->origin());
  /external/skqp/src/gpu/gl/
GrGLProgram.cpp 96 pipeline.dstTextureProxy()->origin());
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.cpp 228 dstTextureOrigin = fPipeline.dstTextureProxy()->origin();
  /external/skqp/src/gpu/glsl/
GrGLSLProgramBuilder.cpp 228 dstTextureOrigin = fPipeline.dstTextureProxy()->origin();

Completed in 338 milliseconds