Home
last modified time | relevance | path

Searched refs:fContextID (Results 1 – 18 of 18) sorted by relevance

/external/skqp/include/gpu/
DGrContextThreadSafeProxy.h75 SkASSERT((this == &that) == (fContextID == that.fContextID));
94 const uint32_t fContextID; variable
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp80 fContextID = fContextObj->CreateContext(fBitmap); in SoftwareRenderer()
83 if (fContextID < 0) in SoftwareRenderer()
121 fContextObj->SetCurrentContext(fBitmap, fContextID); in LockGL()
128 fContextObj->SetCurrentContext(fBitmap, fContextID); in LockGL()
139 fContextObj->SetCurrentContext(NULL, fContextID); in UnlockGL()
153 fContextObj->SwapBuffers(fContextID); in SwapBuffers()
DSoftwareRenderer.h46 context_id fContextID; variable
/external/skqp/include/private/
DGrContext_Base.h44 uint32_t contextID() const { return fContextID; } in contextID()
53 const uint32_t fContextID; variable
DGrResourceKey.h336 : fKey(key), fContextID(contextUniqueID) { in GrUniqueKeyInvalidatedMessage()
345 uint32_t contextID() const { return fContextID; } in contextID()
349 uint32_t fContextID = SK_InvalidUniqueID; variable
/external/skia/include/private/
DGrContext_Base.h49 uint32_t contextID() const { return fContextID; } in contextID()
74 const uint32_t fContextID; variable
DGrResourceKey.h336 : fKey(key), fContextID(contextUniqueID) { in GrUniqueKeyInvalidatedMessage()
345 uint32_t contextID() const { return fContextID; } in contextID()
349 uint32_t fContextID = SK_InvalidUniqueID; variable
/external/skqp/src/gpu/
DGrContextThreadSafeProxy.cpp23 , fContextID(contextID) in GrContextThreadSafeProxy()
31 return context->priv().contextID() == fContextID; in matches()
DGrContext_Base.cpp22 , fContextID(SK_InvalidGenID == contextID ? next_id() : contextID) { in GrContext_Base()
DGrContextThreadSafeProxyPriv.h24 uint32_t contextID() const { return fProxy->fContextID; } in contextID()
/external/skqp/src/image/
DSkImage_GpuBase.cpp511 SkASSERT(fContextID == SK_InvalidUniqueID || in MakePromiseImageLazyProxy()
512 fContextID == tex->getContext()->contextPriv().contextID()); in MakePromiseImageLazyProxy()
513 fContextID = tex->getContext()->contextPriv().contextID(); in MakePromiseImageLazyProxy()
514 promiseTexture->addKeyToInvalidate(fContextID, fLastFulfilledKey); in MakePromiseImageLazyProxy()
601 uint32_t fContextID = SK_InvalidUniqueID; in MakePromiseImageLazyProxy() member in SkImage_GpuBase::MakePromiseImageLazyProxy::PromiseLazyInstantiateCallback
/external/skqp/src/gpu/text/
DGrTextBlobCache.h96 : fBlobID(blobID), fContextID(contextUniqueID) {} in PurgeBlobMessage()
99 uint32_t fContextID; member
DGrTextBlobCache.cpp14 return msg.fContextID == msgBusUniqueID; in DECLARE_SKMESSAGEBUS_MESSAGE()
/external/skia/src/gpu/text/
DGrTextBlobCache.h100 : fBlobID(blobID), fContextID(contextUniqueID) {} in PurgeBlobMessage()
103 uint32_t fContextID; member
DGrTextBlobCache.cpp14 return msg.fContextID == msgBusUniqueID; in DECLARE_SKMESSAGEBUS_MESSAGE()
/external/skia/src/gpu/
DGrContext_Base.cpp34 , fContextID(SK_InvalidGenID == contextID ? next_id() : contextID) { in GrContext_Base()
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.cpp904 PathTestStruct() : fContextID(SK_InvalidGenID), fAtlas(nullptr) {} in PathTestStruct()
936 uint32_t fContextID; member
963 if (context->contextPriv().contextID() != gTestStruct.fContextID) { in GR_DRAW_OP_TEST_DEFINE()
964 gTestStruct.fContextID = context->contextPriv().contextID(); in GR_DRAW_OP_TEST_DEFINE()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp906 PathTestStruct() : fContextID(SK_InvalidGenID), fAtlas(nullptr) {} in PathTestStruct()
938 uint32_t fContextID; member
965 if (context->priv().contextID() != gTestStruct.fContextID) { in GR_DRAW_OP_TEST_DEFINE()
966 gTestStruct.fContextID = context->priv().contextID(); in GR_DRAW_OP_TEST_DEFINE()