Home
last modified time | relevance | path

Searched refs:RGB565 (Results 1 – 25 of 70) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dmsdk_libva.c71 FOURCC_MFX_TO_VA (RGB565, RGB565),
Dmsdk.c62 GST_VIDEO_INFO_TO_MFX_MAP (RGB16, YUV444, RGB565),
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_formats.c84 FORMAT(B5G6R5_UNORM, RGB565, RGB565, SWIZ(X, Y, Z, 1)),
/third_party/openGLES/extensions/3DFX/
D3DFX_texture_compression_FXT1.txt354 interpreted as 16-bit RGB565 colors. For color1 and color3, the LSB
368 colors, and color 1 and color3 are interpreted as RGB565 colors. For
373 replication is used to convert from the 16-bit RGB565 format to a
411 1. Determine the 16-bit RGB565 color values for color0 & color1.
422 struct RGB565 {Byte red; Byte green; Byte blue};
431 cc_mixed_right_half( RGB565 color0, RGB565 color1,
437 RGB565 o_color0;
438 RGB565 o_color1;
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/
D3DFX_texture_compression_FXT1.txt354 interpreted as 16-bit RGB565 colors. For color1 and color3, the LSB
368 colors, and color 1 and color3 are interpreted as RGB565 colors. For
373 replication is used to convert from the 16-bit RGB565 format to a
411 1. Determine the 16-bit RGB565 color values for color0 & color1.
422 struct RGB565 {Byte red; Byte green; Byte blue};
431 cc_mixed_right_half( RGB565 color0, RGB565 color1,
437 RGB565 o_color0;
438 RGB565 o_color1;
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DBlendPackedTest.cpp72 TEST_P(BlendPackedTest, RGB565) in TEST_P() argument
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_ES2_compatibility.txt99 RGB565 0x8D62
272 - RGB565
279 RGB565 RGB 5 6 5
754 (12) Should RGB565 be added to the extension?
758 This was an oversight. RGB565 was added to the required format list in
760 table of sized internal color formats. However, RGB565
764 the extension spec and OpenGL 4.2 spec to fully support RGB565. While
765 some drivers may not support RGB565, we believe they will add support
785 6 04/13/2012 Jon Leech Add RGB565 to required texture & renderbuffer
/third_party/openGLES/extensions/ARB/
DARB_ES2_compatibility.txt109 RGB565 0x8D62
282 - RGB565
289 RGB565 RGB 5 6 5
764 (12) Should RGB565 be added to the extension?
768 This was an oversight. RGB565 was added to the required format list in
770 table of sized internal color formats. However, RGB565
774 the extension spec and OpenGL 4.2 spec to fully support RGB565. While
775 some drivers may not support RGB565, we believe they will add support
795 6 04/13/2012 Jon Leech Add RGB565 to required texture & renderbuffer
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
DCMakeLists.txt1005 # CC: RGB->RGB565 SAMP: fullsize IDCT: islow ENT: huff
1010 # CC: RGB->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff
1032 # CC: YCC->RGB565 SAMP: h2v1 merged IDCT: ifast ENT: huff
1038 # CC: YCC->RGB565 (dithered) SAMP: h2v1 merged IDCT: ifast ENT: huff
1076 # CC: Gray->RGB565 SAMP: fullsize IDCT: islow ENT: huff
1081 # CC: Gray->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff
1176 # CC: YCC->RGB565 SAMP: h2v2 fancy IDCT: islow ENT: huff
1181 # CC: YCC->RGB565 (dithered) SAMP: h2v2 fancy IDCT: islow ENT: huff
1186 # CC: YCC->RGB565 SAMP: h2v2 merged IDCT: islow ENT: huff
1192 # CC: YCC->RGB565 (dithered) SAMP: h2v2 merged IDCT: islow ENT: huff
/third_party/libjpeg-turbo/
DCMakeLists.txt1085 # CC: RGB->RGB565 SAMP: fullsize IDCT: islow ENT: huff
1090 # CC: RGB->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff
1122 # CC: YCC->RGB565 SAMP: h2v1 merged IDCT: ifast ENT: huff
1128 # CC: YCC->RGB565 (dithered) SAMP: h2v1 merged IDCT: ifast ENT: huff
1166 # CC: Gray->RGB565 SAMP: fullsize IDCT: islow ENT: huff
1171 # CC: Gray->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff
1266 # CC: YCC->RGB565 SAMP: h2v2 fancy IDCT: islow ENT: huff
1271 # CC: YCC->RGB565 (dithered) SAMP: h2v2 fancy IDCT: islow ENT: huff
1276 # CC: YCC->RGB565 SAMP: h2v2 merged IDCT: islow ENT: huff
1282 # CC: YCC->RGB565 (dithered) SAMP: h2v2 merged IDCT: islow ENT: huff
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c82 DEF_FMT (RGB565, RGB16),
/third_party/ffmpeg/libavcodec/
Dv4l2_fmt.c39 { AV_FMT(RGB565LE), AV_CODEC(RAWVIDEO), V4L2_FMT(RGB565) },
/third_party/mesa3d/docs/relnotes/
D12.0.5.rst62 - mesa: change state query return value for RGB565
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_copy_texture_3d.txt176 RGB565
DCHROMIUM_copy_texture.txt194 RGB565
DEXT_color_buffer_float.txt84 - RGB8 and RGB565.
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_copy_texture_3d.txt176 RGB565
DCHROMIUM_copy_texture.txt194 RGB565
/third_party/openGLES/extensions/OES/
DOES_required_internalformat.txt382 … UNSIGNED_INT_2_10_10_10_REV_EXT 4 RGB, RGB10_EXT, RGB8, RGB565
383 …RGB UNSIGNED_BYTE 3 RGB, RGB8, RGB565
386 RGB UNSIGNED_SHORT_5_6_5 2 RGB, RGB565
519 "_OES" suffix: RGB565, RGBA4, RGB5_A1, DEPTH_COMPONENT16, STENCIL_INDEX8,
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_required_internalformat.txt372 … UNSIGNED_INT_2_10_10_10_REV_EXT 4 RGB, RGB10_EXT, RGB8, RGB565
373 …RGB UNSIGNED_BYTE 3 RGB, RGB8, RGB565
376 RGB UNSIGNED_SHORT_5_6_5 2 RGB, RGB565
509 "_OES" suffix: RGB565, RGBA4, RGB5_A1, DEPTH_COMPONENT16, STENCIL_INDEX8,
/third_party/mesa3d/docs/isl/
Dformats.rst49 :c:expr:`RGB565` format, each :c:type:`vec3` takes up 16 bits and the
60 smaller than 8 bits such as :c:expr:`RGB565` discussed above. It does,
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-ios.md167 …s, such as RGBA8 and RGB565, which provide a 32 bit and 16 bit color buffer respectively. By defau…
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_format_table.c80 FORMAT(B5G6R5_UNORM, BGR565, RGB565, SWIZ_XYZ1, 16, 0),
/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_create_native_client_buffer.txt165 depend on additional EGL extensions, but generally RGB565 and RGBA888 should
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_create_native_client_buffer.txt165 depend on additional EGL extensions, but generally RGB565 and RGBA888 should

123