Home
last modified time | relevance | path

Searched refs:Int2101010 (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h477 Int2101010 = 15, // GLenum == 0x8D9F member in gl::BlendEquationType::BlendFactorType::VertexAttribType
495 return VertexAttribType::Int2101010; in FromGLenum()
506 if (from == VertexAttribType::Int2101010) in ToGLenum()
528 ANGLE_VALIDATE_PACKED_ENUM(VertexAttribType, Int2101010, GL_INT_2_10_10_10_REV);
H A DPackedEnums.cpp449 case VertexAttribType::Int2101010:
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp146 { FormatID::R10G10B10A2_SINT, GL_RGB10_A2_SINT_ANGLEX, GL_RGB10_A2_SINT_ANGLEX, GenerateMip<R10G10B10A2S>, NoCopyFunctions, ReadColor<R10G10B10A2S, GLint>, WriteColor<R10G10B10A2S, GLint>, GL_INT, 10, 10, 10, 2, 0, 0, 0, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::Int2101010 },
147 { FormatID::R10G10B10A2_SNORM, GL_RGB10_A2_SNORM_ANGLEX, GL_RGB10_A2_SNORM_ANGLEX, GenerateMip<R10G10B10A2S>, NoCopyFunctions, ReadColor<R10G10B10A2S, GLfloat>, WriteColor<R10G10B10A2S, GLfloat>, GL_SIGNED_NORMALIZED, 10, 10, 10, 2, 0, 0, 0, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::Int2101010 },
148 { FormatID::R10G10B10A2_SSCALED, GL_RGB10_A2_SSCALED_ANGLEX, GL_RGB10_A2_SSCALED_ANGLEX, GenerateMip<R10G10B10A2S>, NoCopyFunctions, ReadColor<R10G10B10A2S, GLint>, WriteColor<R10G10B10A2S, GLint>, GL_INT, 10, 10, 10, 2, 0, 0, 0, 4, std::numeric_limits<GLuint>::max(), false, false, true, false, false, gl::VertexAttribType::Int2101010 },
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp1801 params.srcFormat->vertexAttribType == gl::VertexAttribType::Int2101010; in convertVertexBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformatutils.cpp2197 case VertexAttribType::Int2101010: in GetVertexFormatID()
H A DContext.cpp9692 {VertexAttribType::Int2101010, VertexAttribTypeCase::ValidSize4Only}, in updateVertexAttribTypesValidation()

Completed in 32 milliseconds