Home
last modified time | relevance | path

Searched refs:hasDebugExtension (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/gpu/vk/
DVkTestUtils.cpp311 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); \
329 bool hasDebugExtension) { in destroy_instance() argument
330 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance()
460 bool hasDebugExtension = false; in CreateVkBackendContext() local
471 for (int i = 0; i < instanceExtensionNames.count() && !hasDebugExtension; ++i) { in CreateVkBackendContext()
473 hasDebugExtension = true; in CreateVkBackendContext()
476 if (hasDebugExtension) { in CreateVkBackendContext()
508 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
513 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
523 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
[all …]
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp307 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); \
325 bool hasDebugExtension) { in destroy_instance() argument
326 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance()
456 bool hasDebugExtension = false; in CreateVkBackendContext() local
467 for (int i = 0; i < instanceExtensionNames.count() && !hasDebugExtension; ++i) { in CreateVkBackendContext()
469 hasDebugExtension = true; in CreateVkBackendContext()
472 if (hasDebugExtension) { in CreateVkBackendContext()
504 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
509 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
519 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
[all …]