Searched refs:fTextureBarrierSupport (Results 1 – 9 of 9) sorted by relevance
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()
52 bool textureBarrierSupport() const { return fTextureBarrierSupport; } in textureBarrierSupport()508 bool fTextureBarrierSupport : 1; variable
27 fTextureBarrierSupport = false; in GrCaps()197 writer->appendBool("Texture Barrier Support", fTextureBarrierSupport); in dumpJSON()
67 fTextureBarrierSupport = true; in GrVkCaps()509 fTextureBarrierSupport = false; in applyDriverCorrectnessWorkarounds()576 fTextureBarrierSupport = false; in applyDriverCorrectnessWorkarounds()
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()
333 fTextureBarrierSupport = false; // Need to figure out if we can do this