HomeSort by relevance Sort by last modified time
    Searched refs:readCnt (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
ProcessorTest.cpp 146 inline void testingOnly_getIORefCnts(const T* resource, int* refCnt, int* readCnt, int* writeCnt) {
148 *readCnt = resource->fPendingReads;
152 void testingOnly_getIORefCnts(GrTextureProxy* proxy, int* refCnt, int* readCnt, int* writeCnt) {
154 *readCnt = proxy->getPendingReadCnt_TestOnly();
211 int refCnt, readCnt, writeCnt;
213 testingOnly_getIORefCnts(proxy1.get(), &refCnt, &readCnt, &writeCnt);
217 REPORTER_ASSERT(reporter, ioRefMul * 1 == readCnt);
221 testingOnly_getIORefCnts(buffer.get(), &refCnt, &readCnt, &writeCnt);
223 REPORTER_ASSERT(reporter, ioRefMul * 1 == readCnt);
229 testingOnly_getIORefCnts(proxy1.get(), &refCnt, &readCnt, &writeCnt)
    [all...]
  /external/skqp/tests/
ProcessorTest.cpp 146 inline void testingOnly_getIORefCnts(const T* resource, int* refCnt, int* readCnt, int* writeCnt) {
148 *readCnt = resource->fPendingReads;
152 void testingOnly_getIORefCnts(GrTextureProxy* proxy, int* refCnt, int* readCnt, int* writeCnt) {
154 *readCnt = proxy->getPendingReadCnt_TestOnly();
211 int refCnt, readCnt, writeCnt;
213 testingOnly_getIORefCnts(proxy1.get(), &refCnt, &readCnt, &writeCnt);
217 REPORTER_ASSERT(reporter, ioRefMul * 1 == readCnt);
221 testingOnly_getIORefCnts(buffer.get(), &refCnt, &readCnt, &writeCnt);
223 REPORTER_ASSERT(reporter, ioRefMul * 1 == readCnt);
229 testingOnly_getIORefCnts(proxy1.get(), &refCnt, &readCnt, &writeCnt)
    [all...]
  /external/pdfium/core/fxge/
cfx_folderfontinfo.cpp 171 size_t readCnt = fread(buffer, 12, 1, pFile);
172 if (readCnt != 1) {
185 readCnt = fread(offsets, 1, face_bytes, pFile);
186 if (readCnt != face_bytes) {
  /external/skia/include/gpu/
GrGpuResource.h 100 friend void testingOnly_getIORefCnts(const T*, int* refCnt, int* readCnt, int* writeCnt);
  /external/skqp/include/gpu/
GrGpuResource.h 100 friend void testingOnly_getIORefCnts(const T*, int* refCnt, int* readCnt, int* writeCnt);

Completed in 104 milliseconds