/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_debug.h | 94 static GLuint msg_id = 0; \ 98 _mesa_gl_debug(&brw->ctx, &msg_id, \ 108 static GLuint msg_id = 0; \ 114 _mesa_gl_debug(ctx, &msg_id, \
|
D | intel_screen.c | 1618 GLuint msg_id = 0; in shader_debug_log_mesa() local 1619 _mesa_gl_vdebug(&brw->ctx, &msg_id, in shader_debug_log_mesa() 1642 GLuint msg_id = 0; in shader_perf_log_mesa() local 1643 _mesa_gl_vdebug(&brw->ctx, &msg_id, in shader_perf_log_mesa()
|
D | intel_fbo.c | 639 static GLuint msg_id = 0; \ 641 _mesa_gl_debug(ctx, &msg_id, \
|
/external/nanopb-c/tests/message_sizes/ |
D | messages1.proto | 7 required fixed32 msg_id = 1; field 14 required fixed32 msg_id = 3; field
|
/external/openssh/ |
D | sftp-client.c | 83 u_int msg_id; member 392 ret->msg_id = 1; in do_init() 500 id = conn->msg_id++; in do_close() 532 id = conn->msg_id++; in do_lsreaddir() 556 id = expected_id = conn->msg_id++; in do_lsreaddir() 692 id = conn->msg_id++; in do_rm() 705 id = conn->msg_id++; in do_mkdir() 721 id = conn->msg_id++; in do_rmdir() 737 id = conn->msg_id++; in do_stat() 759 id = conn->msg_id++; in do_lstat() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | errors.h | 93 static GLuint msg_id = 0; \ 95 _mesa_gl_debug(ctx, &msg_id, \
|
D | pipelineobj.c | 937 static GLuint msg_id = 0; in _mesa_validate_program_pipeline() local 939 _mesa_gl_debug(ctx, &msg_id, in _mesa_validate_program_pipeline()
|
D | fbobject.c | 664 static GLuint msg_id; in fbo_incomplete() local 666 _mesa_gl_debug(ctx, &msg_id, in fbo_incomplete()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.h | 311 static GLuint msg_id = 0; \ 315 _mesa_gl_debug(&intel->ctx, &msg_id, \ 325 static GLuint msg_id = 0; \ 331 _mesa_gl_debug(ctx, &msg_id, \
|
D | intel_fbo.c | 532 static GLuint msg_id = 0; \ 534 _mesa_gl_debug(ctx, &msg_id, \
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.h | 32 virtual void UIThreadCallback(int msg_id, void* data) = 0; 67 virtual void QueueUIThreadCallback(int msg_id, void* data) = 0; 101 virtual void QueueUIThreadCallback(int msg_id, void* data);
|
D | conductor.h | 106 virtual void UIThreadCallback(int msg_id, void* data);
|
D | conductor.cc | 434 void Conductor::UIThreadCallback(int msg_id, void* data) { in UIThreadCallback() argument 435 switch (msg_id) { in UIThreadCallback()
|
D | main_wnd.cc | 216 void MainWnd::QueueUIThreadCallback(int msg_id, void* data) { in QueueUIThreadCallback() argument 218 static_cast<WPARAM>(msg_id), reinterpret_cast<LPARAM>(data)); in QueueUIThreadCallback()
|
/external/webrtc/webrtc/examples/peerconnection/client/linux/ |
D | main_wnd.cc | 101 : callback(cb), msg_id(id), data(d) {} in UIThreadCallbackData() 103 int msg_id; member 109 cb_data->callback->UIThreadCallback(cb_data->msg_id, cb_data->data); in HandleUIThreadCallback() 187 void GtkMainWnd::QueueUIThreadCallback(int msg_id, void* data) { in QueueUIThreadCallback() argument 189 new UIThreadCallbackData(callback_, msg_id, data)); in QueueUIThreadCallback()
|
D | main_wnd.h | 48 virtual void QueueUIThreadCallback(int msg_id, void* data);
|
/external/kernel-headers/original/uapi/linux/ |
D | n_r3964.h | 89 int msg_id; member
|
/external/blktrace/ |
D | blkiomon.c | 94 static long msg_id = -1; variable 231 dstat->msg.mtype = msg_id; in blkiomon_output_msg_q() 564 if (!msg_q_id || msg_id <= 0) in blkiomon_open_msg_q() 714 msg_id = atoi(optarg); in main()
|
/external/clang/test/Index/ |
D | complete-pch.m | 9 void msg_id(id x) { function
|
D | complete-objc-message.m | 119 void msg_id(id x) { function
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.cpp | 460 GLuint msg_id = 0; in _mesa_glsl_msg() local 478 _mesa_shader_debug(ctx, type, &msg_id, msg); in _mesa_glsl_msg()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 146 void SetDesiredFailureMsg(VkFlags msgFlags, UNIQUE_VALIDATION_ERROR_CODE msg_id) { in SetDesiredFailureMsg() argument 153 m_desired_message_ids.insert(msg_id); in SetDesiredFailureMsg()
|
/external/libvncserver/ |
D | ChangeLog | 675 …http://sourceforge.net/mailarchive/message.php?msg_id=30323804 * Currently only works with libva 1…
|