Searched refs:fTextureUsageSupport (Results 1 – 2 of 2) sorted by relevance
316 bool textureUsageSupport() const { return fTextureUsageSupport; } in textureUsageSupport()561 bool fTextureUsageSupport : 1; variable
36 fTextureUsageSupport = false; in GrGLCaps()147 fTextureUsageSupport = GR_IS_GR_GL_ES(standard) && in init()1215 writer->appendBool("Texture Usage support", fTextureUsageSupport); in onDumpJSON()