Home
last modified time | relevance | path

Searched refs:fTextureBarrierSupport (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/gpu/
DGrCaps.h57 bool textureBarrierSupport() const { return fTextureBarrierSupport; } in textureBarrierSupport()
339 bool fTextureBarrierSupport : 1; variable
DGrCaps.cpp27 fTextureBarrierSupport = false; in GrCaps()
189 writer->appendBool("Texture Barrier Support", fTextureBarrierSupport); in dumpJSON()
/external/skia/src/gpu/
DGrCaps.h52 bool textureBarrierSupport() const { return fTextureBarrierSupport; } in textureBarrierSupport()
508 bool fTextureBarrierSupport : 1; variable
DGrCaps.cpp27 fTextureBarrierSupport = false; in GrCaps()
197 writer->appendBool("Texture Barrier Support", fTextureBarrierSupport); in dumpJSON()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp67 fTextureBarrierSupport = true; in GrVkCaps()
509 fTextureBarrierSupport = false; in applyDriverCorrectnessWorkarounds()
576 fTextureBarrierSupport = false; in applyDriverCorrectnessWorkarounds()
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm253 fTextureBarrierSupport = false; // Need to figure out if we can do this
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp132 fTextureBarrierSupport = version >= GR_GL_VER(4,5) || in init()
136 fTextureBarrierSupport = ctxInfo.hasExtension("GL_NV_texture_barrier"); in init()
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm333 fTextureBarrierSupport = false; // Need to figure out if we can do this
/external/skia/src/gpu/gl/
DGrGLCaps.cpp132 fTextureBarrierSupport = version >= GR_GL_VER(4,5) || in init()
136 fTextureBarrierSupport = ctxInfo.hasExtension("GL_NV_texture_barrier"); in init()