HomeSort by relevance Sort by last modified time
    Searched defs:copyParams (Results 1 - 25 of 46) sorted by null

1 2

  /external/skia/src/gpu/
GrTextureMaker.cpp 18 CopyParams copyParams;
32 if (!fContext->getGpu()->isACopyNeededForTextureParams(original.get(), params, &copyParams,
38 params, &copyParams, scaleAdjust)) {
45 this->makeCopyKey(copyParams, &copyKey, dstColorSpace);
55 result = CopyOnGpu(fContext, std::move(original), nullptr, copyParams);
57 result = this->generateTextureProxyForParams(copyParams, willBeMipped, dstColorSpace);
122 sk_sp<GrTextureProxy> GrTextureMaker::generateTextureProxyForParams(const CopyParams& copyParams,
131 return CopyOnGpu(fContext, std::move(original), nullptr, copyParams);
    [all...]
GrTextureAdjuster.cpp 33 void GrTextureAdjuster::makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey,
45 sk_sp<GrTextureProxy> GrTextureAdjuster::refTextureProxyCopy(const CopyParams& copyParams) {
47 this->makeCopyKey(copyParams, &key, nullptr);
58 sk_sp<GrTextureProxy> copy = CopyOnGpu(fContext, std::move(proxy), contentArea, copyParams);
73 CopyParams copyParams;
84 copyParams.fWidth = contentArea->width();
85 copyParams.fHeight = contentArea->height();
86 copyParams.fFilter = GrSamplerParams::kBilerp_FilterMode
    [all...]
  /external/apache-http/src/org/apache/http/params/
BasicHttpParams.java 130 * then calls {@link #copyParams(HttpParams)} to populate the copy.
137 copyParams(clone);
143 copyParams(clone);
153 protected void copyParams(HttpParams target) {
  /external/deqp/external/vulkancts/framework/vulkan/
vkBuilderUtil.cpp 205 const VkCopyDescriptorSet copyParams =
217 m_copies.push_back(copyParams);
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 77 const VkBufferImageCopy copyParams =
86 return copyParams;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 820 const VkBufferImageCopy copyParams =
838 vk.cmdCopyImageToBuffer(*cmdBuf, *image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *readImageBuffer, 1u, &copyParams);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 517 const VkBufferImageCopy copyParams =
526 return copyParams;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 240 const VkBufferImageCopy copyParams =
249 return copyParams;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 256 const VkBufferImageCopy copyParams =
265 return copyParams;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 412 const VkBufferImageCopy copyParams =
421 return copyParams;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp 588 const VkBufferImageCopy copyParams = makeBufferImageCopy(makeExtent3D(getLayerSize(m_imageType, m_imageSize)), getNumLayers(m_imageType, m_imageSize));
589 deviceInterface.cmdCopyImageToBuffer(cmdBuffer, m_image->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_buffer->get(), 1u, &copyParams);
vktImageTestsUtil.cpp 309 const VkBufferImageCopy copyParams =
318 return copyParams;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp 235 const VkBufferImageCopy copyParams =
244 return copyParams;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.cpp 243 const VkBufferImageCopy copyParams =
252 return copyParams;
    [all...]
vktShaderLibrary.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/misc/common/robolectric/lib/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 753 milliseconds

1 2