Searched refs:pushDebugGroupImpl (Results 1 – 4 of 4) sorted by relevance
223 void pushDebugGroupImpl(const std::string &marker);
947 pushDebugGroupImpl(marker);978 pushDebugGroupImpl(marker);1157 void CommandBuffer::pushDebugGroupImpl(const std::string &marker)
1405 angle::Result pushDebugGroupImpl(GLenum source, GLuint id, const char *message);
4686 return pushDebugGroupImpl(GL_DEBUG_SOURCE_APPLICATION, 0, marker); in pushGroupMarker()4699 return pushDebugGroupImpl(source, id, message.c_str()); in pushDebugGroup()4707 angle::Result ContextVk::pushDebugGroupImpl(GLenum source, GLuint id, const char *message) in pushDebugGroupImpl() function in rx::ContextVk