| /third_party/skia/experimental/graphite/src/ |
| H A D | BackendTexture.cpp | 13 BackendTexture::BackendTexture(SkISize dimensions, sk_cfp<mtl::Handle> mtlTexture) in BackendTexture() argument
|
| H A D | Texture.cpp | 12 Texture::Texture(SkISize dimensions, const TextureInfo& info) in Texture() argument
|
| H A D | TextureProxy.h | 29 SkISize dimensions() const { return fDimensions; } in dimensions() function in skgpu::TextureProxy
|
| H A D | TextureProxy.cpp | 15 TextureProxy::TextureProxy(SkISize dimensions, const TextureInfo& info) in TextureProxy() argument
|
| H A D | Texture.h | 24 SkISize dimensions() const { return fDimensions; } in dimensions() function in skgpu::Texture
|
| /third_party/skia/src/gpu/mock/ |
| H A D | GrMockAttachment.h | 17 GrMockAttachment(GrMockGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt) in GrMockAttachment() argument
|
| H A D | GrMockTexture.h | 56 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 D | Image_dimensions.cpp | 7 SkISize dimensions = image->dimensions(); in REG_FIDDLE() local
|
| H A D | Bitmap_dimensions.cpp | 9 SkISize dimensions = bitmap.dimensions(); in REG_FIDDLE() local
|
| H A D | ImageInfo_dimensions.cpp | 10 SkISize dimensions = imageInfo.dimensions(); in REG_FIDDLE() local
|
| /third_party/skia/src/gpu/dawn/ |
| H A D | GrDawnTextureRenderTarget.cpp | 14 GrDawnTextureRenderTarget(GrDawnGpu* gpu, SkISize dimensions, int sampleCnt, const GrDawnTextureInfo& textureInfo, GrMipmapStatus mipmapStatus) GrDawnTextureRenderTarget() argument
|
| H A D | GrDawnAttachment.cpp | 15 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 D | GrDawnRenderTarget.cpp | 14 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 D | BackendTexture.h | 30 SkISize dimensions() const { return fDimensions; } in dimensions() function in skgpu::BackendTexture
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | pixelstore.c | 322 _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 D | AtlasInstancedHelper.cpp | 101 SkISize dimensions = fAtlasProxy->backingStoreDimensions(); in setUniformData() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrRenderTarget.cpp | 17 GrRenderTarget(GrGpu* gpu, const SkISize& dimensions, int sampleCount, GrProtected isProtected, sk_sp<GrAttachment> stencil) GrRenderTarget() argument
|
| H A D | GrSurfaceProxyPriv.h | 39 void setLazyDimensions(SkISize dimensions) { fProxy->setLazyDimensions(dimensions); } in setLazyDimensions() argument
|
| H A D | GrSurface.cpp | 18 ComputeSize(const GrBackendFormat& format, SkISize dimensions, int colorSamplesPerPixel, GrMipmapped mipMapped, bool binSize) ComputeSize() argument
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLAttachment.h | 28 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 D | YUVUtils.h | 48 SkISize dimensions() const { return fPixmaps.yuvaInfo().dimensions(); } in dimensions() function in sk_gpu_test::LazyYUVImage
|
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DAttachment.cpp | 12 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 D | librsvgdec.c | 43 RsvgDimensionData unscaled_dimensions, dimensions; in librsvg_decode_frame() local [all...] |
| /third_party/node/deps/v8/tools/v8windbg/src/ |
| H A D | local-variables.cc | 106 ArrayDimension dimensions[] = { variable
|
| /third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
| H A D | pp_mlaa.c | 58 static unsigned int dimensions[2] = { 0, 0 }; variable
|