Home
last modified time | relevance | path

Searched refs:VertexAttribTypeCase (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.h120 enum class VertexAttribTypeCase enum
240 VertexAttribTypeCase getVertexAttribTypeValidation(VertexAttribType type) const in getVertexAttribTypeValidation()
245 VertexAttribTypeCase getIntegerVertexAttribTypeValidation(VertexAttribType type) const in getIntegerVertexAttribTypeValidation()
316 VertexAttribTypeCase,
320 VertexAttribTypeCase,
DvalidationES.h512 VertexAttribTypeCase validation) in ValidateVertexFormat()
523 case VertexAttribTypeCase::Invalid: in ValidateVertexFormat()
526 case VertexAttribTypeCase::Valid: in ValidateVertexFormat()
533 case VertexAttribTypeCase::ValidSize4Only: in ValidateVertexFormat()
DContext.cpp9150 {VertexAttribType::Byte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9151 {VertexAttribType::Short, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9152 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9153 {VertexAttribType::UnsignedShort, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9154 {VertexAttribType::Float, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9155 {VertexAttribType::Fixed, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9161 {VertexAttribType::Byte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9162 {VertexAttribType::Short, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9163 {VertexAttribType::Int, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9164 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h108 enum class VertexAttribTypeCase enum
232 VertexAttribTypeCase getVertexAttribTypeValidation(VertexAttribType type) const in getVertexAttribTypeValidation()
237 VertexAttribTypeCase getIntegerVertexAttribTypeValidation(VertexAttribType type) const in getIntegerVertexAttribTypeValidation()
327 VertexAttribTypeCase,
331 VertexAttribTypeCase,
DvalidationES.h689 VertexAttribTypeCase validation) in ValidateVertexFormat()
701 case VertexAttribTypeCase::Invalid: in ValidateVertexFormat()
704 case VertexAttribTypeCase::Valid: in ValidateVertexFormat()
711 case VertexAttribTypeCase::ValidSize4Only: in ValidateVertexFormat()
719 case VertexAttribTypeCase::ValidSize3or4: in ValidateVertexFormat()
DContext.cpp9660 VertexAttribTypeCase halfFloatValidity = (context->getExtensions().vertexHalfFloatOES) in updateVertexAttribTypesValidation()
9661 ? VertexAttribTypeCase::Valid in updateVertexAttribTypesValidation()
9662 : VertexAttribTypeCase::Invalid; in updateVertexAttribTypesValidation()
9664 VertexAttribTypeCase vertexType1010102Validity = (context->getExtensions().vertexType1010102OES) in updateVertexAttribTypesValidation()
9665 ? VertexAttribTypeCase::ValidSize3or4 in updateVertexAttribTypesValidation()
9666 : VertexAttribTypeCase::Invalid; in updateVertexAttribTypesValidation()
9671 {VertexAttribType::Byte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9672 {VertexAttribType::Short, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9673 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9674 {VertexAttribType::UnsignedShort, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
[all …]