Searched refs:notifyResets (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | main.h | 57 …Context(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAcc…
|
D | Context.h | 172 …Context(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAcc…
|
D | Context.cpp | 45 Context::Context(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool r… in Context() argument 172 mResetStrategy = (notifyResets ? GL_LOSE_CONTEXT_ON_RESET_EXT : GL_NO_RESET_NOTIFICATION_EXT); in Context() 2973 …Context(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAcc… in glCreateContext() argument 2975 return new gl::Context(shareContext, renderer, notifyResets, robustAccess); in glCreateContext()
|
/external/chromium_org/third_party/angle/src/libEGL/ |
D | Display.h | 45 …Context(EGLConfig configHandle, const gl::Context *shareContext, bool notifyResets, bool robustAcc…
|
D | Display.cpp | 363 …Context(EGLConfig configHandle, const gl::Context *shareContext, bool notifyResets, bool robustAcc… in createContext() argument 375 gl::Context *context = glCreateContext(shareContext, mRenderer, notifyResets, robustAccess); in createContext()
|