HomeSort by relevance Sort by last modified time
    Searched defs:backendContext (Results 1 - 3 of 3) sorted by null

  /external/skia/tools/gpu/vk/
VkTestContext.cpp 113 sk_sp<const GrVkBackendContext> backendContext;
115 backendContext = sharedContext->getVkBackendContext();
122 backendContext.reset(GrVkBackendContext::Create(instProc, devProc));
124 if (!backendContext) {
127 return new VkTestContextImpl(std::move(backendContext));
150 VkTestContextImpl(sk_sp<const GrVkBackendContext> backendContext)
151 : VkTestContext(std::move(backendContext)) {
  /external/skqp/tools/gpu/vk/
VkTestContext.cpp 113 sk_sp<const GrVkBackendContext> backendContext;
115 backendContext = sharedContext->getVkBackendContext();
122 backendContext.reset(GrVkBackendContext::Create(instProc, devProc));
124 if (!backendContext) {
127 return new VkTestContextImpl(std::move(backendContext));
150 VkTestContextImpl(sk_sp<const GrVkBackendContext> backendContext)
151 : VkTestContext(std::move(backendContext)) {
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 

Completed in 189 milliseconds