Home
last modified time | relevance | path

Searched defs:RGB (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h86 struct rc_pair_sub_instruction RGB; member
/external/giflib/
Dquantize.c28 GifByteType RGB[3]; member
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py39 RGB = 'rgb' variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp496 …static const VkComponentMapping RGB = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMP… in getFormatComponentMapping() local
/external/ImageMagick/coders/
Ddjvu.c319 #define RGB 1 macro
/external/pdfium/third_party/lcms2-2.6/src/
Dcmscam02.c36 cmsFloat64Number RGB[3]; member
/external/clang/test/CodeGenCXX/
Dmangle-ms.cpp195 typedef double RGB[3]; typedef
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c48 RGB, enumerator
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp593 cmsUInt16Number RGB[3]; in color_apply_conversion() local
/external/deqp/framework/common/
DtcuTextureUtil.cpp1493 …static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getBorderColorReadSwizzle() local
DtcuTexture.cpp724 …static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle() local
778 …static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelWriteSwizzle() local
DtcuTexture.hpp52 RGB, enumerator
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_colors.cpp303 CFX_Vector_3by1 RGB = M.Inverse().TransformVector(XYZ); in XYZ_to_sRGB_WhitePoint() local
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java236 public static final int RGB = 0x1907; field in WebGLRenderingContext