Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/cgl/
DContextCGL.h32 egl::Error reacquireHighPowerGPU(gl::Context *context) override;
DContextCGL.cpp45 egl::Error ContextCGL::reacquireHighPowerGPU(gl::Context *context) in reacquireHighPowerGPU() function in rx::ContextCGL
/external/angle/src/libANGLE/renderer/
DContextImpl.cpp64 egl::Error ContextImpl::reacquireHighPowerGPU(gl::Context *) in reacquireHighPowerGPU() function in rx::ContextImpl
DContextImpl.h258 virtual egl::Error reacquireHighPowerGPU(gl::Context *context);
/external/angle/src/libANGLE/
DContext.h717 egl::Error reacquireHighPowerGPU();
DContext.cpp9644 egl::Error Context::reacquireHighPowerGPU() in reacquireHighPowerGPU() function in gl::Context
9646 return mImplementation->reacquireHighPowerGPU(this); in reacquireHighPowerGPU()
/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp842 ANGLE_EGL_TRY(thread, context->reacquireHighPowerGPU(), "eglReacquireHighPowerGPUANGLE", in ReacquireHighPowerGPUANGLE()