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