Home
last modified time | relevance | path

Searched refs:contextID (Results 1 - 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp255 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 DGalliumContext.h33 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 DSkPromiseImageTexture.cpp27 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 DGrContext_Base.h72 uint32_t contextID() const;
75 return candidate && candidate->contextID() == this->contextID(); in matches()
H A DGrResourceKey.h348 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 DGrContext_Base.cpp28 uint32_t GrContext_Base::contextID() const { return fThreadSafeProxy->priv().contextID(); } in contextID() function in GrContext_Base
H A DGrBaseContextPriv.h21 uint32_t contextID() const { return this->context()->contextID(); } in contextID() function in GrBaseContextPriv
H A DGrContextThreadSafeProxyPriv.h32 uint32_t contextID() const { return fProxy->fContextID; } in contextID() function in GrContextThreadSafeProxyPriv
H A DSkGr.cpp67 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 DGrProxyProvider.h231 uint32_t contextID() const;
H A DSkGr.h210 sk_sp<SkIDChangeListener> GrMakeUniqueKeyInvalidationListener(GrUniqueKey*, uint32_t contextID);
H A DGrProxyProvider.cpp924 uint32_t GrProxyProvider::contextID() const { in contextID() function in GrProxyProvider
925 return fImageContext->priv().contextID(); in contextID()
/third_party/skia/src/image/
H A DSkImage_Raster.cpp210 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 DSkSurface_Gpu.cpp292 if (canvasContext->priv().contextID() != surfaceContext->priv().contextID()) { in onDraw()
H A DSkImage_Lazy.cpp440 auto listener = GrMakeUniqueKeyInvalidationListener(&key, rContext->priv().contextID()); in lockTextureProxyView()
/third_party/skia/include/core/
H A DSkPromiseImageTexture.h46 void addKeyToInvalidate(uint32_t contextID, const GrUniqueKey& key);
/third_party/mesa3d/src/glx/
H A Dglxcmds.c281 * \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 DTextureProxyTest.cpp205 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 DSoftwarePathRenderer.cpp382 args.fContext->priv().contextID()); in onDrawPath()
H A DTriangulatingPathRenderer.cpp483 sk_make_sp<UniqueKeyInvalidator>(key, rContext->priv().contextID()));
/third_party/mesa3d/include/GL/
H A Dglxext.h320 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
326 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
/third_party/openGLES/api/GL/
H A Dglxext.h305 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 Dglxext.h312 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 Dglxext.h312 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
318 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
/third_party/skia/gm/
H A Dblurrect.cpp263 int32_t ctxID = canvas->recordingContext() ? canvas->recordingContext()->priv().contextID()

Completed in 26 milliseconds

12