/external/mesa3d/src/glx/ |
D | compsize.c | 56 case GL_UNSIGNED_INT_8_8_8_8_REV: in __glElementsPerGroup() 135 case GL_UNSIGNED_INT_8_8_8_8_REV: in __glBytesPerElement()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_pixel_read.c | 62 case GL_UNSIGNED_INT_8_8_8_8_REV: in gl_format_and_type_to_mesa_format() 79 case GL_UNSIGNED_INT_8_8_8_8_REV: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 244 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 247 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_pixel_read.c | 62 case GL_UNSIGNED_INT_8_8_8_8_REV: in gl_format_and_type_to_mesa_format() 79 case GL_UNSIGNED_INT_8_8_8_8_REV: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 244 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 247 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat()
|
/external/mesa3d/src/mesa/main/ |
D | formats.c | 1427 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8_REV && swapBytes) in _mesa_format_matches_format_and_type() 1433 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8_REV in _mesa_format_matches_format_and_type() 1448 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type() 1462 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type() 1473 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type() 1490 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type() 1954 if (format == GL_RGBA_INTEGER && type == GL_UNSIGNED_INT_8_8_8_8_REV && swapBytes) in _mesa_format_matches_format_and_type() 1963 if (format == GL_BGRA_INTEGER && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type() 1970 if (format == GL_RGBA_INTEGER && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type() 1980 if (format == GL_BGRA_INTEGER && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type()
|
D | glformats.c | 248 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_type_is_packed() 346 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_sizeof_packed_type() 476 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_bytes_per_pixel() 950 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_is_type_unsigned() 1847 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_error_check_format_and_type() 2047 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_error_check_format_and_type() 2068 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_error_check_format_and_type() 2167 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_error_check_format_and_type() 3632 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_format_from_format_and_type()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 2020 { GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_ABGR8888_UNORM }, 2021 { GL_RGBA, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_RGBA8888_UNORM }, 2024 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_BGRA8888_UNORM }, 2034 { GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_XBGR8888_UNORM }, 2035 { GL_RGBA, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_RGBX8888_UNORM }, 2038 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_BGRX8888_UNORM },
|
D | st_cb_drawpixels.c | 298 case GL_UNSIGNED_INT_8_8_8_8_REV: in internal_format()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_read.c | 98 !(type == GL_UNSIGNED_BYTE || type == GL_UNSIGNED_INT_8_8_8_8_REV) || in intel_readpixels_tiled_memcpy()
|
D | intel_tex_image.c | 208 !(type == GL_UNSIGNED_BYTE || type == GL_UNSIGNED_INT_8_8_8_8_REV) || in intel_texsubimage_tiled_memcpy() 657 !(type == GL_UNSIGNED_BYTE || type == GL_UNSIGNED_INT_8_8_8_8_REV) || in intel_gettexsubimage_tiled_memcpy()
|
D | intel_tiled_memcpy.c | 825 if (type == GL_UNSIGNED_INT_8_8_8_8_REV && in intel_get_memcpy()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 364 …{ GL_UNSIGNED_INT_8_8_8_8_REV, sizeof(GLuint), STORAGE_UNSIGNED, true, true, { { 8, 8, 8, … 494 { GL_RGBA, GL_RGBA, GL_UNSIGNED_INT_8_8_8_8_REV, 4, true }, 495 { GL_BGRA, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, 4, true }, 496 { GL_RGBA_INTEGER, GL_RGBA_INTEGER, GL_UNSIGNED_INT_8_8_8_8_REV, 4, true }, 497 { GL_BGRA_INTEGER, GL_BGRA_INTEGER, GL_UNSIGNED_INT_8_8_8_8_REV, 4, true }, 595 typeMap[GL_UNSIGNED_INT_8_8_8_8_REV] = "GL_UNSIGNED_INT_8_8_8_8_REV"; in getTypeStr() 1184 case GL_UNSIGNED_INT_8_8_8_8_REV: in createGradient() 2729 case GL_UNSIGNED_INT_8_8_8_8_REV: in getFloatBuffer()
|
D | glcPackedDepthStencilTests.cpp | 162 GL_UNSIGNED_INT_8_8_8_8_REV,
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 10001 GL_UNSIGNED_INT_8_8_8_8_REV, in Prepare() 10267 …extureSubImage1D(m_to_1D, 0, 0, s_reference_width, s_reference_format, GL_UNSIGNED_INT_8_8_8_8_REV, in Test1D() 10508 GL_UNSIGNED_INT_8_8_8_8_REV, s_reference); in Test2D() 10762 s_reference_format, GL_UNSIGNED_INT_8_8_8_8_REV, s_reference); in Test3D()
|
/external/mesa3d/include/GL/ |
D | gl.h | 1466 #define GL_UNSIGNED_INT_8_8_8_8_REV 0x8367 macro
|
D | glcorearb.h | 452 #define GL_UNSIGNED_INT_8_8_8_8_REV 0x8367 macro
|
D | glext.h | 88 #define GL_UNSIGNED_INT_8_8_8_8_REV 0x8367 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 670 #define GL_UNSIGNED_INT_8_8_8_8_REV 0x8367 macro
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 452 #define GL_UNSIGNED_INT_8_8_8_8_REV 0x8367 macro
|
D | glext.h | 88 #define GL_UNSIGNED_INT_8_8_8_8_REV 0x8367 macro
|