Searched refs:UByte (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | AttributeLayoutTest.cpp | 351 Format<GLubyte, GL_UNSIGNED_BYTE, false> UByte(es3); in GetTestCases() local 400 mTestCases.push_back({SByte(M0, 0, 20, mCoord), UByte(M0, 10, 20, mColor)}); in GetTestCases()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | AttributeLayoutTest.cpp | 351 Format<GLubyte, GL_UNSIGNED_BYTE, false> UByte(es3); in GetTestCases() local 400 mTestCases.push_back({SByte(M0, 0, 20, mCoord), UByte(M0, 10, 20, mColor)}); in GetTestCases()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_common.hpp | 523 UByte, enumerator 1695 …return type.basetype == SPIRType::SByte || type.basetype == SPIRType::UByte || type.basetype == SP… in type_is_integral() 1722 return SPIRType::UByte; in to_unsigned_basetype()
|
D | spirv_glsl.cpp | 407 else if (type.basetype == SPIRType::SByte || type.basetype == SPIRType::UByte) in find_static_extensions() 1362 case SPIRType::UByte: in type_to_packed_base_size() 5470 case SPIRType::UByte: in constant_expression_vector() 13274 case SPIRType::UByte: in image_type_glsl() 13449 case SPIRType::UByte: in type_to_glsl() 13483 case SPIRType::UByte: in type_to_glsl() 14734 …asetype == SPIRType::UInt || type.basetype == SPIRType::UShort || type.basetype == SPIRType::UByte; in emit_block_chain()
|
D | spirv_msl.cpp | 86 case SPIRType::UByte: in add_msl_resource_binding() 3822 case SPIRType::UByte: in ensure_correct_input_type() 13239 case SPIRType::UByte: in type_to_glsl() 15692 case SPIRType::UByte: in analyze_argument_buffers()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLCompiler.cpp | 113 ADD_TYPE(UByte); in Compiler()
|