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

1 2 3

  /external/skia/src/pdf/
SkBitmapKey.h 14 uint32_t fID;
16 return fID == rhs.fID && fSubset == rhs.fSubset;
SkPDFShader.h 54 SkASSERT(a.fBitmapKey.fID != 0);
55 SkASSERT(b.fBitmapKey.fID != 0);
  /external/skia/tools/gpu/gl/debug/
GrFakeRefObj.h 31 fID = ++fNextID;
51 GrGLuint getID() const { return fID; }
67 GrGLuint fID; // globally unique ID
  /external/skia/include/ports/
SkFontConfigInterface.h 47 FontIdentity() : fID(0), fTTCIndex(0) {}
50 return fID == other.fID &&
58 uint32_t fID;
  /external/skia/src/gpu/
GrTraceMarker.cpp 47 if (lastMarker.fID != -1) {
49 marker_string.appendS32(lastMarker.fID);
65 if (1 == numMarkers && -1 == this->fMarkerArray[0].fID) {
78 if (currMarker.fID != -1) {
80 marker_string.appendS32(currMarker.fID);
83 } else if (currMarker.fID != prevMarkerID) {
85 marker_string.appendS32(currMarker.fID);
87 prevMarkerID = currMarker.fID;
GrTraceMarker.h 15 GrGpuTraceMarker(const char* marker, int idCounter) : fMarker(marker), fID(idCounter) {}
18 return this->fMarker < rhs.fMarker || (this->fMarker == rhs.fMarker && this->fID < rhs.fID);
22 return (this->fID == rhs.fID && this->fMarker == rhs.fMarker);
26 int fID;
GrGlyph.h 35 GrDrawOpAtlas::AtlasID fID;
44 fID = GrDrawOpAtlas::kInvalidAtlasID;
GrTessellator.cpp 150 , fID (-1.0f)
165 float fID; // Identifier used for logging.
383 fTop->fID, fBottom->fID,
384 other.fTop->fID, other.fBottom->fID);
465 fID = gID++;
466 LOG("*** created Poly %d\n", fID);
546 e->fTop->fID, e->fBottom->fID, fID, side == kLeft_Side ? "left" : "right")
    [all...]
  /external/skia/src/core/
SkGlyph.h 43 fID = code;
54 fID = ID;
57 constexpr SkPackedID() : fID(kImpossibleID) {}
60 return fID == that.fID;
67 return fID & kCodeMask;
71 return SubToFixed(ID2SubX(fID));
75 return SubToFixed(ID2SubY(fID));
79 return SkChecksum::CheapMix(fID);
82 // FIXME - This is needed because the Android framework directly accesses fID
    [all...]
  /external/skia/include/gpu/mock/
GrMockTypes.h 14 int fID;
  /external/skia/tests/
LListTest.cpp 15 ListElement(int id) : fID(id) {
17 bool operator== (const ListElement& other) { return fID == other.fID; }
19 int fID;
72 REPORTER_ASSERT(reporter, cur->fID == 3-i);
77 REPORTER_ASSERT(reporter, cur->fID == i);
113 REPORTER_ASSERT(reporter, cur->fID == i);
147 REPORTER_ASSERT(reporter, cur->fID == i);
177 REPORTER_ASSERT(reporter, iter1.get()->fID == iter2.get()->fID);
    [all...]
EGLImageTest.cpp 69 externalTexture.fID = 0;
72 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, backendTexture1, image);
78 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, backendTexture1, image);
90 if (!backendTexture1 || !backendTexture1->fID) {
92 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, backendTexture1, image);
97 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, backendTexture1, image);
102 image = glCtx1->texture2DToEGLImage(backendTexture1->fID);
105 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, backendTexture1, image);
117 GR_GL_CALL(glCtx1->gl(), BindTexture(backendTexture1->fTarget, backendTexture1->fID));
130 externalTexture.fID = glCtx0->eglImageToExternalTexture(image)
    [all...]
GrAllocatorTest.cpp 15 C() : fID(-1) { ++gInstCnt; }
16 C(int id) : fID(id) { ++gInstCnt; }
18 int fID;
58 REPORTER_ASSERT(reporter, iter.next() && i == iter.get()->fID);
62 REPORTER_ASSERT(reporter, cnt-1 == allocator->back().fID);
HashTest.cpp 113 CopyCounter() : fID(0), fCounter(nullptr) {}
115 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {}
118 : fID(other.fID)
125 fID = other.fID;
132 fID = other.fID;
138 return fID == other.fID;
    [all...]
  /external/skia/include/views/
SkEventSink.h 33 SkEventSinkID getSinkID() const { return fID; }
103 SkEventSinkID fID;
SkOSMenu.h 61 int getID() const { return fID; }
84 int fID;
  /external/skia/src/gpu/mock/
GrMockGpu.cpp 58 info.fID = NextInternalTextureID();
82 info->fID = NextExternalTextureID();
83 fOutstandingTestingOnlyTextureIDs.add(info->fID);
89 reinterpret_cast<const GrMockTextureInfo*>(object)->fID);
94 fOutstandingTestingOnlyTextureIDs.remove(info->fID);
  /external/skia/include/gpu/
GrGpuResource.h 191 explicit UniqueID(uint32_t id) : fID(id) {}
193 uint32_t asUInt() const { return fID; }
196 return fID == other.fID;
202 void makeInvalid() { fID = SK_InvalidUniqueID; }
203 bool isInvalid() const { return SK_InvalidUniqueID == fID; }
206 uint32_t fID;
  /external/skia/include/private/
GrSurfaceProxy.h 220 explicit UniqueID(const GrGpuResource::UniqueID& id) : fID(id.asUInt()) { }
222 UniqueID() : fID(GrGpuResource::CreateUniqueID()) { }
224 uint32_t asUInt() const { return fID; }
227 return fID == other.fID;
233 void makeInvalid() { fID = SK_InvalidUniqueID; }
234 bool isInvalid() const { return SK_InvalidUniqueID == fID; }
237 explicit UniqueID(uint32_t id) : fID(id) {}
239 uint32_t fID;
  /external/skia/src/gpu/text/
GrTextBlobCache.h 100 uint32_t fID;
109 BlobIDCacheEntry() : fID(SK_InvalidGenID) {}
110 explicit BlobIDCacheEntry(uint32_t id) : fID(id) {}
113 return entry.fID;
118 SkASSERT(GrAtlasTextBlob::GetKey(*blob).fUniqueID == fID);
126 SkASSERT(GrAtlasTextBlob::GetKey(*blob).fUniqueID == fID);
148 uint32_t fID;
176 auto* idEntry = fBlobIDCache.find(msg.fID);
188 fBlobIDCache.remove(msg.fID);
  /external/skia/src/gpu/gl/
GrGLVertexArray.h 111 GrGLuint arrayID() const { return fID; }
116 GrGLuint fID;
GrGLTexture.cpp 89 SkASSERT(0 != idDesc.fInfo.fID);
97 if (fInfo.fID) {
99 GL_CALL(DeleteTextures(1, &fInfo.fID));
101 fInfo.fID = 0;
109 fInfo.fID = 0;
GrGLVertexArray.cpp 119 : fID(id)
125 if (0 == fID) {
128 gpu->bindVertexArray(fID);
  /external/skia/src/pathops/
SkOpAngle.h 36 return SkDEBUGRELEASE(fID, -1);
136 SkDEBUGCODE(int fID);
  /external/mesa3d/include/HaikuGL/
GLRenderer.h 70 renderer_id fID;

Completed in 509 milliseconds

1 2 3