OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oglbuffers
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.h
81
void*
OGLBuffers
; /* OpenGL buffers (unused) */
84
qnxgl_bufs_t*
OGLBuffers
; /* OpenGL buffers for the 6.3 */
152
#define
oglbuffers
(this->hidden->
OGLBuffers
)
macro
SDL_ph_gl.c
44
qnxgl_swap_buffers(
oglbuffers
);
361
oglbuffers
= qnxgl_buffers_create(
368
if (
oglbuffers
== NULL)
376
oglctx = qnxgl_context_create(
oglbuffers
, NULL);
381
qnxgl_buffers_destroy(
oglbuffers
);
391
qnxgl_buffers_destroy(
oglbuffers
);
SDL_ph_image.c
340
qnxgl_buffers_destroy(
oglbuffers
);
344
oglbuffers
=NULL;
SDL_ph_video.c
357
oglbuffers
=NULL;
Completed in 43 milliseconds