Home
last modified time | relevance | path

Searched refs:fPackRowLength (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/debug/
DGrDebugGL.h82 fPackRowLength = packRowLength; in setPackRowLength()
84 GrGLint getPackRowLength() const { return fPackRowLength; } in getPackRowLength()
128 GrGLint fPackRowLength; variable
DGrDebugGL.cpp34 : fPackRowLength(0) in GrDebugGL()