Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLTypesPriv.cpp45 fNonsamplerState.invalidate(); in invalidate()
54 fNonsamplerState = nonsamplerState; in set()
/external/skia/include/private/
DGrGLTypesPriv.h60 const NonsamplerState& nonsamplerState() const { return fNonsamplerState; } in nonsamplerState()
72 NonsamplerState fNonsamplerState; variable