Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp50 #define GR_COPY_FUNCTION(NAME) functions.vk##NAME = interface->fFunctions.f##NAME in Make() macro
54 GR_COPY_FUNCTION(GetPhysicalDeviceProperties); in Make()
55 GR_COPY_FUNCTION(GetPhysicalDeviceMemoryProperties); in Make()
56 GR_COPY_FUNCTION(AllocateMemory); in Make()
57 GR_COPY_FUNCTION(FreeMemory); in Make()
58 GR_COPY_FUNCTION(MapMemory); in Make()
59 GR_COPY_FUNCTION(UnmapMemory); in Make()
60 GR_COPY_FUNCTION(FlushMappedMemoryRanges); in Make()
61 GR_COPY_FUNCTION(InvalidateMappedMemoryRanges); in Make()
62 GR_COPY_FUNCTION(BindBufferMemor in Make()
[all...]

Completed in 1 milliseconds