Home
last modified time | relevance | path

Searched refs:eglShareContext (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp56 EGLContext eglShareContext, in create_gles_egl_context()
63 return eglCreateContext(display, surfaceConfig, eglShareContext, contextAttribsForOpenGLES); in create_gles_egl_context()
67 EGLContext eglShareContext) { in create_gl_egl_context()
71 return eglCreateContext(display, surfaceConfig, eglShareContext, contextAttribsForOpenGL); in create_gl_egl_context()
79 EGLContext eglShareContext = shareContext ? shareContext->fContext : nullptr; in EGLGLTestContext() local
142 fContext = create_gles_egl_context(fDisplay, surfaceConfig, eglShareContext, 3); in EGLGLTestContext()
144 fContext = create_gles_egl_context(fDisplay, surfaceConfig, eglShareContext, 2); in EGLGLTestContext()
147 fContext = create_gles_egl_context(fDisplay, surfaceConfig, eglShareContext, 2); in EGLGLTestContext()
150 fContext = create_gl_egl_context(fDisplay, surfaceConfig, eglShareContext); in EGLGLTestContext()
323 EGLGLTestContext* eglShareContext
54 create_gles_egl_context(EGLDisplay display, EGLConfig surfaceConfig, EGLContext eglShareContext, EGLint eglContextClientVersion) create_gles_egl_context() argument
65 create_gl_egl_context(EGLDisplay display, EGLConfig surfaceConfig, EGLContext eglShareContext) create_gl_egl_context() argument
[all...]
/third_party/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp305 EGLContext eglShareContext = shareContext ? shareContext->fContext : nullptr; in ANGLEGLContext() local
306 fContext = eglCreateContext(fDisplay, surfaceConfig, eglShareContext, contextAttribs.data()); in ANGLEGLContext()
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp289 EGLContext eglShareContext = shareContext
291 fContext = gfCreateContext(fDisplay, static_cast<EGLConfig>(fConfig), eglShareContext,

Completed in 3 milliseconds