Searched refs:Gr_bzero (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrTHashCache.h | 27 GrTHashTable() { Gr_bzero(fHash, sizeof(fHash)); } in GrTHashTable() 178 Gr_bzero(fHash, sizeof(fHash)); in removeAll() 184 Gr_bzero(fHash, sizeof(fHash)); in deleteAll() 190 Gr_bzero(fHash, sizeof(fHash)); in unrefAll()
|
D | GrAtlas.cpp | 100 Gr_bzero(dst, dstRB); // zero top row in addSubImage() 109 Gr_bzero(dst, dstRB); // zero bottom row in addSubImage() 133 Gr_bzero(fTexture, sizeof(fTexture)); in GrAtlasMgr()
|
D | GrPlotMgr.h | 37 Gr_bzero(fBusy, fDim.fX * fDim.fY); in reset()
|
D | GrRectanizer.cpp | 21 Gr_bzero(fRows, sizeof(fRows)); in GrRectanizerPow2()
|
D | GrRectanizer_fifo.cpp | 21 Gr_bzero(fRows, sizeof(fRows)); in GrRectanizerFIFO()
|
/external/skia/include/gpu/ |
D | GrTypes.h | 127 static inline void Gr_bzero(void* dst, size_t size) { in Gr_bzero() function
|
/external/skia/src/gpu/gl/ |
D | GrGpuGL.cpp | 2305 Gr_bzero(&fDirtyFlags, sizeof(fDirtyFlags)); in resetDirtyFlags()
|