Home
last modified time | relevance | path

Searched refs:notifyResets (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
Dmain.h57 …Context(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAcc…
DContext.h172 …Context(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAcc…
DContext.cpp45 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/
DDisplay.h45 …Context(EGLConfig configHandle, const gl::Context *shareContext, bool notifyResets, bool robustAcc…
DDisplay.cpp363 …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()