Home
last modified time | relevance | path

Searched refs:resourceBytes (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrContext.cpp201 void GrContext::getResourceCacheUsage(int* resourceCount, size_t* resourceBytes) const { in getResourceCacheUsage()
207 if (resourceBytes) { in getResourceCacheUsage()
208 *resourceBytes = fResourceCache->getBudgetedResourceBytes(); in getResourceCacheUsage()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2371 vector<deUint8> resourceBytes; in createBufferForResource() local
2372 resource.getBytes(resourceBytes); in createBufferForResource()
2379 (VkDeviceSize)resourceBytes.size(), // size in createBufferForResource()
2948 vector<deUint8> resourceBytes; in runAndVerifyDefaultPipeline() local
2949 resource.getBytes(resourceBytes); in runAndVerifyDefaultPipeline()
2951 deMemcpy(resourceMemory->getHostPtr(), &resourceBytes.front(), resourceBytes.size()); in runAndVerifyDefaultPipeline()
2977 vector<deUint8> resourceBytes; in runAndVerifyDefaultPipeline() local
2978 resource.getBytes(resourceBytes); in runAndVerifyDefaultPipeline()
2980 deMemcpy(resourceMemory->getHostPtr(), &resourceBytes.front(), resourceBytes.size()); in runAndVerifyDefaultPipeline()
3022 vector<deUint8> resourceBytes; in runAndVerifyDefaultPipeline() local
[all …]
/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java454 byte[] resourceBytes; in writeBinary()
502 resourceBytes = intArrayToBytes(resources); in writeBinary()
510 out.write(resourceBytes); in writeBinary()
511 LDML2ICUBinaryWriter.written += resourceBytes.length; in writeBinary()
/external/skia/include/gpu/
DGrContext.h150 void getResourceCacheUsage(int* resourceCount, size_t* resourceBytes) const;
/external/skqp/include/gpu/
DGrContext.h146 void getResourceCacheUsage(int* resourceCount, size_t* resourceBytes) const;
/external/skqp/src/gpu/
DGrContext.cpp255 void GrContext::getResourceCacheUsage(int* resourceCount, size_t* resourceBytes) const { in getResourceCacheUsage()
261 if (resourceBytes) { in getResourceCacheUsage()
262 *resourceBytes = fResourceCache->getBudgetedResourceBytes(); in getResourceCacheUsage()