Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.cpp147 void Debug::insertMessage(GLenum source, in insertMessage() function in gl::Debug
156 insertMessage(source, type, id, severity, std::move(messageCopy), logSeverity, entryPoint); in insertMessage()
159 void Debug::insertMessage(GLenum source, in insertMessage() function in gl::Debug
320 insertMessage(source, GL_DEBUG_TYPE_PUSH_GROUP, id, GL_DEBUG_SEVERITY_NOTIFICATION, in pushGroup()
338 insertMessage(g.source, GL_DEBUG_TYPE_POP_GROUP, g.id, GL_DEBUG_SEVERITY_NOTIFICATION, in popGroup()
371 insertMessage(GL_DEBUG_SOURCE_API, GL_DEBUG_TYPE_PERFORMANCE, 0, severity, std::move(msg), in insertPerfWarning()
484 void Debug::insertMessage(EGLenum error, in insertMessage() function in egl::Debug
DDebug.h51 void insertMessage(GLenum source,
58 void insertMessage(GLenum source,
158 void insertMessage(EGLenum error,
DThread.cpp77 sDebug->insertMessage(error, command, ErrorCodeToMessageType(error), getLabel(), in setError()
88 sDebug->insertMessage(error.getCode(), command, ErrorCodeToMessageType(error.getCode()), in setError()
DContext.cpp5965 mState.getDebug().insertMessage(source, type, id, severity, std::move(msg), gl::LOG_INFO, in debugMessageInsert()
9276 mContext->getState().getDebug().insertMessage(GL_DEBUG_SOURCE_API, GL_DEBUG_TYPE_ERROR, in handleError()
9286 mContext->getState().getDebug().insertMessage(GL_DEBUG_SOURCE_API, GL_DEBUG_TYPE_ERROR, in validationError()
DvalidationES.cpp879 context->getState().getDebug().insertMessage( in ValidateDrawInstancedANGLE()