Home
last modified time | relevance | path

Searched refs:isContextLost (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dglobal_state.h154 if (context && !context->isContextLost()) in GetValidGlobalContext()
Dglobal_state.cpp201 if (context && context->isContextLost()) in GenerateContextLostErrorOnContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h461 bool isContextLost() const { return mContextLost; } in isContextLost() function
530 ASSERT(!isContextLost() || !mSkipValidation); in skipValidation()
Dqueryutils.cpp1292 if (context->isContextLost()) in QueryProgramiv()
1481 if (context->isContextLost()) in QueryShaderiv()
1730 if (context->isContextLost()) in QuerySynciv()
DContext.cpp103 if (context->isContextLost()) in GetQueryObjectParameter()
2827 if (!isContextLost() && mImplementation->getResetStatus() != GraphicsResetStatus::NoError) in getGraphicsResetStatus()
2841 if (!isContextLost()) in getGraphicsResetStatus()
6317 if (!isContextLost()) in getSynciv()
6819 if (!isContextLost() && pname != GL_COMPLETION_STATUS_KHR) in getProgramiv()
6886 if (!isContextLost()) in getShaderiv()
DvalidationES.cpp2375 if (context->isContextLost()) in ValidateGetQueryObjectValueBase()
5638 if (context->isContextLost()) in ValidateGetProgramivBase()
6607 if (context->isContextLost()) in ValidateGetShaderivBase()
DvalidationES3.cpp3635 if (context->isContextLost()) in ValidateGetSynciv()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js384 isContextLost: function (...args) { method
/third_party/typescript/lib/
Dlib.webworker.d.ts5009 isContextLost(): boolean; method
Dlib.dom.d.ts16256 isContextLost(): boolean; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4989 isContextLost(): boolean; method
Ddom.generated.d.ts16236 isContextLost(): boolean; method
/third_party/typescript/tests/lib/
Dlib.d.ts15083 isContextLost(): boolean; method