Home
last modified time | relevance | path

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

/external/skqp/tests/
DProcessorTest.cpp143 inline void testingOnly_getIORefCnts(const T* resource, int* refCnt, int* readCnt, int* writeCnt) { in testingOnly_getIORefCnts() argument
145 *readCnt = resource->fPendingReads; in testingOnly_getIORefCnts()
149 void testingOnly_getIORefCnts(GrTextureProxy* proxy, int* refCnt, int* readCnt, int* writeCnt) { in testingOnly_getIORefCnts() argument
151 *readCnt = proxy->getPendingReadCnt_TestOnly(); in testingOnly_getIORefCnts()
205 int refCnt, readCnt, writeCnt; in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
207 testingOnly_getIORefCnts(proxy1.get(), &refCnt, &readCnt, &writeCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
211 REPORTER_ASSERT(reporter, ioRefMul * 1 == readCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
216 testingOnly_getIORefCnts(proxy1.get(), &refCnt, &readCnt, &writeCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
218 REPORTER_ASSERT(reporter, ioRefMul * 0 == readCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/external/skia/tests/
DProcessorTest.cpp147 inline void testingOnly_getIORefCnts(const T* resource, int* refCnt, int* readCnt, int* writeCnt) { in testingOnly_getIORefCnts() argument
149 *readCnt = resource->fPendingReads; in testingOnly_getIORefCnts()
153 void testingOnly_getIORefCnts(GrTextureProxy* proxy, int* refCnt, int* readCnt, int* writeCnt) { in testingOnly_getIORefCnts() argument
155 *readCnt = proxy->getPendingReadCnt_TestOnly(); in testingOnly_getIORefCnts()
209 int refCnt, readCnt, writeCnt; in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
211 testingOnly_getIORefCnts(proxy1.get(), &refCnt, &readCnt, &writeCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
215 REPORTER_ASSERT(reporter, ioRefMul * 1 == readCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
220 testingOnly_getIORefCnts(proxy1.get(), &refCnt, &readCnt, &writeCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
222 REPORTER_ASSERT(reporter, ioRefMul * 0 == readCnt); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp171 size_t readCnt = fread(buffer, 12, 1, pFile); in ScanFile() local
172 if (readCnt != 1) { in ScanFile()
185 readCnt = fread(offsets, 1, face_bytes, pFile); in ScanFile()
186 if (readCnt != face_bytes) { in ScanFile()
/external/skia/include/gpu/
DGrGpuResource.h106 friend void testingOnly_getIORefCnts(const T*, int* refCnt, int* readCnt, int* writeCnt);
/external/skqp/include/gpu/
DGrGpuResource.h99 friend void testingOnly_getIORefCnts(const T*, int* refCnt, int* readCnt, int* writeCnt);