Searched refs:BGR (Results 1 - 12 of 12) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
H A DJetDefs.py433 BGR = 100 variable in class:JetDefs
434 EVT_OFFSET = 525+BGR
439 SEGFRAME_SIZE = (500+BGR, 344 + ROWSIZE)
445 ('Segment Name', F_SEGNAME, ROW1, COL1, 200+BGR, 0, 0, -1, [], "", False, ""),
446 ('MIDI File', F_MIDIFILE, ROW2, COL1, FILEPATH_WIDTH+BGR, 0, 0, ID_MIDIFILE, MIDI_FILE_SPEC, "", False, ""),
447 ('DLS File', F_DLSFILE, ROW3, COL1, FILEPATH_WIDTH+BGR, 0, 0, -1, DLS_FILE_SPEC, "", False, ""),
462 ('Track Mutes', F_MUTEFLAGS, ROW1, COL3 + 15+BGR, TRACKGRD_SIZE, 0, 0, -1, [], "", False, ""),
478 BGR = 100 variable in class:JetDefs
480 COLADD = 500 + BGR
481 SEGDLG_SIZE = (890+BGR,53
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1515 case FMT_CASE(BGR, UNORM_SHORT_565): return VK_FORMAT_B5G6R5_UNORM_PACK16;
1598 case FMT_CASE(BGR, UNORM_INT8): return VK_FORMAT_B8G8R8_UNORM;
1599 case FMT_CASE(BGR, SNORM_INT8): return VK_FORMAT_B8G8R8_SNORM;
1600 case FMT_CASE(BGR, UNSIGNED_INT8): return VK_FORMAT_B8G8R8_UINT;
1601 case FMT_CASE(BGR, SIGNED_INT8): return VK_FORMAT_B8G8R8_SINT;
1656 case VK_FORMAT_B5G6R5_UNORM_PACK16: return TextureFormat(TextureFormat::BGR, TextureFormat::UNORM_SHORT_565);
1750 case VK_FORMAT_B8G8R8_UNORM: return TextureFormat(TextureFormat::BGR, TextureFormat::UNORM_INT8);
1751 case VK_FORMAT_B8G8R8_SNORM: return TextureFormat(TextureFormat::BGR, TextureFormat::SNORM_INT8);
1752 case VK_FORMAT_B8G8R8_USCALED: return TextureFormat(TextureFormat::BGR, TextureFormat::UNSIGNED_INT8);
1753 case VK_FORMAT_B8G8R8_SSCALED: return TextureFormat(TextureFormat::BGR, TextureForma
[all...]
/external/libpng/contrib/libtests/
H A Dtimepng.c492 OPT(BGR);
H A Dpngimage.c194 T(BGR, NONE, C, P, TRUE, RW_BGR),
/external/deqp/framework/common/
H A DtcuTexture.cpp546 case TextureFormat::BGR:
587 return format.order == TextureFormat::RGB || format.order == TextureFormat::BGR;
666 case TextureFormat::BGR: return 3;
782 static const TextureSwizzle BGR = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_ONE }}; local
800 case TextureFormat::BGR: return BGR;
806 case TextureFormat::sBGR: return BGR;
836 static const TextureSwizzle BGR = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_LAST }}; local
854 case TextureFormat::BGR: return BGR;
[all...]
H A DtcuTexture.hpp55 BGR, enumerator in enum:tcu::TextureFormat::ChannelOrder
H A DtcuTextureUtil.cpp1530 case TextureFormat::BGR: swizzle = &RGB; break;
/external/selinux/mcstrans/share/examples/nato/setrans.d/
H A Deyes-only.conf109 ~c223=BGR # Bulgaria
H A Drel.conf115 ~c200,~c223=BGR # Bulgaria
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1224 case tcu::TextureFormat::BGR:
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp875 if (format.order == tcu::TextureFormat::BGR || format.order == tcu::TextureFormat::BGRA)
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1980 if (format.order == tcu::TextureFormat::BGR || format.order == tcu::TextureFormat::BGRA)

Completed in 386 milliseconds