Home
last modified time | relevance | path

Searched refs:mErrorFile (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
DProgramMtl.mm73 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/
DProgramVk.cpp93 mErrorFile = file; in handleError()
127 contextVk->handleError(mErrorCode, mErrorFile, mErrorFunction, mErrorLine); in getResult()
159 const char *mErrorFile = nullptr; member in rx::__anon015dec310111::LinkTaskVk
DProgramExecutableVk.cpp376 mErrorFile = file; in handleError()
394 contextVk->handleError(mErrorCode, mErrorFile, mErrorFunction, mErrorLine); in getResultImpl()
435 const char *mErrorFile = nullptr; member in rx::ProgramExecutableVk::WarmUpTaskCommon