Searched refs:GL_UNSIGNED_INT_8_8_8_8 (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/glx/ |
D | compsize.c | 55 case GL_UNSIGNED_INT_8_8_8_8: in __glElementsPerGroup() 124 case GL_UNSIGNED_INT_8_8_8_8: in __glBytesPerElement()
|
/external/webrtc/webrtc/test/gl/ |
D | gl_renderer.cc | 69 GL_UNSIGNED_INT_8_8_8_8, static_cast<GLvoid*>(buffer_)); in ResizeVideo() 86 GL_UNSIGNED_INT_8_8_8_8, buffer_); in RenderFrame()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 47 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_type_is_packed() 143 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_sizeof_packed_type() 269 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_bytes_per_pixel() 421 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_is_type_unsigned() 1052 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_error_check_format_and_type() 1226 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_error_check_format_and_type() 1347 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_error_check_format_and_type()
|
D | formats.c | 2568 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes) in _mesa_format_matches_format_and_type() 2581 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8 in _mesa_format_matches_format_and_type() 2595 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes) in _mesa_format_matches_format_and_type() 2601 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8 && in _mesa_format_matches_format_and_type() 2619 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes) in _mesa_format_matches_format_and_type() 2628 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes) in _mesa_format_matches_format_and_type()
|
D | pack.c | 728 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_pack_rgba_span_from_uints() 1115 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_pack_rgba_span_from_ints() 2599 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_pack_rgba_span_float() 3184 srcType == GL_UNSIGNED_INT_8_8_8_8 || in extract_float_rgba() 3505 case GL_UNSIGNED_INT_8_8_8_8: in extract_float_rgba() 3793 srcType == GL_UNSIGNED_INT_8_8_8_8 || in extract_uint_rgba() 4062 case GL_UNSIGNED_INT_8_8_8_8: in extract_uint_rgba() 4294 srcType == GL_UNSIGNED_INT_8_8_8_8 || in _mesa_unpack_color_span_ubyte() 4547 srcType == GL_UNSIGNED_INT_8_8_8_8 || in _mesa_unpack_color_span_float() 4751 srcType == GL_UNSIGNED_INT_8_8_8_8 || in _mesa_unpack_color_span_uint()
|
D | texstore.c | 806 case GL_UNSIGNED_INT_8_8_8_8: in type_mapping() 831 case GL_UNSIGNED_INT_8_8_8_8: in byteswap_mapping() 1257 srcType == GL_UNSIGNED_INT_8_8_8_8 || in _mesa_texstore_rgba8888() 1412 srcType == GL_UNSIGNED_INT_8_8_8_8 || in _mesa_texstore_argb8888()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_pixel_read.c | 59 case GL_UNSIGNED_INT_8_8_8_8: in gl_format_and_type_to_mesa_format() 76 case GL_UNSIGNED_INT_8_8_8_8: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_pixel_read.c | 59 case GL_UNSIGNED_INT_8_8_8_8: in gl_format_and_type_to_mesa_format() 76 case GL_UNSIGNED_INT_8_8_8_8: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1441 { GL_RGBA, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_A8B8G8R8_UNORM }, 1444 { GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_R8G8B8A8_UNORM }, 1445 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_A8R8G8B8_UNORM }, 1455 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_X8R8G8B8_UNORM },
|
D | st_cb_drawpixels.c | 394 case GL_UNSIGNED_INT_8_8_8_8: in internal_format()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | utils.c | 270 case GL_UNSIGNED_INT_8_8_8_8: in driCreateConfigs()
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.mm | 43 _pixelDataType( GL_UNSIGNED_INT_8_8_8_8), 194 _pixelDataType, // data type, GL_UNSIGNED_INT_8_8_8_8
|
D | video_render_agl.cc | 57 _pixelDataType( GL_UNSIGNED_INT_8_8_8_8), in VideoChannelAGL()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 287 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
|
/external/mesa3d/include/GL/ |
D | gl.h | 1493 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
|
D | glext.h | 58 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
|