Home
last modified time | relevance | path

Searched refs:fMaxAPIVersion (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/gpu/vk/
DGrVkBackendContext.h56 uint32_t fMaxAPIVersion = 0; member
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp786 ctx->fMaxAPIVersion = apiVersion; in CreateVkBackendContext()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp98 uint32_t apiVersion = backendContext.fMaxAPIVersion ? backendContext.fMaxAPIVersion in Make()