/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | GalliumContext.cpp | 255 GalliumContext::DestroyContext(context_id contextID) in DestroyContext() argument 260 if (!fContext[contextID]) in DestroyContext() 263 if (fContext[contextID]->st) { in DestroyContext() 264 fContext[contextID]->st->flush(fContext[contextID]->st, 0, NULL, NULL, NULL); in DestroyContext() 265 fContext[contextID]->st->destroy(fContext[contextID]->st); in DestroyContext() 268 if (fContext[contextID]->postProcess) in DestroyContext() 269 pp_free(fContext[contextID]->postProcess); in DestroyContext() 272 if (fContext[contextID] in DestroyContext() 283 SetCurrentContext(bool set, context_id contextID) SetCurrentContext() argument 327 SwapBuffers(context_id contextID) SwapBuffers() argument 359 Draw(context_id contextID, BRect updateRect) Draw() argument [all...] |
H A D | GalliumContext.h | 33 void DestroyContext(context_id contextID); 35 status_t SetCurrentContext(bool set, context_id contextID); 37 status_t SwapBuffers(context_id contextID); 38 void Draw(context_id contextID, BRect updateRect);
|
/third_party/skia/src/core/ |
H A D | SkPromiseImageTexture.cpp | 27 void SkPromiseImageTexture::addKeyToInvalidate(uint32_t contextID, const GrUniqueKey& key) { in addKeyToInvalidate() argument 28 SkASSERT(contextID != SK_InvalidUniqueID); in addKeyToInvalidate() 31 if (msg.contextID() == contextID && msg.key() == key) { in addKeyToInvalidate() 35 fMessages.emplace_back(key, contextID, /* inThreadSafeCache */ false); in addKeyToInvalidate()
|
/third_party/skia/include/private/ |
H A D | GrContext_Base.h | 72 uint32_t contextID() const; 75 return candidate && candidate->contextID() == this->contextID(); in matches()
|
H A D | GrResourceKey.h | 348 uint32_t contextID() const { return fContextID; } in contextID() function in GrUniqueKeyInvalidatedMessage 359 return msg.contextID() == msgBusUniqueID; in SkShouldPostMessageToBus()
|
/third_party/skia/src/gpu/ |
H A D | GrContext_Base.cpp | 28 uint32_t GrContext_Base::contextID() const { return fThreadSafeProxy->priv().contextID(); } in contextID() function in GrContext_Base
|
H A D | GrBaseContextPriv.h | 21 uint32_t contextID() const { return this->context()->contextID(); } in contextID() function in GrBaseContextPriv
|
H A D | GrContextThreadSafeProxyPriv.h | 32 uint32_t contextID() const { return fProxy->fContextID; } in contextID() function in GrContextThreadSafeProxyPriv
|
H A D | SkGr.cpp | 67 uint32_t contextID) { in GrMakeUniqueKeyInvalidationListener() 80 auto listener = sk_make_sp<Listener>(*key, contextID); in GrMakeUniqueKeyInvalidationListener() 188 auto listener = GrMakeUniqueKeyInvalidationListener(&key, proxyProvider->contextID()); in GrMakeCachedBitmapProxyView() 66 GrMakeUniqueKeyInvalidationListener(GrUniqueKey* key, uint32_t contextID) GrMakeUniqueKeyInvalidationListener() argument
|
H A D | GrProxyProvider.h | 231 uint32_t contextID() const;
|
H A D | SkGr.h | 210 sk_sp<SkIDChangeListener> GrMakeUniqueKeyInvalidationListener(GrUniqueKey*, uint32_t contextID);
|
H A D | GrProxyProvider.cpp | 924 uint32_t GrProxyProvider::contextID() const { in contextID() function in GrProxyProvider 925 return fImageContext->priv().contextID(); in contextID()
|
/third_party/skia/src/image/ |
H A D | SkImage_Raster.cpp | 210 if (rContext->priv().contextID() != fPinnedContextID) { in onPinAsTexture() 224 fPinnedContextID = rContext->priv().contextID(); in onPinAsTexture() 236 if (rContext->priv().contextID() != fPinnedContextID) { in onUnpinAsTexture() 250 return fPinnedContextID == rContext->priv().contextID(); in isPinnedOnContext()
|
H A D | SkSurface_Gpu.cpp | 292 if (canvasContext->priv().contextID() != surfaceContext->priv().contextID()) { in onDraw()
|
H A D | SkImage_Lazy.cpp | 440 auto listener = GrMakeUniqueKeyInvalidationListener(&key, rContext->priv().contextID()); in lockTextureProxyView()
|
/third_party/skia/include/core/ |
H A D | SkPromiseImageTexture.h | 46 void addKeyToInvalidate(uint32_t contextID, const GrUniqueKey& key);
|
/third_party/mesa3d/src/glx/ |
H A D | glxcmds.c | 281 * \param contextID ID of the context to be tested. 288 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error) in __glXIsDirect() argument 296 reply = xcb_glx_is_direct_reply(c, xcb_glx_is_direct(c, contextID), &err); in __glXIsDirect() 1411 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT() argument 1431 * "If <contextID> does not refer to a valid context, then a BadContext in glXImportContextEXT() 1432 * error is generated; if <contextID> refers to direct rendering in glXImportContextEXT() 1439 if (__glXIsDirect(dpy, contextID, NULL)) in glXImportContextEXT() 1456 req->context = contextID; in glXImportContextEXT() 1469 req->context = contextID; in glXImportContextEXT() 1522 ctx->xid = contextID; in glXImportContextEXT() [all...] |
/third_party/skia/tests/ |
H A D | TextureProxyTest.cpp | 205 GrUniqueKeyInvalidatedMessage msg(texKey, dContext->priv().contextID()); in basic_test() 307 GrUniqueKeyInvalidatedMessage(key, dContext->priv().contextID())); in invalidation_and_instantiation_test()
|
/third_party/skia/src/gpu/ops/ |
H A D | SoftwarePathRenderer.cpp | 382 args.fContext->priv().contextID()); in onDrawPath()
|
H A D | TriangulatingPathRenderer.cpp | 483 sk_make_sp<UniqueKeyInvalidator>(key, rContext->priv().contextID()));
|
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 320 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); 326 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 305 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); 311 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 312 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); 318 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 312 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); 318 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
|
/third_party/skia/gm/ |
H A D | blurrect.cpp | 263 int32_t ctxID = canvas->recordingContext() ? canvas->recordingContext()->priv().contextID()
|