OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oglctx
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_gl.c
39
PdOpenGLContextSwapBuffers(
oglctx
);
152
function=qnxgl_get_func(proc,
oglctx
, 0);
167
if (
oglctx
!=NULL)
169
PhDCSetCurrent(
oglctx
);
179
if (
oglctx
!=NULL)
181
if (qnxgl_set_current(
oglctx
) == -1)
205
if ((
oglctx
!=NULL) && (oglflags==flags) && (oglbpp==bpp))
207
PdOpenGLContextResize(
oglctx
, &dim);
208
PhDCSetCurrent(
oglctx
);
213
if (
oglctx
!=NULL
[
all
...]
SDL_ph_video.h
151
#define
oglctx
(this->hidden->OGLContext)
macro
SDL_ph_image.c
333
if (
oglctx
)
337
PhDCRelease(
oglctx
);
339
qnxgl_context_destroy(
oglctx
);
343
oglctx
=NULL;
SDL_ph_video.c
356
oglctx
=NULL;
Completed in 40 milliseconds