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

  /external/skia/tools/sk_app/ios/
GLWindowContext_ios.cpp 64 SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &fSampleCount);
RasterWindowContext_ios.cpp 76 SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &fSampleCount);
Window_ios.cpp 54 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, fRequestedDisplayParams.fMSAASampleCount);
  /external/skia/tools/sk_app/mac/
GLWindowContext_mac.cpp 64 SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &fSampleCount);
RasterWindowContext_mac.cpp 76 SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &fSampleCount);
Window_mac.cpp 54 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, fRequestedDisplayParams.fMSAASampleCount);
  /external/skqp/tools/sk_app/ios/
GLWindowContext_ios.cpp 69 SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &fSampleCount);
RasterWindowContext_ios.cpp 81 SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &fSampleCount);
Window_ios.cpp 54 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, fRequestedDisplayParams.fMSAASampleCount);
  /external/skqp/tools/sk_app/mac/
GLWindowContext_mac.cpp 69 SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &fSampleCount);
RasterWindowContext_mac.cpp 81 SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &fSampleCount);
Window_mac.cpp 54 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, fRequestedDisplayParams.fMSAASampleCount);
  /prebuilts/misc/windows/sdl2/test/
testgles.c 242 status = SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &value);
244 SDL_Log("SDL_GL_MULTISAMPLESAMPLES: requested %d, got %d\n", fsaa,
247 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Failed to get SDL_GL_MULTISAMPLESAMPLES: %s\n",
testgl2.c 345 status = SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &value);
347 SDL_Log("SDL_GL_MULTISAMPLESAMPLES: requested %d, got %d\n", fsaa,
350 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Failed to get SDL_GL_MULTISAMPLESAMPLES: %s\n",
testgles2.c 556 status = SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &value);
558 SDL_Log("SDL_GL_MULTISAMPLESAMPLES: requested %d, got %d\n", fsaa,
561 SDL_Log( "Failed to get SDL_GL_MULTISAMPLESAMPLES: %s\n",
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_video.h 182 SDL_GL_MULTISAMPLESAMPLES,
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_video.h 182 SDL_GL_MULTISAMPLESAMPLES,
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_video.h 182 SDL_GL_MULTISAMPLESAMPLES,
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_video.h 182 SDL_GL_MULTISAMPLESAMPLES,
    [all...]

Completed in 788 milliseconds