Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DDebug.cpp147 void Debug::insertMessage(GLenum source, in insertMessage() function in gl::Debug
155 insertMessage(source, type, id, severity, std::move(messageCopy), logSeverity); in insertMessage()
158 void Debug::insertMessage(GLenum source, in insertMessage() function in gl::Debug
314 insertMessage(source, GL_DEBUG_TYPE_PUSH_GROUP, id, GL_DEBUG_SEVERITY_NOTIFICATION, in pushGroup()
332 insertMessage(g.source, GL_DEBUG_TYPE_POP_GROUP, g.id, GL_DEBUG_SEVERITY_NOTIFICATION, in popGroup()
450 void Debug::insertMessage(EGLenum error, in insertMessage() function in egl::Debug
DDebug.h51 void insertMessage(GLenum source,
57 void insertMessage(GLenum source,
153 void insertMessage(EGLenum error,
DThread.cpp51 debug->insertMessage(error.getCode(), command, ErrorCodeToMessageType(error.getCode()), in setError()
DContext.cpp5201 mState.getDebug().insertMessage(source, type, id, severity, std::move(msg), gl::LOG_INFO); in debugMessageInsert()
8487 mContext->getState().getDebug().insertMessage(GL_DEBUG_SOURCE_API, GL_DEBUG_TYPE_ERROR, in handleError()
8497 mContext->getState().getDebug().insertMessage(GL_DEBUG_SOURCE_API, GL_DEBUG_TYPE_ERROR, in validationError()
DvalidationES.cpp765 context->getState().getDebug().insertMessage( in ValidateDrawInstancedANGLE()