Home
last modified time | relevance | path

Searched refs:readCnt (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DProcessorTest.cpp133 inline void testingOnly_getIORefCnts(const T* resource, int* refCnt, int* readCnt, int* writeCnt) { in testingOnly_getIORefCnts() argument
135 *readCnt = resource->fPendingReads; in testingOnly_getIORefCnts()
139 void testingOnly_getIORefCnts(GrTextureProxy* proxy, int* refCnt, int* readCnt, int* writeCnt) { in testingOnly_getIORefCnts() argument
141 *readCnt = proxy->getPendingReadCnt_TestOnly(); in testingOnly_getIORefCnts()
196 int refCnt, readCnt, writeCnt; in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
198 testingOnly_getIORefCnts(proxy1.get(), &refCnt, &readCnt, &writeCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
200 REPORTER_ASSERT(reporter, 1 == readCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
204 testingOnly_getIORefCnts(buffer.get(), &refCnt, &readCnt, &writeCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
206 REPORTER_ASSERT(reporter, 1 == readCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
211 testingOnly_getIORefCnts(proxy2.get(), &refCnt, &readCnt, &writeCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
[all …]
/external/pdfium/core/fxge/ge/
Dcfx_folderfontinfo.cpp162 size_t readCnt = FXSYS_fread(buffer, 12, 1, pFile); in ScanFile() local
163 if (readCnt != 1) { in ScanFile()
176 readCnt = FXSYS_fread(offsets, 1, face_bytes, pFile); in ScanFile()
177 if (readCnt != face_bytes) { in ScanFile()
/external/skia/include/gpu/
DGrGpuResource.h99 friend void testingOnly_getIORefCnts(const T*, int* refCnt, int* readCnt, int* writeCnt);