/external/mesa3d/src/glx/ |
D | compsize.c | 56 case GL_UNSIGNED_INT_8_8_8_8_REV: in __glElementsPerGroup() 125 case GL_UNSIGNED_INT_8_8_8_8_REV: in __glBytesPerElement()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 48 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_type_is_packed() 144 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_sizeof_packed_type() 270 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_bytes_per_pixel() 422 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_is_type_unsigned() 1053 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_error_check_format_and_type() 1227 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_error_check_format_and_type() 1348 case GL_UNSIGNED_INT_8_8_8_8_REV: in _mesa_error_check_format_and_type()
|
D | formats.c | 2571 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8_REV && swapBytes) in _mesa_format_matches_format_and_type() 2577 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8_REV in _mesa_format_matches_format_and_type() 2591 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type() 2605 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type() 2615 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type() 2631 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type()
|
D | readpix.c | 241 type == GL_UNSIGNED_INT_8_8_8_8_REV && in fast_read_rgba_pixels_memcpy() 247 type == GL_UNSIGNED_INT_8_8_8_8_REV && in fast_read_rgba_pixels_memcpy()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_screen.c | 60 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV }, in nouveau_get_configs() 61 { GL_BGR , GL_UNSIGNED_INT_8_8_8_8_REV }, in nouveau_get_configs()
|
/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_screen.c | 746 fb_type[1] = GL_UNSIGNED_INT_8_8_8_8_REV; in radeonInitScreen2() 749 fb_type[2] = GL_UNSIGNED_INT_8_8_8_8_REV; in radeonInitScreen2()
|
D | radeon_texture.c | 300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat()
|
/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_screen.c | 746 fb_type[1] = GL_UNSIGNED_INT_8_8_8_8_REV; in radeonInitScreen2() 749 fb_type[2] = GL_UNSIGNED_INT_8_8_8_8_REV; in radeonInitScreen2()
|
D | radeon_texture.c | 300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat()
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
D | dri_screen.c | 196 configs_a8r8g8b8 = driCreateConfigs(GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, in dri_fill_in_modes() 218 configs_x8r8g8b8 = driCreateConfigs(GL_BGR, GL_UNSIGNED_INT_8_8_8_8_REV, in dri_fill_in_modes()
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
D | dri_screen.c | 196 configs_a8r8g8b8 = driCreateConfigs(GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, in dri_fill_in_modes() 218 configs_x8r8g8b8 = driCreateConfigs(GL_BGR, GL_UNSIGNED_INT_8_8_8_8_REV, in dri_fill_in_modes()
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
D | dri_screen.c | 196 configs_a8r8g8b8 = driCreateConfigs(GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, in dri_fill_in_modes() 218 configs_x8r8g8b8 = driCreateConfigs(GL_BGR, GL_UNSIGNED_INT_8_8_8_8_REV, in dri_fill_in_modes()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 141 (type == GL_UNSIGNED_INT_8_8_8_8_REV || in intel_check_blit_format()
|
D | intel_tex_image.c | 117 type == GL_UNSIGNED_INT_8_8_8_8_REV)); in check_pbo_format()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel.c | 141 (type == GL_UNSIGNED_INT_8_8_8_8_REV || in intel_check_blit_format()
|
D | intel_tex_image.c | 117 type == GL_UNSIGNED_INT_8_8_8_8_REV)); in check_pbo_format()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 141 (type == GL_UNSIGNED_INT_8_8_8_8_REV || in intel_check_blit_format()
|
D | intel_tex_image.c | 117 type == GL_UNSIGNED_INT_8_8_8_8_REV)); in check_pbo_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1442 { GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_A8B8G8R8_UNORM }, 1443 { GL_RGBA, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_R8G8B8A8_UNORM }, 1446 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_B8G8R8A8_UNORM }, 1456 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_B8G8R8X8_UNORM },
|
/external/swiftshader/src/OpenGL/libGL/ |
D | utilities.cpp | 263 case GL_UNSIGNED_INT_8_8_8_8_REV: in ComputePixelSize() 359 case GL_UNSIGNED_INT_8_8_8_8_REV: in CheckTextureFormatType()
|
D | Image.cpp | 222 else if(type == GL_UNSIGNED_INT_8_8_8_8_REV) in selectInternalFormat() 242 case GL_UNSIGNED_INT_8_8_8_8_REV: in loadImageData()
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
D | swrast.c | 174 fb_type = GL_UNSIGNED_INT_8_8_8_8_REV; in swrastFillInModes() 178 fb_type = GL_UNSIGNED_INT_8_8_8_8_REV; in swrastFillInModes()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | utils.c | 273 case GL_UNSIGNED_INT_8_8_8_8_REV: in driCreateConfigs()
|