OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opengl_library
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzGL.m
196
if (
opengl_library
!= NULL)
197
SDL_UnloadObject(
opengl_library
);
202
opengl_library
= SDL_LoadObject(location);
203
if (
opengl_library
!= NULL) {
213
return SDL_LoadFunction(
opengl_library
, proc);
SDL_QuartzVideo.h
125
void *
opengl_library
; /* dynamically loaded OpenGL library. */
member in struct:SDL_PrivateVideoData
165
#define
opengl_library
(this->hidden->
opengl_library
)
macro
SDL_QuartzVideo.m
[
all
...]
Completed in 4848 milliseconds