Searched refs:eglShareContext (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 77 EGLContext eglShareContext, in create_gles_egl_context() argument 84 return eglCreateContext(display, surfaceConfig, eglShareContext, contextAttribsForOpenGLES); in create_gles_egl_context() 88 EGLContext eglShareContext) { in create_gl_egl_context() argument 92 return eglCreateContext(display, surfaceConfig, eglShareContext, contextAttribsForOpenGL); in create_gl_egl_context() 100 EGLContext eglShareContext = shareContext ? shareContext->fContext : nullptr; in EGLGLTestContext() local 163 fContext = create_gles_egl_context(fDisplay, surfaceConfig, eglShareContext, 3); in EGLGLTestContext() 165 fContext = create_gles_egl_context(fDisplay, surfaceConfig, eglShareContext, 2); in EGLGLTestContext() 168 fContext = create_gles_egl_context(fDisplay, surfaceConfig, eglShareContext, 2); in EGLGLTestContext() 171 fContext = create_gl_egl_context(fDisplay, surfaceConfig, eglShareContext); in EGLGLTestContext() 376 EGLGLTestContext* eglShareContext = reinterpret_cast<EGLGLTestContext*>(shareContext); in CreatePlatformGLTestContext() local [all …]
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 58 EGLContext eglShareContext, in create_gles_egl_context() argument 65 return eglCreateContext(display, surfaceConfig, eglShareContext, contextAttribsForOpenGLES); in create_gles_egl_context() 69 EGLContext eglShareContext) { in create_gl_egl_context() argument 73 return eglCreateContext(display, surfaceConfig, eglShareContext, contextAttribsForOpenGL); in create_gl_egl_context() 81 EGLContext eglShareContext = shareContext ? shareContext->fContext : nullptr; in EGLGLTestContext() local 144 fContext = create_gles_egl_context(fDisplay, surfaceConfig, eglShareContext, 3); in EGLGLTestContext() 146 fContext = create_gles_egl_context(fDisplay, surfaceConfig, eglShareContext, 2); in EGLGLTestContext() 149 fContext = create_gles_egl_context(fDisplay, surfaceConfig, eglShareContext, 2); in EGLGLTestContext() 152 fContext = create_gl_egl_context(fDisplay, surfaceConfig, eglShareContext); in EGLGLTestContext() 447 EGLGLTestContext* eglShareContext = reinterpret_cast<EGLGLTestContext*>(shareContext); in CreatePlatformGLTestContext() local [all …]
|
/external/skqp/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 214 EGLContext eglShareContext = shareContext ? shareContext->fContext : nullptr; in ANGLEGLContext() local 215 fContext = eglCreateContext(fDisplay, surfaceConfig, eglShareContext, contextAttribs); in ANGLEGLContext()
|
/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 275 EGLContext eglShareContext = shareContext in CommandBufferGLTestContext() local 277 fContext = gfCreateContext(fDisplay, static_cast<EGLConfig>(fConfig), eglShareContext, in CommandBufferGLTestContext()
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 273 EGLContext eglShareContext = shareContext in CommandBufferGLTestContext() local 275 fContext = gfCreateContext(fDisplay, static_cast<EGLConfig>(fConfig), eglShareContext, in CommandBufferGLTestContext()
|
/external/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 301 EGLContext eglShareContext = shareContext ? shareContext->fContext : nullptr; in ANGLEGLContext() local 302 fContext = eglCreateContext(fDisplay, surfaceConfig, eglShareContext, contextAttribs.data()); in ANGLEGLContext()
|