HomeSort by relevance Sort by last modified time
    Searched refs:shareContext (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.h 14 GLTestContext* CreateDebugGLTestContext(GLTestContext* shareContext = nullptr);
  /external/skia/tools/gpu/gl/none/
CreatePlatformGLTestContext_none.cpp 13 GLTestContext *shareContext) {
  /external/skia/tools/gpu/gl/null/
NullGLTestContext.h 14 GLTestContext* CreateNullGLTestContext(bool enableNVPR, GLTestContext* shareContext);
NullGLTestContext.cpp 35 GLTestContext* CreateNullGLTestContext(bool enableNVPR, GLTestContext* shareContext) {
36 if (shareContext) {
  /external/skia/tools/gpu/mock/
MockTestContext.h 19 TestContext* CreateMockTestContext(TestContext* shareContext = nullptr);
  /external/skqp/tools/gpu/gl/debug/
DebugGLTestContext.h 14 GLTestContext* CreateDebugGLTestContext(GLTestContext* shareContext = nullptr);
  /external/skqp/tools/gpu/gl/none/
CreatePlatformGLTestContext_none.cpp 13 GLTestContext *shareContext) {
  /external/skqp/tools/gpu/gl/null/
NullGLTestContext.h 14 GLTestContext* CreateNullGLTestContext(bool enableNVPR, GLTestContext* shareContext);
NullGLTestContext.cpp 35 GLTestContext* CreateNullGLTestContext(bool enableNVPR, GLTestContext* shareContext) {
36 if (shareContext) {
  /external/skqp/tools/gpu/mock/
MockTestContext.h 19 TestContext* CreateMockTestContext(TestContext* shareContext = nullptr);
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 19 static CommandBufferGLTestContext *Create(GLTestContext* shareContext) {
21 reinterpret_cast<CommandBufferGLTestContext*>(shareContext);
39 CommandBufferGLTestContext(CommandBufferGLTestContext* shareContext);
  /external/skqp/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 19 static CommandBufferGLTestContext *Create(GLTestContext* shareContext) {
21 reinterpret_cast<CommandBufferGLTestContext*>(shareContext);
39 CommandBufferGLTestContext(CommandBufferGLTestContext* shareContext);
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.h 34 GLTestContext* shareContext = nullptr,
  /external/skqp/tools/gpu/gl/angle/
GLTestContext_angle.h 34 GLTestContext* shareContext = nullptr,
  /external/skia/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp 25 MacGLTestContext(MacGLTestContext* shareContext);
40 MacGLTestContext::MacGLTestContext(MacGLTestContext* shareContext)
60 CGLCreateContext(pixFormat, shareContext ? shareContext->fContext : nullptr, &fContext);
133 GLTestContext* shareContext) {
137 MacGLTestContext* macShareContext = reinterpret_cast<MacGLTestContext*>(shareContext);
  /external/skqp/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp 25 MacGLTestContext(MacGLTestContext* shareContext);
40 MacGLTestContext::MacGLTestContext(MacGLTestContext* shareContext)
60 CGLCreateContext(pixFormat, shareContext ? shareContext->fContext : nullptr, &fContext);
133 GLTestContext* shareContext) {
137 MacGLTestContext* macShareContext = reinterpret_cast<MacGLTestContext*>(shareContext);
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 27 WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext);
47 WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext)
96 if (shareContext) {
97 winShareContext = shareContext->fPbufferContext ? shareContext->fPbufferContext->getGLRC()
98 : shareContext->fGlRenderContext;
212 GLTestContext *shareContext) {
213 WinGLTestContext* winShareContext = reinterpret_cast<WinGLTestContext*>(shareContext);
  /external/skqp/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 27 WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext);
47 WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI, WinGLTestContext* shareContext)
96 if (shareContext) {
97 winShareContext = shareContext->fPbufferContext ? shareContext->fPbufferContext->getGLRC()
98 : shareContext->fGlRenderContext;
212 GLTestContext *shareContext) {
213 WinGLTestContext* winShareContext = reinterpret_cast<WinGLTestContext*>(shareContext);
  /external/skia/tools/gpu/
GrContextFactory.cpp 121 GrContext* shareContext, uint32_t shareIndex) {
122 // (shareIndex != 0) -> (shareContext != nullptr)
123 SkASSERT((shareIndex == 0) || (shareContext != nullptr));
129 context.fShareContext == shareContext &&
140 if (shareContext) {
142 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) {
297 context.fShareContext = shareContext;
308 ContextInfo GrContextFactory::getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex) {
309 SkASSERT(shareContext);
311 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) {
    [all...]
  /external/skqp/tools/gpu/
GrContextFactory.cpp 121 GrContext* shareContext, uint32_t shareIndex) {
122 // (shareIndex != 0) -> (shareContext != nullptr)
123 SkASSERT((shareIndex == 0) || (shareContext != nullptr));
129 context.fShareContext == shareContext &&
140 if (shareContext) {
142 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) {
297 context.fShareContext = shareContext;
308 ContextInfo GrContextFactory::getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex) {
309 SkASSERT(shareContext);
311 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) {
    [all...]
  /external/mesa3d/src/glx/windows/
windowsgl_internal.h 37 windowsContext *shareContext;
  /external/swiftshader/src/OpenGL/libGL/
Display.h 46 Context *createContext(const Context *shareContext);
  /external/skia/src/utils/win/
SkWGL_win.cpp 351 SkWGLContextRequest contextType, HGLRC shareContext) {
367 glrc = extensions.createContextAttribs(dc, shareContext, glesAttribs);
392 glrc = extensions.createContextAttribs(dc, shareContext, coreProfileAttribs);
402 if (shareContext) {
403 if (!wglShareLists(shareContext, glrc)) {
421 SkWGLContextRequest contextType, HGLRC shareContext) {
443 return create_gl_context(dc, extensions, contextType, shareContext);
447 HGLRC shareContext) {
486 HGLRC glrc = create_gl_context(dc, extensions, contextType, shareContext);
  /external/skqp/src/utils/win/
SkWGL_win.cpp 351 SkWGLContextRequest contextType, HGLRC shareContext) {
367 glrc = extensions.createContextAttribs(dc, shareContext, glesAttribs);
392 glrc = extensions.createContextAttribs(dc, shareContext, coreProfileAttribs);
402 if (shareContext) {
403 if (!wglShareLists(shareContext, glrc)) {
421 SkWGLContextRequest contextType, HGLRC shareContext) {
443 return create_gl_context(dc, extensions, contextType, shareContext);
447 HGLRC shareContext) {
486 HGLRC glrc = create_gl_context(dc, extensions, contextType, shareContext);
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 105 GLXGLTestContext::GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareContext)
117 GLXContext glxShareContext = shareContext ? shareContext->fContext : nullptr;
376 GLTestContext *shareContext) {
377 GLXGLTestContext *glxShareContext = reinterpret_cast<GLXGLTestContext *>(shareContext);

Completed in 316 milliseconds

1 2 3