Searched refs:IFACE (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLUtil.h | 101 #define GR_GL_CHECK_ERROR_IMPL(IFACE, X) \ argument 103 GrGLCheckErr(IFACE, GR_FILE_AND_LINE_STR, #X) 105 #define GR_GL_CHECK_ERROR_IMPL(IFACE, X) argument 121 #define GR_GL_CALLBACK_IMPL(IFACE) (IFACE)->fCallback(IFACE) argument 123 #define GR_GL_CALLBACK_IMPL(IFACE) argument 127 #define GR_GL_CALL(IFACE, X) \ argument 129 GR_GL_CALL_NOERRCHECK(IFACE, X); \ 130 GR_GL_CHECK_ERROR_IMPL(IFACE, X); \ 135 #define GR_GL_CALL_NOERRCHECK(IFACE, X) \ argument 137 GR_GL_CALLBACK_IMPL(IFACE); \ [all …]
|
/external/qemu/audio/ |
D | dsound_template.h | 28 #define IFACE IDirectSoundCaptureBuffer macro 36 #define IFACE IDirectSoundBuffer macro 52 hr = glue (IFACE, _Unlock) (buf, p1, blen1, p2, blen2); in glue() 85 hr = glue (IFACE, _Lock) ( in glue() 163 hr = glue (IFACE, _Stop) (ds->FIELD); in dsound_fini_in() 168 hr = glue (IFACE, _Release) (ds->FIELD); in dsound_fini_in() 236 hr = glue (IFACE, _GetFormat) (ds->FIELD, &wfx, sizeof (wfx), NULL); in dsound_init_in() 250 hr = glue (IFACE, _GetCaps) (ds->FIELD, &bc); in dsound_init_in() 290 #undef IFACE
|