Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/mock/
DGrMockCaps.h21 fHalfFloatVertexAttributeSupport = options.fHalfFloatVertexAttributeSupport; in GrMockCaps()
/third_party/skia/src/gpu/
DGrCaps.h75 bool halfFloatVertexAttributeSupport() const { return fHalfFloatVertexAttributeSupport; } in halfFloatVertexAttributeSupport()
553 bool fHalfFloatVertexAttributeSupport : 1; variable
DGrCaps.cpp44 fHalfFloatVertexAttributeSupport = false; in GrCaps()
224 writer->appendBool("Half float vertex attribute support", fHalfFloatVertexAttributeSupport); in dumpJSON()
/third_party/skia/include/gpu/mock/
DGrMockTypes.h122 bool fHalfFloatVertexAttributeSupport = false; member
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp43 fHalfFloatVertexAttributeSupport = false; in GrD3DCaps()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp718 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()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp54 fHalfFloatVertexAttributeSupport = true; in GrVkCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm395 fHalfFloatVertexAttributeSupport = true;