Searched defs:copyParams (Results 1 - 25 of 35) sorted by relevance

12

/external/skia/src/gpu/
H A DGrBitmapTextureMaker.cpp54 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey, argument
58 MakeCopyKeyFromOrigKey(fOriginalKey, copyParams, copyKey);
H A DGrTextureMaker.cpp18 CopyParams copyParams; local
30 &copyParams, scaleAdjust)) {
34 this->makeCopyKey(copyParams, &copyKey, dstColorSpace);
42 sk_sp<GrTextureProxy> result(this->generateTextureProxyForParams(copyParams, willBeMipped,
106 sk_sp<GrTextureProxy> GrTextureMaker::generateTextureProxyForParams(const CopyParams& copyParams, argument
114 return CopyOnGpu(fContext, std::move(original), nullptr, copyParams);
H A DGrTextureProducer.h85 const CopyParams& copyParams,
91 builder[0] = copyParams.fFilter;
92 builder[1] = copyParams.fWidth;
93 builder[2] = copyParams.fHeight;
123 const SkIRect* subset, const CopyParams& copyParams);
84 MakeCopyKeyFromOrigKey(const GrUniqueKey& origKey, const CopyParams& copyParams, GrUniqueKey* copyKey) argument
H A DGrTextureAdjuster.cpp47 sk_sp<GrTextureProxy> GrTextureAdjuster::refTextureProxyCopy(const CopyParams& copyParams) { argument
49 this->makeCopyKey(copyParams, &key, nullptr);
60 sk_sp<GrTextureProxy> copy = CopyOnGpu(fContext, std::move(proxy), contentArea, copyParams);
75 CopyParams copyParams; local
86 copyParams.fWidth = contentArea->width();
87 copyParams.fHeight = contentArea->height();
88 copyParams.fFilter = GrSamplerParams::kBilerp_FilterMode;
89 } else if (!fContext->getGpu()->isACopyNeededForTextureParams(proxy.get(), params, &copyParams,
101 sk_sp<GrTextureProxy> copy = this->refTextureProxyCopy(copyParams);
H A DGrTextureProducer.cpp22 const CopyParams& copyParams) {
28 const SkRect dstRect = SkRect::MakeIWH(copyParams.fWidth, copyParams.fHeight);
47 if (copyParams.fFilter != GrSamplerParams::kNone_FilterMode) {
62 SkASSERT(copyParams.fFilter != GrSamplerParams::kMipMap_FilterMode);
66 domain, GrTextureDomain::kClamp_Mode, copyParams.fFilter));
68 GrSamplerParams params(SkShader::kClamp_TileMode, copyParams.fFilter);
19 CopyOnGpu(GrContext* context, sk_sp<GrTextureProxy> inputProxy, const SkIRect* subset, const CopyParams& copyParams) argument
H A DGrGpu.cpp62 GrTextureProducer::CopyParams* copyParams,
68 copyParams->fWidth = GrNextPow2(width);
69 copyParams->fHeight = GrNextPow2(height);
70 scaleAdjust[0] = ((SkScalar) copyParams->fWidth) / width;
71 scaleAdjust[1] = ((SkScalar) copyParams->fHeight) / height;
74 copyParams->fFilter = GrSamplerParams::kNone_FilterMode;
79 copyParams->fFilter = GrSamplerParams::kBilerp_FilterMode;
60 isACopyNeededForTextureParams(int width, int height, const GrSamplerParams& textureParams, GrTextureProducer::CopyParams* copyParams, SkScalar scaleAdjust[2]) const argument
H A DGrGpu.h485 GrTextureProducer::CopyParams* copyParams,
488 copyParams, scaleAdjust)) {
491 return this->onIsACopyNeededForTextureParams(proxy, params, copyParams, scaleAdjust);
484 isACopyNeededForTextureParams(GrTextureProxy* proxy, const GrSamplerParams& params, GrTextureProducer::CopyParams* copyParams, SkScalar scaleAdjust[2]) const argument
/external/apache-http/src/org/apache/http/params/
H A DBasicHttpParams.java130 * then calls {@link #copyParams(HttpParams)} to populate the copy.
137 copyParams(clone);
143 copyParams(clone);
153 protected void copyParams(HttpParams target) { method in class:BasicHttpParams
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.cpp205 const VkCopyDescriptorSet copyParams = local
217 m_copies.push_back(copyParams);
/external/deqp/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingUtil.cpp192 const VkBufferImageCopy copyParams = local
201 return copyParams;
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeTestsUtil.cpp77 const VkBufferImageCopy copyParams = local
86 return copyParams;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiSmokeTests.cpp820 const VkBufferImageCopy copyParams = local
838 vk.cmdCopyImageToBuffer(*cmdBuf, *image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, &copyParams);
1437 const VkBufferImageCopy copyParams = local
1455 vk.cmdCopyImageToBuffer(*cmdBuf, *image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, &copyParams);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp213 const VkBufferImageCopy copyParams = local
222 return copyParams;
H A DvktImageQualifiersTests.cpp588 const VkBufferImageCopy copyParams = makeBufferImageCopy(makeExtent3D(getLayerSize(m_imageType, m_imageSize)), getNumLayers(m_imageType, m_imageSize)); local
589 deviceInterface.cmdCopyImageToBuffer(cmdBuffer, m_image->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_buffer->get(), 1u, &copyParams);
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp410 const VkBufferImageCopy copyParams = local
419 return copyParams;
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp517 const VkBufferImageCopy copyParams = local
526 return copyParams;
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp240 const VkBufferImageCopy copyParams = local
249 return copyParams;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp268 const VkBufferImageCopy copyParams = local
277 return copyParams;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp3047 const VkBufferImageCopy copyParams = variable
3110 vk.cmdCopyImageToBuffer(*resultCmdBuffer, isMultiSampling() ? *resolvedImage : *colorImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, &copyParams);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp247 const VkBufferImageCopy copyParams = local
256 return copyParams;
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1587 const vk::VkBufferImageCopy copyParams = local
1602 vkd.cmdCopyImageToBuffer(*m_cmdBuffer, *m_rtImage, vk::VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *m_readImageBuffer, 1u, &copyParams);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1352 const VkBufferImageCopy copyParams = local
1406 vk.cmdCopyImageToBuffer(*copyCmdBuffer, colorImages[outLocation + locNdx].get()->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, &copyParams);
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp1816 const vk::VkBufferImageCopy copyParams = local
1831 vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImage, vk::VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, &copyParams);
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp5506 const VkBufferImageCopy copyParams = local
5520 vk.cmdCopyImageToBuffer(*cmdBuf, *image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, &copyParams);
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp4427 GrTextureProducer::CopyParams* copyParams,
4441 copyParams->fFilter = GrSamplerParams::kNone_FilterMode;
4442 copyParams->fWidth = texture->width();
4443 copyParams->fHeight = texture->height();
4425 onIsACopyNeededForTextureParams(GrTextureProxy* proxy, const GrSamplerParams& textureParams, GrTextureProducer::CopyParams* copyParams, SkScalar scaleAdjust[2]) const argument

Completed in 521 milliseconds

12