Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h57 bool textureBarrierSupport() const { return fTextureBarrierSupport; } in textureBarrierSupport()
337 bool fTextureBarrierSupport : 1; variable
DGrCaps.cpp27 fTextureBarrierSupport = false; in GrCaps()
190 writer->appendBool("Texture Barrier Support", fTextureBarrierSupport); in dumpJSON()
/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/skqp/src/gpu/mtl/
DGrMtlCaps.mm253 fTextureBarrierSupport = false; // Need to figure out if we can do this
/external/skia/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/gl/
DGrGLCaps.cpp132 fTextureBarrierSupport = version >= GR_GL_VER(4,5) || in init()
136 fTextureBarrierSupport = ctxInfo.hasExtension("GL_NV_texture_barrier"); in init()