Home
last modified time | relevance | path

Searched defs:Resource (Results 1 – 24 of 24) sorted by relevance

/external/deqp/framework/common/
DtcuResource.hpp45 class Resource class
58 Resource (const std::string& name) : m_name(name) {} in Resource() function in tcu::Resource
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DResource.java9 public interface Resource<Z> { interface
/external/clang/test/SemaCXX/
Doperator-arrow-temporary.cpp4 struct Resource { struct
/external/skia/src/gpu/vk/
DGrVkSemaphore.h26 Resource(VkSemaphore semaphore) : INHERITED(), fSemaphore(semaphore) {} in Resource() function
DGrVkImage.h99 Resource() in Resource() function
106 Resource(VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling) in Resource() function
DGrVkUniformBuffer.h40 Resource(VkBuffer buf, const GrVkAlloc& alloc) in Resource() function
DGrVkBuffer.h59 Resource(VkBuffer buf, const GrVkAlloc& alloc, Type type) in Resource() function
/external/swiftshader/src/Common/
DResource.cpp21 Resource::Resource(size_t bytes) : size(bytes) in Resource() function in sw::Resource
DResource.hpp30 class Resource class
/external/mesa3d/src/egl/main/
Deglsync.h43 _EGLResource Resource; member
Deglimage.h64 _EGLResource Resource; member
Deglcontext.h45 _EGLResource Resource; member
Deglsurface.h45 _EGLResource Resource; member
/external/v8/src/
Dobjects-body-descriptors-inl.h315 typedef v8::String::ExternalOneByteStringResource Resource; in IterateBody() typedef
322 typedef v8::String::ExternalOneByteStringResource Resource; in IterateBody() typedef
338 typedef v8::String::ExternalStringResource Resource; in IterateBody() typedef
345 typedef v8::String::ExternalStringResource Resource; in IterateBody() typedef
Dobjects.h10215 typedef v8::String::ExternalOneByteStringResource Resource; typedef
10247 typedef v8::String::ExternalStringResource Resource; typedef
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp1829 struct Resource { struct
1830 int st[DATA_FILE_COUNT]; // LD to LD delay 3
1831 int ld[DATA_FILE_COUNT]; // ST to ST delay 3
1832 int tex; // TEX to non-TEX delay 17 (0x11)
1833 int sfu; // SFU to SFU delay 3 (except PRE-ops)
1834 int imul; // integer MUL to MUL delay 3
/external/icu/icu4c/source/common/
Duresdata.h63 typedef uint32_t Resource; typedef
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h73 struct tgsi_declaration_resource Resource; member
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.hpp140 class Resource class
DvktSynchronizationOperation.cpp3405 Resource::Resource (OperationContext& context, const ResourceDescription& desc, const deUint32 usag… in Resource() function in vkt::synchronization::Resource
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java227 "Insufficient Space On Resource"); in setReason()
/external/v8/src/snapshot/
Dserializer.cc697 typedef v8::String::ExternalOneByteStringResource Resource; in SerializeExternalNativeSourceString() typedef
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h176 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ member
183 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ member
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java607 private class Resource{ class in XLIFF2ICUConverter