Home
last modified time | relevance | path

Searched refs:requestedSizeBytes (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DDisplayVk.h130 ANGLE_NO_DISCARD bool getScratchBuffer(size_t requestedSizeBytes,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2377 size_t requestedSizeBytes; member
2387 , requestedSizeBytes (0) in AllocTrack()
2459 g_allocatedVector[vectorIdx].requestedSizeBytes = size; in allocCallbackFunc()
2511 else if (size < g_allocatedVector[vectorIdx].requestedSizeBytes) in reallocCallbackFunc()
2521 if (g_allocatedVector[vectorIdx].requestedSizeBytes < size) in reallocCallbackFunc()
2522 copySize = g_allocatedVector[vectorIdx].requestedSizeBytes; in reallocCallbackFunc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2388 size_t requestedSizeBytes; member
2398 , requestedSizeBytes (0) in AllocTrack()
2470 g_allocatedVector[vectorIdx].requestedSizeBytes = size; in allocCallbackFunc()
2522 else if (size < g_allocatedVector[vectorIdx].requestedSizeBytes) in reallocCallbackFunc()
2532 if (g_allocatedVector[vectorIdx].requestedSizeBytes < size) in reallocCallbackFunc()
2533 copySize = g_allocatedVector[vectorIdx].requestedSizeBytes; in reallocCallbackFunc()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.h485 ANGLE_NO_DISCARD bool getScratchBuffer(size_t requestedSizeBytes,

Completed in 11 milliseconds