Searched refs:MakeIfSupported (Results 1 – 3 of 3) sorted by relevance
18 static std::unique_ptr<FenceSync> MakeIfSupported(const sk_gpu_test::GLTestContext*);75 std::unique_ptr<sk_gpu_test::FenceSync> GLFenceSync::MakeIfSupported( in MakeIfSupported() function in __anond0c005340111::GLFenceSync147 static std::unique_ptr<GLGpuTimer> MakeIfSupported(const sk_gpu_test::GLTestContext*);186 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) { in MakeIfSupported() function in __anond0c005340111::GLGpuTimer289 fFenceSync = fenceSync ? std::move(fenceSync) : GLFenceSync::MakeIfSupported(this); in init()290 fGpuTimer = GLGpuTimer::MakeIfSupported(this); in init()
18 static std::unique_ptr<GLGpuTimer> MakeIfSupported(const sk_gpu_test::GLTestContext*);58 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) { in MakeIfSupported() function in __anon9b9b43bf0111::GLGpuTimer202 fGpuTimer = GLGpuTimer::MakeIfSupported(this); in init()
25 static std::unique_ptr<EGLFenceSync> MakeIfSupported(EGLDisplay);221 this->init(std::move(gl), EGLFenceSync::MakeIfSupported(fDisplay)); in EGLGLTestContext()342 std::unique_ptr<EGLFenceSync> EGLFenceSync::MakeIfSupported(EGLDisplay display) { in MakeIfSupported() function in __anonff47ac0b0111::EGLFenceSync