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

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 357 const TestTexture& srcTexture,
372 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTexture.getSize();
437 (deUint32)srcTexture.getNumLevels(), // deUint32 mipLevels;
439 (deUint32)srcTexture.getArraySize(), // deUint32 arraySize;
457 (deUint32)srcTexture.getNumLevels(), // deUint32 mipLevels;
459 (deUint32)srcTexture.getArraySize(), // deUint32 arraySize;
471 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions();
474 srcTexture.write(reinterpret_cast<deUint8*>(bufferAlloc->getHostPtr()))
    [all...]
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 486 sk_sp<GrTextureProxy> srcTexture(input->asTextureProxyRef(context));
487 SkASSERT(srcTexture);
492 const GrFixedClip clip(SkIRect::MakeWH(srcTexture->width(), srcTexture->height()));
506 apply_morphology_pass(dstRTContext.get(), clip, std::move(srcTexture), srcRect, dstRect,
514 srcTexture = dstRTContext->asTextureProxyRef();
524 apply_morphology_pass(dstRTContext.get(), clip, std::move(srcTexture), srcRect, dstRect,
527 srcTexture = dstRTContext->asTextureProxyRef();
533 std::move(srcTexture), std::move(colorSpace),
  /external/skqp/src/effects/
SkMorphologyImageFilter.cpp 486 sk_sp<GrTextureProxy> srcTexture(input->asTextureProxyRef(context));
487 SkASSERT(srcTexture);
492 const GrFixedClip clip(SkIRect::MakeWH(srcTexture->width(), srcTexture->height()));
506 apply_morphology_pass(dstRTContext.get(), clip, std::move(srcTexture), srcRect, dstRect,
514 srcTexture = dstRTContext->asTextureProxyRef();
524 apply_morphology_pass(dstRTContext.get(), clip, std::move(srcTexture), srcRect, dstRect,
527 srcTexture = dstRTContext->asTextureProxyRef();
533 std::move(srcTexture), std::move(colorSpace),
  /external/skia/src/gpu/gl/
GrGLGpu.h 402 bool createCopyProgram(GrTexture* srcTexture);
GrGLCaps.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.h 415 bool createCopyProgram(GrTexture* srcTexture);
GrGLCaps.cpp     [all...]

Completed in 231 milliseconds