Home
last modified time | relevance | path

Searched refs:makeView (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/ganesh/image/
DSkImage_Ganesh.cpp364 auto ctx = dContext->priv().makeSC(this->makeView(dContext), this->imageInfo().colorInfo()); in onAsyncRescaleAndReadPixels()
388 auto ctx = dContext->priv().makeSC(this->makeView(dContext), this->imageInfo().colorInfo()); in onAsyncRescaleAndReadPixelsYUV420()
416 this->makeView(recordingContext), in asView()
422 GrSurfaceProxyView view = this->makeView(recordingContext); in asView()
454 GrSurfaceProxyView SkImage_Ganesh::makeView(GrRecordingContext* rContext) const { in makeView() function in SkImage_Ganesh
DSkImage_GaneshYUVA.cpp98 auto newView = GrCopyBaseMipMapToView(context, fYUVAProxies.makeView(i)); in setupMipmapsForPlanes()
102 SkASSERT(newView.swizzle() == fYUVAProxies.makeView(i).swizzle()); in setupMipmapsForPlanes()
DSkImage_Ganesh.h137 GrSurfaceProxyView makeView(GrRecordingContext*) const;
/external/skia/src/gpu/ganesh/
DGrAHardwareBufferImageGenerator.cpp69 GrSurfaceProxyView GrAHardwareBufferImageGenerator::makeView(GrRecordingContext* context) { in makeView() function in GrAHardwareBufferImageGenerator
183 GrSurfaceProxyView texProxyView = this->makeView(context); in onGenerateTexture()
DGrAHardwareBufferImageGenerator.h54 GrSurfaceProxyView makeView(GrRecordingContext* context);
DGrYUVATextureProxies.h66 GrSurfaceProxyView makeView(int i) const { in makeView() function
/external/skia/src/gpu/ganesh/effects/
DGrYUVtoRGBEffect.cpp77 GrSurfaceProxyView view = yuvaProxies.makeView(i); in Make()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampledRenderToSingleSampledTests.cpp263 …Move<VkImageView> makeView(const DeviceInterface &vk, const VkDevice device, const VkFormat format,
419 view = makeView(vk, device, format, aspect, layerCount); in allocate()
422 Move<VkImageView> Image::makeView(const DeviceInterface &vk, const VkDevice device, const VkFormat … in makeView() function in vkt::pipeline::__anon357259140111::Image
1682 … wd.depthStencil.makeView(vk, device, params.depthStencilFormat, VK_IMAGE_ASPECT_DEPTH_BIT, 1); in createWorkingData()
1686 … wd.depthStencil.makeView(vk, device, params.depthStencilFormat, VK_IMAGE_ASPECT_STENCIL_BIT, 1); in createWorkingData()
1713 …wd.depthOnlyResolveImageView = wd.depthStencilResolve.makeView(vk, device, params.depthStencilForm… in createWorkingData()
1717 …wd.stencilOnlyResolveImageView = wd.depthStencilResolve.makeView(vk, device, params.depthStencilFo… in createWorkingData()