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

  /external/skia/tools/sk_app/ios/
Window_ios.cpp 53 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1);
56 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 0);
  /external/skia/tools/sk_app/mac/
Window_mac.cpp 53 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1);
56 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 0);
  /external/skqp/tools/sk_app/ios/
Window_ios.cpp 53 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1);
56 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 0);
  /external/skqp/tools/sk_app/mac/
Window_mac.cpp 53 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1);
56 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 0);
  /prebuilts/misc/windows/sdl2/test/
testgles.c 235 status = SDL_GL_GetAttribute(SDL_GL_MULTISAMPLEBUFFERS, &value);
237 SDL_Log("SDL_GL_MULTISAMPLEBUFFERS: requested 1, got %d\n", value);
239 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Failed to get SDL_GL_MULTISAMPLEBUFFERS: %s\n",
testgl2.c 338 status = SDL_GL_GetAttribute(SDL_GL_MULTISAMPLEBUFFERS, &value);
340 SDL_Log("SDL_GL_MULTISAMPLEBUFFERS: requested 1, got %d\n", value);
342 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Failed to get SDL_GL_MULTISAMPLEBUFFERS: %s\n",
testgles2.c 549 status = SDL_GL_GetAttribute(SDL_GL_MULTISAMPLEBUFFERS, &value);
551 SDL_Log("SDL_GL_MULTISAMPLEBUFFERS: requested 1, got %d\n", value);
553 SDL_Log( "Failed to get SDL_GL_MULTISAMPLEBUFFERS: %s\n",
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_video.h 181 SDL_GL_MULTISAMPLEBUFFERS,
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_video.h 181 SDL_GL_MULTISAMPLEBUFFERS,
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_video.h 181 SDL_GL_MULTISAMPLEBUFFERS,
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_video.h 181 SDL_GL_MULTISAMPLEBUFFERS,
    [all...]

Completed in 1065 milliseconds