Home
last modified time | relevance | path

Searched defs:dimensions (Results 1 - 25 of 147) sorted by relevance

123456

/third_party/skia/experimental/graphite/src/
H A DBackendTexture.cpp13 BackendTexture::BackendTexture(SkISize dimensions, sk_cfp<mtl::Handle> mtlTexture) in BackendTexture() argument
H A DTexture.cpp12 Texture::Texture(SkISize dimensions, const TextureInfo& info) in Texture() argument
H A DTextureProxy.h29 SkISize dimensions() const { return fDimensions; } in dimensions() function in skgpu::TextureProxy
H A DTextureProxy.cpp15 TextureProxy::TextureProxy(SkISize dimensions, const TextureInfo& info) in TextureProxy() argument
H A DTexture.h24 SkISize dimensions() const { return fDimensions; } in dimensions() function in skgpu::Texture
/third_party/skia/src/gpu/mock/
H A DGrMockAttachment.h17 GrMockAttachment(GrMockGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt) in GrMockAttachment() argument
H A DGrMockTexture.h56 GrMockTexture(GrMockGpu* gpu, const SkISize& dimensions, GrProtected isProtected, in GrMockTexture() argument
18 GrMockTexture(GrMockGpu* gpu, SkBudgeted budgeted, SkISize dimensions, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& info) GrMockTexture() argument
28 GrMockTexture(GrMockGpu* gpu, SkISize dimensions, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& info, GrWrapCacheable cacheable, GrIOType ioType) GrMockTexture() argument
82 GrMockRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, SkISize dimensions, int sampleCnt, GrProtected isProtected, const GrMockRenderTargetInfo& info) GrMockRenderTarget() argument
95 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, SkISize dimensions, int sampleCnt, GrProtected isProtected, const GrMockRenderTargetInfo& info) GrMockRenderTarget() argument
137 GrMockRenderTarget(GrMockGpu* gpu, SkISize dimensions, int sampleCnt, GrProtected isProtected, const GrMockRenderTargetInfo& info) GrMockRenderTarget() argument
155 GrMockTextureRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo) GrMockTextureRenderTarget() argument
170 GrMockTextureRenderTarget(GrMockGpu* gpu, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo, GrWrapCacheable cacheable) GrMockTextureRenderTarget() argument
[all...]
/third_party/skia/docs/examples/
H A DImage_dimensions.cpp7 SkISize dimensions = image->dimensions(); in REG_FIDDLE() local
H A DBitmap_dimensions.cpp9 SkISize dimensions = bitmap.dimensions(); in REG_FIDDLE() local
H A DImageInfo_dimensions.cpp10 SkISize dimensions = imageInfo.dimensions(); in REG_FIDDLE() local
/third_party/skia/src/gpu/dawn/
H A DGrDawnTextureRenderTarget.cpp14 GrDawnTextureRenderTarget(GrDawnGpu* gpu, SkISize dimensions, int sampleCnt, const GrDawnTextureInfo& textureInfo, GrMipmapStatus mipmapStatus) GrDawnTextureRenderTarget() argument
H A DGrDawnAttachment.cpp15 GrDawnAttachment(GrDawnGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int samples, wgpu::Texture texture, wgpu::TextureView view) GrDawnAttachment() argument
27 MakeStencil(GrDawnGpu* gpu, SkISize dimensions, int sampleCnt) MakeStencil() argument
H A DGrDawnRenderTarget.cpp14 GrDawnRenderTarget(GrDawnGpu* gpu, SkISize dimensions, int sampleCnt, const GrDawnRenderTargetInfo& info) GrDawnRenderTarget() argument
22 MakeWrapped(GrDawnGpu* gpu, SkISize dimensions, int sampleCnt, const GrDawnRenderTargetInfo& info) MakeWrapped() argument
/third_party/skia/experimental/graphite/include/
H A DBackendTexture.h30 SkISize dimensions() const { return fDimensions; } in dimensions() function in skgpu::BackendTexture
/third_party/mesa3d/src/mesa/main/
H A Dpixelstore.c322 _mesa_compressed_pixel_storage_error_check( struct gl_context *ctx, GLint dimensions, const struct gl_pixelstore_attrib *packing, const char *caller) _mesa_compressed_pixel_storage_error_check() argument
/third_party/skia/src/gpu/ops/
H A DAtlasInstancedHelper.cpp101 SkISize dimensions = fAtlasProxy->backingStoreDimensions(); in setUniformData() local
/third_party/skia/src/gpu/
H A DGrRenderTarget.cpp17 GrRenderTarget(GrGpu* gpu, const SkISize& dimensions, int sampleCount, GrProtected isProtected, sk_sp<GrAttachment> stencil) GrRenderTarget() argument
H A DGrSurfaceProxyPriv.h39 void setLazyDimensions(SkISize dimensions) { fProxy->setLazyDimensions(dimensions); } in setLazyDimensions() argument
H A DGrSurface.cpp18 ComputeSize(const GrBackendFormat& format, SkISize dimensions, int colorSamplesPerPixel, GrMipmapped mipMapped, bool binSize) ComputeSize() argument
/third_party/skia/src/gpu/gl/
H A DGrGLAttachment.h28 MakeWrappedRenderBuffer(GrGpu* gpu, GrGLuint renderbufferID, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt, GrGLFormat format) MakeWrappedRenderBuffer() argument
53 GrGLAttachment(GrGpu* gpu, GrGLuint renderbufferID, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt, GrGLFormat format) GrGLAttachment() argument
/third_party/skia/tools/gpu/
H A DYUVUtils.h48 SkISize dimensions() const { return fPixmaps.yuvaInfo().dimensions(); } in dimensions() function in sk_gpu_test::LazyYUVImage
/third_party/skia/src/gpu/d3d/
H A DGrD3DAttachment.cpp12 GrD3DAttachment(GrD3DGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, DXGI_FORMAT format, const D3D12_RESOURCE_DESC& desc, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& view) GrD3DAttachment() argument
28 MakeStencil(GrD3DGpu* gpu, SkISize dimensions, int sampleCnt, DXGI_FORMAT format) MakeStencil() argument
/third_party/ffmpeg/libavcodec/
H A Dlibrsvgdec.c43 RsvgDimensionData unscaled_dimensions, dimensions; in librsvg_decode_frame() local
[all...]
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dlocal-variables.cc106 ArrayDimension dimensions[] = { variable
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c58 static unsigned int dimensions[2] = { 0, 0 }; variable

Completed in 8 milliseconds

123456