Searched refs:GL_ABGR_EXT (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dpackedpixels.c55 { "GL_ABGR_EXT/GL_UNSIGNED_INT_8_8_8_8",
56 GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8, 4, 0x800000ff, 0x8000ff00 },
57 { "GL_ABGR_EXT/GL_UNSIGNED_INT_8_8_8_8_REV",
58 GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8_REV, 4, 0xff000080, 0x00ff0080 },
59 { "GL_ABGR_EXT/GL_UNSIGNED_SHORT_4_4_4_4",
60 GL_ABGR_EXT, GL_UNSIGNED_SHORT_4_4_4_4, 2, 0x800f, 0x80f0 },
61 { "GL_ABGR_EXT/GL_UNSIGNED_SHORT_4_4_4_4_REV",
62 GL_ABGR_EXT, GL_UNSIGNED_SHORT_4_4_4_4_REV, 2, 0xf008, 0x0f08 },
63 { "GL_ABGR_EXT/GL_UNSIGNED_SHORT_5_5_5_1",
64 GL_ABGR_EXT, GL_UNSIGNED_SHORT_5_5_5_
[all...]
H A Dreadrate.c50 { "GL_ABGR, GLubyte", 4, GL_ABGR_EXT, GL_UNSIGNED_BYTE },
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dcompsize.c99 case GL_ABGR_EXT:
248 case GL_ABGR_EXT:
325 case GL_ABGR_EXT:
404 case GL_ABGR_EXT:
H A Dglxsingle.c645 case GL_ABGR_EXT:
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dcompsize.c83 case GL_ABGR_EXT:
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dcompsize.c83 case GL_ABGR_EXT:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformats.c1480 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8_REV
1484 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8
1488 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_BYTE && littleEndian)
1505 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8 &&
1509 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8_REV &&
1513 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_BYTE && !littleEndian)
1618 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && !swapBytes)
1624 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_SHORT_4_4_4_4 && !swapBytes)
1627 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && swapBytes)
1887 if (format == GL_ABGR_EXT
[all...]
H A Dglformats.c183 case GL_ABGR_EXT:
404 case GL_ABGR_EXT:
463 if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT ||
477 if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT ||
582 case GL_ABGR_EXT:
683 case GL_ABGR_EXT:
1031 case GL_ABGR_EXT:
1822 format == GL_ABGR_EXT) {
2028 case GL_ABGR_EXT:
3462 case GL_ABGR_EXT
[all...]
H A Dframebuffer.c716 case GL_ABGR_EXT:
H A Dformat_utils.c159 case GL_ABGR_EXT:
H A Dtexgetimage.c393 case GL_ABGR_EXT:
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglformats.c183 case GL_ABGR_EXT:
404 case GL_ABGR_EXT:
463 if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT ||
477 if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT ||
582 case GL_ABGR_EXT:
683 case GL_ABGR_EXT:
1031 case GL_ABGR_EXT:
1835 format == GL_ABGR_EXT) {
2042 case GL_ABGR_EXT:
3500 case GL_ABGR_EXT
[all...]
H A Dframebuffer.c697 case GL_ABGR_EXT:
H A Dformat_utils.c169 case GL_ABGR_EXT:
H A Dtexgetimage.c400 case GL_ABGR_EXT:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c244 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) ||
245 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) {
249 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) ||
250 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c243 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) ||
244 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) {
248 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) ||
249 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_format.c2109 { GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_ABGR8888_UNORM },
2111 { GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_RGBA8888_UNORM },
2115 { GL_ABGR_EXT, GL_UNSIGNED_BYTE, PIPE_FORMAT_A8B8G8R8_UNORM },
2123 { GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_XBGR8888_UNORM },
2125 { GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_RGBX8888_UNORM },
2129 { GL_ABGR_EXT, GL_UNSIGNED_BYTE, PIPE_FORMAT_X8B8G8R8_UNORM },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Drensize.c250 case GL_ABGR_EXT:
/xsrc/external/mit/xorg-server/dist/glx/
H A Drensize.c259 case GL_ABGR_EXT:
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglext.h6493 #define GL_ABGR_EXT 0x8000 macro
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h1805 #define GL_ABGR_EXT 0x8000 macro
[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglext.h6495 #define GL_ABGR_EXT 0x8000 macro

Completed in 178 milliseconds