| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DPipelineState.cpp | 72 SkISize dimensions = rt->dimensions(); in setRenderTargetState() local
|
| H A D | GrD3DTextureRenderTarget.cpp | 13 GrD3DTextureRenderTarget( GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, const GrD3DTextureResourceInfo& msaaInfo, sk_sp<GrD3DResourceState> msaaState, const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, const GrD3DDescriptorHeap::CPUHandle& resolveRenderTargetView, GrMipmapStatus mipmapStatus) GrD3DTextureRenderTarget() argument 40 GrD3DTextureRenderTarget( GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, const GrD3DDescriptorHeap::CPUHandle& renderTargetView, GrMipmapStatus mipmapStatus) GrD3DTextureRenderTarget() argument 56 GrD3DTextureRenderTarget( GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, const GrD3DTextureResourceInfo& msaaInfo, sk_sp<GrD3DResourceState> msaaState, const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, const GrD3DDescriptorHeap::CPUHandle& resolveRenderTargetView, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrD3DTextureRenderTarget() argument 83 GrD3DTextureRenderTarget( GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, const GrD3DDescriptorHeap::CPUHandle& renderTargetView, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrD3DTextureRenderTarget() argument 99 MakeNewTextureRenderTarget( GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, int sampleCnt, const D3D12_RESOURCE_DESC& resourceDesc, GrProtected isProtected, GrMipmapStatus mipmapStatus) MakeNewTextureRenderTarget() argument 155 MakeWrappedTextureRenderTarget( GrD3DGpu* gpu, SkISize dimensions, int sampleCnt, GrWrapCacheable cacheable, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state) MakeWrappedTextureRenderTarget() argument [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrPixmap.h | 29 SkISize dimensions() const { return fInfo.dimensions(); } in dimensions() function in GrPixmapBase
|
| H A D | SurfaceContext.h | 71 SkISize dimensions() const { return fReadView.dimensions(); } in dimensions() function in skgpu::SurfaceContext
|
| H A D | GrCaps.cpp | 308 bool GrCaps::validateSurfaceParams(const SkISize& dimensions, const GrBackendFormat& format, in validateSurfaceParams() argument
|
| H A D | GrSurfaceProxy.cpp | 29 static bool is_valid_lazy(const SkISize& dimensions, SkBackingFit fit) { in is_valid_lazy() argument 38 static bool is_valid_non_lazy(SkISize dimensions) { in is_valid_non_lazy() argument 44 GrSurfaceProxy(const GrBackendFormat& format, SkISize dimensions, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator) GrSurfaceProxy() argument 63 GrSurfaceProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator) GrSurfaceProxy() argument [all...] |
| H A D | GrThreadSafeCache.cpp | 320 CreateLazyView(GrDirectContext* dContext, GrColorType origCT, SkISize dimensions, GrSurfaceOrigin origin, SkBackingFit fit) CreateLazyView() argument
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLProgram.cpp | 155 SkISize dimensions = rt->dimensions(); in setRenderTargetState() local
|
| H A D | GrGLRenderTarget.cpp | 25 GrGLRenderTarget(GrGLGpu* gpu, const SkISize& dimensions, GrGLFormat format, int sampleCount, const IDs& ids, sk_sp<GrGLAttachment> stencil) GrGLRenderTarget() argument 38 GrGLRenderTarget(GrGLGpu* gpu, const SkISize& dimensions, GrGLFormat format, int sampleCount, const IDs& ids) GrGLRenderTarget() argument 80 MakeWrapped(GrGLGpu* gpu, const SkISize& dimensions, GrGLFormat format, int sampleCount, const IDs& idDesc, int stencilBits) MakeWrapped() argument [all...] |
| /third_party/skia/tools/skqp/src/ |
| H A D | skqp_model.cpp | 28 static inline bool inside(SkIPoint point, SkISize dimensions) { in inside() argument [all...] |
| /third_party/skia/include/core/ |
| H A D | SkPixmap.h | 161 SkISize dimensions() const { return fInfo.dimensions(); } in dimensions() function in SkPixmap
|
| H A D | SkImage.h | 589 SkISize dimensions() cons function in SkImage [all...] |
| H A D | SkYUVAInfo.h | 167 SkISize dimensions() const { return fDimensions; } in dimensions() function in SkYUVAInfo::PlaneConfig::Subsampling [all...] |
| /third_party/skia/gm/ |
| H A D | animated_image_orientation.cpp | 54 auto dimensions = codec->dimensions(); in init() local
|
| H A D | compressed_textures.cpp | 44 static SkPath make_gear(SkISize dimensions, int numTeeth) { in make_gear() argument 74 SkBitmap render_level(SkISize dimensions, SkColor color, SkColorType colorType, bool opaque) { in render_level() argument 101 make_compressed_image(GrDirectContext* dContext, const SkISize dimensions, SkColorType colorType, bool opaque, SkImage::CompressionType compression) make_compressed_image() argument [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_nir_lower_taskmesh_io_to_mem.c | 281 nir_ssa_def *dimensions = intrin->src[0].ssa; in lower_task_launch_mesh_workgroups() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | formatquery.c | 1059 GLint dimensions; in _mesa_GetInternalformativ() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_sanity.c | 43 uint dimensions : 4; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageTransfer.cpp | 63 VkExtent3D dimensions; // .depth will be the number of layers for 2D images and the depth for 3D images. member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageTransfer.cpp | 63 VkExtent3D dimensions; // .depth will be the number of layers for 2D images and the depth for 3D images. member [all...] |
| /third_party/skia/src/image/ |
| H A D | SkImage_GpuBase.cpp | 197 MakePromiseImageLazyProxy( GrContextThreadSafeProxy* tsp, SkISize dimensions, GrBackendFormat backendFormat, GrMipmapped mipMapped, PromiseImageTextureFulfillProc fulfillProc, sk_sp<GrRefCntedCallback> releaseHelper) MakePromiseImageLazyProxy() argument
|
| /third_party/skia/src/core/ |
| H A D | SkYUVAInfo.cpp | 300 SkYUVAInfo::SkYUVAInfo(SkISize dimensions, in SkYUVAInfo() argument
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLType.cpp | 251 TextureType(const char* name, SpvDim_ dimensions, bool isDepth, bool isArrayed, in TextureType() argument
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFBitmap.cpp | 257 SkISize dimensions = img->dimensions(); in serialize_image() local
|
| /third_party/skia/tests/ |
| H A D | CodecAnimTest.cpp | 504 auto dimensions = codec->codec()->getScaledDimensions(1.0f / sampleSize); in test_animated_AndroidCodec() local
|