HomeSort by relevance Sort by last modified time
    Searched refs:SDL_GLContext (Results 1 - 21 of 21) sorted by null

  /external/skia/tools/sk_app/ios/
WindowContextFactory_ios.h 23 SDL_GLContext fGLContext;
Window_ios.h 57 SDL_GLContext fGLContext;
GLWindowContext_ios.cpp 34 SDL_GLContext fGLContext;
RasterWindowContext_ios.cpp 44 SDL_GLContext fGLContext;
  /external/skia/tools/sk_app/mac/
WindowContextFactory_mac.h 23 SDL_GLContext fGLContext;
Window_mac.h 57 SDL_GLContext fGLContext;
GLWindowContext_mac.cpp 34 SDL_GLContext fGLContext;
RasterWindowContext_mac.cpp 44 SDL_GLContext fGLContext;
  /external/skqp/tools/sk_app/ios/
GLWindowContext_ios.cpp 34 SDL_GLContext fGLContext;
RasterWindowContext_ios.cpp 44 SDL_GLContext fGLContext;
  /external/skqp/tools/sk_app/mac/
GLWindowContext_mac.cpp 34 SDL_GLContext fGLContext;
RasterWindowContext_mac.cpp 44 SDL_GLContext fGLContext;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_video.h 161 typedef void *SDL_GLContext;
889 extern DECLSPEC SDL_GLContext SDLCALL SDL_GL_CreateContext(SDL_Window *
898 SDL_GLContext context);
908 extern DECLSPEC SDL_GLContext SDLCALL SDL_GL_GetCurrentContext(void);
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_video.h 161 typedef void *SDL_GLContext;
889 extern DECLSPEC SDL_GLContext SDLCALL SDL_GL_CreateContext(SDL_Window *
898 SDL_GLContext context);
908 extern DECLSPEC SDL_GLContext SDLCALL SDL_GL_GetCurrentContext(void);
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_video.h 161 typedef void *SDL_GLContext;
889 extern DECLSPEC SDL_GLContext SDLCALL SDL_GL_CreateContext(SDL_Window *
898 SDL_GLContext context);
908 extern DECLSPEC SDL_GLContext SDLCALL SDL_GL_GetCurrentContext(void);
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_video.h 161 typedef void *SDL_GLContext;
889 extern DECLSPEC SDL_GLContext SDLCALL SDL_GL_CreateContext(SDL_Window *
898 SDL_GLContext context);
908 extern DECLSPEC SDL_GLContext SDLCALL SDL_GL_GetCurrentContext(void);
    [all...]
  /external/skia/example/
SkiaSDLExample.cpp 115 SDL_GLContext glContext = nullptr;
  /external/skqp/example/
SkiaSDLExample.cpp 115 SDL_GLContext glContext = nullptr;
  /prebuilts/misc/windows/sdl2/test/
testgles.c 28 static SDL_GLContext *context = NULL;
testgl2.c 39 static SDL_GLContext context;
testgles2.c 36 static SDL_GLContext *context = NULL;

Completed in 505 milliseconds