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

  /external/skia/tools/sk_app/android/
GLWindowContext_android.cpp 88 EGLConfig surfaceConfig;
89 SkAssertResult(eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs));
97 fDisplay, surfaceConfig, nullptr, kEGLContextAttribsForOpenGLES);
118 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, windowAttribs);
121 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, nullptr);
134 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_STENCIL_SIZE, &fStencilBits);
135 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_SAMPLES, &fSampleCount);
  /external/skqp/tools/sk_app/android/
GLWindowContext_android.cpp 88 EGLConfig surfaceConfig;
89 SkAssertResult(eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs));
97 fDisplay, surfaceConfig, nullptr, kEGLContextAttribsForOpenGLES);
118 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, windowAttribs);
121 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, nullptr);
134 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_STENCIL_SIZE, &fStencilBits);
135 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_SAMPLES, &fSampleCount);
  /external/skia/tools/sk_app/win/
ANGLEWindowContext_win.cpp 98 EGLConfig surfaceConfig;
99 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) {
105 fEGLContext = eglCreateContext(fDisplay, surfaceConfig, nullptr, contextAttribs);
110 fEGLSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fHWND, nullptr);
  /external/skqp/tools/sk_app/win/
ANGLEWindowContext_win.cpp 98 EGLConfig surfaceConfig;
99 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) {
105 fEGLContext = eglCreateContext(fDisplay, surfaceConfig, nullptr, contextAttribs);
110 fEGLSurface = eglCreateWindowSurface(fDisplay, surfaceConfig, fHWND, nullptr);
  /external/skia/src/gpu/gl/
GrGLCaps.h 151 bool getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
155 bool getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
321 /// Does ReadPixels support reading readConfig pixels from a FBO that is surfaceConfig?
322 bool readPixelsSupported(GrPixelConfig surfaceConfig,
425 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,
GrGLCaps.cpp     [all...]
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 200 EGLConfig surfaceConfig;
201 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) {
213 fContext = eglCreateContext(fDisplay, surfaceConfig, eglShareContext, contextAttribs);
226 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, surfaceAttribs);
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 151 EGLConfig surfaceConfig;
152 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) {
162 fContext = eglCreateContext(fDisplay, surfaceConfig, eglShareContext,
175 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, kSurfaceAttribs);
  /external/skqp/src/gpu/gl/
GrGLCaps.h 158 bool getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
162 bool getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
329 /// Does ReadPixels support reading readConfig pixels from a FBO that is surfaceConfig?
330 bool readPixelsSupported(GrPixelConfig surfaceConfig,
428 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,
GrGLCaps.cpp     [all...]
  /external/skqp/tools/gpu/gl/angle/
GLTestContext_angle.cpp 200 EGLConfig surfaceConfig;
201 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) {
213 fContext = eglCreateContext(fDisplay, surfaceConfig, eglShareContext, contextAttribs);
226 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, surfaceAttribs);
  /external/skqp/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 151 EGLConfig surfaceConfig;
152 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) {
162 fContext = eglCreateContext(fDisplay, surfaceConfig, eglShareContext,
175 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, kSurfaceAttribs);
  /external/skia/src/gpu/
GrContext.cpp 692 static bool pm_upm_must_round_trip(GrPixelConfig surfaceConfig,
695 (kRGBA_8888_GrPixelConfig == surfaceConfig || kBGRA_8888_GrPixelConfig == surfaceConfig);
    [all...]

Completed in 564 milliseconds