Searched refs:mErrors (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | ContextImpl.cpp | 17 : mState(state), mMemoryProgramCache(nullptr), mErrors(errorSet) in ContextImpl() 50 mErrors->handleError(errorCode, errorStream.str().c_str(), file, function, line); in handleError()
|
D | ContextImpl.h | 262 gl::ErrorSet *mErrors; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 350 mErrors.emplace(error); in handleError() 357 while (!mErrors.empty()) in CommandProcessor() 359 mErrors.pop(); in CommandProcessor() 368 if (mErrors.empty()) in checkAndPopPendingError() 374 Error err = mErrors.front(); in checkAndPopPendingError() 375 mErrors.pop(); in checkAndPopPendingError()
|
D | CommandProcessor.h | 554 return !mErrors.empty(); in hasPendingError() 592 std::queue<Error> mErrors; variable
|
D | ContextVk.cpp | 5278 mErrors->handleError(glErrorCode, errorStream.str().c_str(), file, function, line); in handleError()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.h | 105 std::set<GLenum> mErrors; variable 698 ErrorSet mErrors; variable
|
D | Context.cpp | 380 mErrors(this), in Context() 382 ->createContext(mState, &mErrors, config, shareContext, attribs)), in Context() 2769 mErrors.handleError(errorCode, message, file, function, line); in handleError() 2776 const_cast<Context *>(this)->mErrors.validationError(entryPoint, errorCode, message); in validationError() 2783 if (mErrors.empty()) in getError() 2789 return mErrors.popError(); in getError() 9274 mErrors.insert(errorCode); in handleError() 9284 mErrors.insert(errorCode); in validationError() 9293 return mErrors.empty(); in empty() 9299 GLenum error = *mErrors.begin(); in popError() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ContextNULL.cpp | 526 mErrors->handleError(errorCode, errorStream.str().c_str(), file, function, line); in handleError()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.cpp | 522 mErrors->handleError(glErrorCode, errorStream.str().c_str(), file, function, line); in handleResult()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.cpp | 1038 mErrors->handleError(glErrorCode, errorStream.str().c_str(), file, function, line); in handleResult()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | ContextMtl.mm | 1321 mErrors->handleError(glErrorCode, errorStream.str().c_str(), file, function, line); 1338 mErrors->handleError(GL_INVALID_OPERATION, errorStream.str().c_str(), file, function, line);
|