Home
last modified time | relevance | path

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

/external/angle/src/common/
DPackedEnums.h326 #define ANGLE_VALIDATE_PACKED_ENUM(type, packed, glenum) \ macro
330 ANGLE_VALIDATE_PACKED_ENUM(DrawElementsType, UnsignedByte, GL_UNSIGNED_BYTE);
331 ANGLE_VALIDATE_PACKED_ENUM(DrawElementsType, UnsignedShort, GL_UNSIGNED_SHORT);
332 ANGLE_VALIDATE_PACKED_ENUM(DrawElementsType, UnsignedInt, GL_UNSIGNED_INT);
363 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, Add, GL_FUNC_ADD);
364 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, Min, GL_MIN);
365 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, Max, GL_MAX);
366 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, Subtract, GL_FUNC_SUBTRACT);
367 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, ReverseSubtract, GL_FUNC_REVERSE_SUBTRACT);
437 ANGLE_VALIDATE_PACKED_ENUM(BlendFactorType, Zero, GL_ZERO);
[all …]