2016-04-01 11:50:45 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright 2016 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
2019-04-23 17:05:21 +00:00
|
|
|
#include "tools/gpu/gl/GLTestContext.h"
|
2016-04-01 11:50:45 +00:00
|
|
|
|
|
|
|
namespace sk_gpu_test {
|
|
|
|
GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
|
|
|
GLTestContext *shareContext) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
} // namespace sk_gpu_test
|
|
|
|
|