Searched refs:mErrorFile (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/renderer/metal/ |
D | ProgramMtl.mm | 73 mtl::GetImpl(context)->handleError(mErrorCode, mErrorMessage.c_str(), mErrorFile, 89 mErrorFile = file; 101 const char *mErrorFile = nullptr; 132 mtl::GetImpl(context)->handleError(mErrorCode, mErrorMessage.c_str(), mErrorFile, 149 mErrorFile = file; 160 const char *mErrorFile = nullptr;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.cpp | 93 mErrorFile = file; in handleError() 127 contextVk->handleError(mErrorCode, mErrorFile, mErrorFunction, mErrorLine); in getResult() 159 const char *mErrorFile = nullptr; member in rx::__anon015dec310111::LinkTaskVk
|
D | ProgramExecutableVk.cpp | 376 mErrorFile = file; in handleError() 394 contextVk->handleError(mErrorCode, mErrorFile, mErrorFunction, mErrorLine); in getResultImpl() 435 const char *mErrorFile = nullptr; member in rx::ProgramExecutableVk::WarmUpTaskCommon
|