Home
last modified time | relevance | path

Searched defs:cacheable (Results 1 - 25 of 30) sorted by relevance

12

/third_party/weex-loader/src/
H A Dloader.js
/third_party/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.cpp28 GrGLTextureRenderTarget(GrGLGpu* gpu, int sampleCount, const GrGLTexture::Desc& texDesc, sk_sp<GrGLTextureParameters> parameters, const GrGLRenderTarget::IDs& rtIDs, GrWrapCacheable cacheable, GrMipmapStatus mipmapStatus) GrGLTextureRenderTarget() argument
63 MakeWrapped( GrGLGpu* gpu, int sampleCount, const GrGLTexture::Desc& texDesc, sk_sp<GrGLTextureParameters> parameters, const GrGLRenderTarget::IDs& rtIDs, GrWrapCacheable cacheable, GrMipmapStatus mipmapStatus) MakeWrapped() argument
H A DGrGLTexture.cpp60 GrGLTexture(GrGLGpu* gpu, const Desc& desc, GrMipmapStatus mipmapStatus, sk_sp<GrGLTextureParameters> parameters, GrWrapCacheable cacheable, GrIOType ioType) GrGLTexture() argument
126 MakeWrapped(GrGLGpu* gpu, GrMipmapStatus mipmapStatus, const Desc& desc, sk_sp<GrGLTextureParameters> parameters, GrWrapCacheable cacheable, GrIOType ioType) MakeWrapped() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_bo.h38 bool cacheable; member
/third_party/skia/src/gpu/mock/
H A DGrMockTexture.h28 GrMockTexture(GrMockGpu* gpu, SkISize dimensions, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& info, GrWrapCacheable cacheable, GrIOType ioType) GrMockTexture() argument
170 GrMockTextureRenderTarget(GrMockGpu* gpu, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo, GrWrapCacheable cacheable) GrMockTextureRenderTarget() argument
H A DGrMockGpu.cpp189 onWrapRenderableBackendTexture(const GrBackendTexture& tex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
/third_party/libcoap/include/coap3/
H A Dcoap_resource_internal.h58 unsigned int cacheable:1; /**< can be cached */ member
/third_party/skia/src/gpu/vk/
H A DGrVkTextureRenderTarget.cpp48 GrVkTextureRenderTarget( GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrVkTextureRenderTarget() argument
118 MakeWrappedTextureRenderTarget( GrVkGpu* gpu, SkISize dimensions, int sampleCnt, GrWrapOwnership wrapOwnership, GrWrapCacheable cacheable, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) MakeWrappedTextureRenderTarget() argument
H A DGrVkTexture.cpp54 GrVkTexture(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) GrVkTexture() argument
103 MakeWrappedTexture( GrVkGpu* gpu, SkISize dimensions, GrWrapOwnership wrapOwnership, GrWrapCacheable cacheable, GrIOType ioType, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) MakeWrappedTexture() argument
H A DGrVkImage.cpp176 MakeWrapped(GrVkGpu* gpu, SkISize dimensions, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, UsageFlags attachmentUsages, GrWrapOwnership ownership, GrWrapCacheable cacheable, bool forSecondaryCB) MakeWrapped() argument
246 GrVkImage(GrVkGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, sk_sp<const GrVkImageView> framebufferView, sk_sp<const GrVkImageView> textureView, GrBackendObjectOwnership ownership, GrWrapCacheable cacheable, bool forSecondaryCB) GrVkImage() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DTexture.cpp35 GrD3DTexture(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, GrIOType ioType) GrD3DTexture() argument
89 MakeWrappedTexture(GrD3DGpu* gpu, SkISize dimensions, GrWrapCacheable cacheable, GrIOType ioType, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state) MakeWrappedTexture() argument
H A DGrD3DTextureRenderTarget.cpp56 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
155 MakeWrappedTextureRenderTarget( GrD3DGpu* gpu, SkISize dimensions, int sampleCnt, GrWrapCacheable cacheable, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state) MakeWrappedTextureRenderTarget() argument
H A DGrD3DGpu.cpp973 onWrapRenderableBackendTexture(const GrBackendTexture& tex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp73 MakeWrapped(GrDawnGpu* gpu, SkISize dimensions, GrRenderable renderable, int sampleCnt, GrWrapCacheable cacheable, GrIOType ioType, const GrDawnTextureInfo& info) MakeWrapped() argument
H A DGrDawnGpu.cpp260 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument
274 onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapCompressedBackendTexture() argument
280 onWrapRenderableBackendTexture(const GrBackendTexture& tex, int sampleCnt, GrWrapOwnership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_bigint.cpp111 [[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUndefined(); in ToLocaleString() local
H A Dbuiltins_date.cpp249 [[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUndefined(); in ToLocaleString() local
330 [[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUndefined(); in ToLocaleDateString() local
411 [[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUndefined(); ToLocaleTimeString() local
[all...]
H A Dbuiltins_number.cpp310 [[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUndefined(); in ToLocaleString() local
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast.h222 void SetHasCacheableProxyMethods(bool cacheable) in SetHasCacheableProxyMethods() argument
/foundation/ability/idl_tool/parser/
H A Dparser.cpp231 bool Parser::ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime) in ParseMethodProperties() argument
277 void Parser::SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int cacheTime) in SetMethodAttr() argument
377 bool cacheable = false; in ParseMethod() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c182 svga_texture_view_surface(struct svga_context *svga, struct svga_texture *tex, unsigned bind_flags, SVGA3dSurfaceAllFlags flags, SVGA3dSurfaceFormat format, unsigned start_mip, unsigned num_mip, int layer_pick, unsigned num_layers, int zslice_pick, boolean cacheable, struct svga_host_surface_cache_key *key) svga_texture_view_surface() argument
/third_party/skia/src/gpu/
H A DGrProxyProvider.cpp536 wrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType, sk_sp<GrRefCntedCallback> releaseHelper) wrapBackendTexture() argument
573 wrapCompressedBackendTexture( const GrBackendTexture& beTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, sk_sp<GrRefCntedCallback> releaseHelper) wrapCompressedBackendTexture() argument
608 wrapRenderableBackendTexture( const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable, sk_sp<GrRefCntedCallback> releaseHelper) wrapRenderableBackendTexture() argument
H A DGrResourceProvider.cpp351 wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) wrapBackendTexture() argument
362 wrapCompressedBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapCompressedBackendTexture() argument
374 wrapRenderableBackendTexture(const GrBackendTexture& tex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapRenderableBackendTexture() argument
H A DGrGpu.cpp320 wrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) wrapBackendTexture() argument
341 wrapCompressedBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapCompressedBackendTexture() argument
360 wrapRenderableBackendTexture(const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapRenderableBackendTexture() argument
/third_party/skia/tests/
H A DResourceCacheTest.cpp258 static TestResource* CreateWrapped(GrGpu* gpu, GrWrapCacheable cacheable, in CreateWrapped() argument
299 TestResource(GrGpu* gpu, GrWrapCacheable cacheable, size_t size) in TestResource() argument

Completed in 23 milliseconds

12