OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsp_context
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.h
37
DSpContextReference
dsp_context
;
member in struct:DSpInfo
48
#define
dsp_context
(this->hidden->dspinfo->
dsp_context
)
macro
SDL_dspvideo.c
733
if (
dsp_context
!= NULL) {
736
DSpContext_GetFrontBuffer (
dsp_context
, &front);
744
DSpContext_SetState (
dsp_context
, kDSpContextState_Inactive );
745
DSpContext_Release (
dsp_context
);
747
dsp_context
= NULL;
807
if ( DSpFindBestContext (&attrib, &
dsp_context
) != noErr ) {
817
if ( DSpFindBestContextOnDisplayID(&attrib, &
dsp_context
, display_id) != noErr ) {
823
if ( DSpContext_Reserve (
dsp_context
, &attrib) != noErr ) {
828
if ( (err = DSpContext_SetState (
dsp_context
, kDSpContextState_Active)) != noErr ) {
834
DSpContext_Release (
dsp_context
);
[
all
...]
Completed in 58 milliseconds