HomeSort by relevance Sort by last modified time
    Searched defs:dstTexture (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGLProgram.cpp 95 GrTexture* dstTexture = pipeline.peekDstTexture(&offset);
97 fXferProcessor->setData(fProgramDataManager, xp, dstTexture, offset);
98 if (dstTexture) {
100 static_cast<GrGLTexture*>(dstTexture));
  /external/skia/src/gpu/vk/
GrVkPipelineState.cpp 263 GrTexture* dstTexture = pipeline.peekDstTexture(&offset);
265 fXferProcessor->setData(fDataManager, pipeline.getXferProcessor(), dstTexture, offset);

Completed in 1127 milliseconds