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

  /external/skia/tools/sk_app/android/
GLWindowContext_android.cpp 73 EGLint eglSampleCnt = fDisplayParams.fMSAASampleCount > 1 ? fDisplayParams.fMSAASampleCount > 1
83 EGL_SAMPLE_BUFFERS, eglSampleCnt ? 1 : 0,
84 EGL_SAMPLES, eglSampleCnt,
  /external/skqp/tools/sk_app/android/
GLWindowContext_android.cpp 73 EGLint eglSampleCnt = fDisplayParams.fMSAASampleCount > 1 ? fDisplayParams.fMSAASampleCount > 1
83 EGL_SAMPLE_BUFFERS, eglSampleCnt ? 1 : 0,
84 EGL_SAMPLES, eglSampleCnt,
  /external/skia/tools/sk_app/win/
ANGLEWindowContext_win.cpp 80 const int eglSampleCnt = fSampleCount > 1 ? fSampleCount : 0;
95 eglSampleCnt,
  /external/skqp/tools/sk_app/win/
ANGLEWindowContext_win.cpp 80 const int eglSampleCnt = fSampleCount > 1 ? fSampleCount : 0;
95 eglSampleCnt,

Completed in 252 milliseconds