Searched refs:fHalfFloatVertexAttributeSupport (Results 1 – 8 of 8) sorted by relevance
21 fHalfFloatVertexAttributeSupport = options.fHalfFloatVertexAttributeSupport; in GrMockCaps()
75 bool halfFloatVertexAttributeSupport() const { return fHalfFloatVertexAttributeSupport; } in halfFloatVertexAttributeSupport()553 bool fHalfFloatVertexAttributeSupport : 1; variable
44 fHalfFloatVertexAttributeSupport = false; in GrCaps()224 writer->appendBool("Half float vertex attribute support", fHalfFloatVertexAttributeSupport); in dumpJSON()
122 bool fHalfFloatVertexAttributeSupport = false; member
43 fHalfFloatVertexAttributeSupport = false; in GrD3DCaps()
718 fHalfFloatVertexAttributeSupport = (version >= GR_GL_VER(3, 0)); in init()720 fHalfFloatVertexAttributeSupport = (version >= GR_GL_VER(3, 0)); in init()723 fHalfFloatVertexAttributeSupport = (version >= GR_GL_VER(2, 0)); in init()
54 fHalfFloatVertexAttributeSupport = true; in GrVkCaps()
395 fHalfFloatVertexAttributeSupport = true;