Searched refs:fHalfFloatVertexAttributeSupport (Results 1 – 8 of 8) sorted by relevance
21 fHalfFloatVertexAttributeSupport = options.fHalfFloatVertexAttributeSupport; in GrMockCaps()
101 bool halfFloatVertexAttributeSupport() const { return fHalfFloatVertexAttributeSupport; } in halfFloatVertexAttributeSupport()584 bool fHalfFloatVertexAttributeSupport : 1; variable
53 fHalfFloatVertexAttributeSupport = false; in GrCaps()236 writer->appendBool("Half float vertex attribute support", fHalfFloatVertexAttributeSupport); in dumpJSON()
122 bool fHalfFloatVertexAttributeSupport = false; member
46 fHalfFloatVertexAttributeSupport = false; in GrD3DCaps()
754 fHalfFloatVertexAttributeSupport = (version >= GR_GL_VER(3, 0)); in init()756 fHalfFloatVertexAttributeSupport = (version >= GR_GL_VER(3, 0)); in init()759 fHalfFloatVertexAttributeSupport = (version >= GR_GL_VER(2, 0)); in init()
63 fHalfFloatVertexAttributeSupport = true; in GrVkCaps()
420 fHalfFloatVertexAttributeSupport = true;