Searched refs:fTextureBarrierSupport (Results 1 – 8 of 8) sorted by relevance
57 bool textureBarrierSupport() const { return fTextureBarrierSupport; } in textureBarrierSupport()337 bool fTextureBarrierSupport : 1; variable
27 fTextureBarrierSupport = false; in GrCaps()190 writer->appendBool("Texture Barrier Support", fTextureBarrierSupport); in dumpJSON()
57 bool textureBarrierSupport() const { return fTextureBarrierSupport; } in textureBarrierSupport()339 bool fTextureBarrierSupport : 1; variable
27 fTextureBarrierSupport = false; in GrCaps()189 writer->appendBool("Texture Barrier Support", fTextureBarrierSupport); in dumpJSON()
253 fTextureBarrierSupport = false; // Need to figure out if we can do this
132 fTextureBarrierSupport = version >= GR_GL_VER(4,5) || in init()136 fTextureBarrierSupport = ctxInfo.hasExtension("GL_NV_texture_barrier"); in init()