Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/mock/
DGrMockCaps.h21 fHalfFloatVertexAttributeSupport = options.fHalfFloatVertexAttributeSupport; in GrMockCaps()
/external/skia/src/gpu/ganesh/
DGrCaps.h101 bool halfFloatVertexAttributeSupport() const { return fHalfFloatVertexAttributeSupport; } in halfFloatVertexAttributeSupport()
584 bool fHalfFloatVertexAttributeSupport : 1; variable
DGrCaps.cpp53 fHalfFloatVertexAttributeSupport = false; in GrCaps()
236 writer->appendBool("Half float vertex attribute support", fHalfFloatVertexAttributeSupport); in dumpJSON()
/external/skia/include/gpu/mock/
DGrMockTypes.h122 bool fHalfFloatVertexAttributeSupport = false; member
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCaps.cpp46 fHalfFloatVertexAttributeSupport = false; in GrD3DCaps()
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.cpp754 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()
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.cpp63 fHalfFloatVertexAttributeSupport = true; in GrVkCaps()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlCaps.mm420 fHalfFloatVertexAttributeSupport = true;