Home
last modified time | relevance | path

Searched refs:fVertexIDSupport (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h82 bool vertexIDSupport() const { return fVertexIDSupport; } in vertexIDSupport()
256 bool fVertexIDSupport : 1; variable
DGrShaderCaps.cpp52 fVertexIDSupport = false; in GrShaderCaps()
130 writer->appendBool("sk_VertexID support", fVertexIDSupport); in dumpJSON()
/third_party/skia/src/gpu/
DGrShaderCaps.h78 bool vertexIDSupport() const { return fVertexIDSupport; } in vertexIDSupport()
287 bool fVertexIDSupport : 1; variable
DGrShaderCaps.cpp53 fVertexIDSupport = false; in GrShaderCaps()
138 writer->appendBool("sk_VertexID support", fVertexIDSupport); in dumpJSON()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp991 shaderCaps->fVertexIDSupport = ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; in initGLSL()
993 shaderCaps->fVertexIDSupport = true; in initGLSL()
997 shaderCaps->fVertexIDSupport = ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; in initGLSL()
4266 fShaderCaps->fVertexIDSupport = false; in applyDriverCorrectnessWorkarounds()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp246 shaderCaps->fVertexIDSupport = true; in initShaderCaps()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp577 shaderCaps->fVertexIDSupport = true; in initShaderCaps()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm393 shaderCaps->fVertexIDSupport = false;
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp913 shaderCaps->fVertexIDSupport = true; in initGLSL()
916 shaderCaps->fVertexIDSupport = ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; in initGLSL()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp714 shaderCaps->fVertexIDSupport = true; in initShaderCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm516 shaderCaps->fVertexIDSupport = true;