Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLContextInfo.cpp32 fGLSLGeneration = ctx.fGLSLGeneration; in operator =()
43 fGLSLGeneration = static_cast<GrGLSLGeneration>(0); in reset()
69 fGLSLGeneration = GrGetGLSLGeneration(fBindingInUse, in initialize()
DGrGLContextInfo.h60 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; } in glslGeneration()
82 GrGLSLGeneration fGLSLGeneration; variable