Home
last modified time | relevance | path

Searched refs:reacquireHighPowerGPU (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DContextCGL.h32 egl::Error reacquireHighPowerGPU(gl::Context *context) override;
DContextCGL.cpp47 egl::Error ContextCGL::reacquireHighPowerGPU(gl::Context *context) in reacquireHighPowerGPU() function in rx::ContextCGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.cpp63 egl::Error ContextImpl::reacquireHighPowerGPU(gl::Context *) in reacquireHighPowerGPU() function in rx::ContextImpl
DContextImpl.h251 virtual egl::Error reacquireHighPowerGPU(gl::Context *context);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h610 egl::Error reacquireHighPowerGPU();
DContext.cpp9213 egl::Error Context::reacquireHighPowerGPU() in reacquireHighPowerGPU() function in gl::Context
9215 return mImplementation->reacquireHighPowerGPU(this); in reacquireHighPowerGPU()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_ext_stubs.cpp769 ANGLE_EGL_TRY(thread, context->reacquireHighPowerGPU(), "eglReacquireHighPowerGPUANGLE", in ReacquireHighPowerGPUANGLE()