Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_INT_8_8_8_8 (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/glx/
Dcompsize.c55 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/
Dgl_renderer.cc69 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/
Dglformats.c47 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()
Dformats.c2568 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()
Dpack.c728 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()
Dtexstore.c806 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/
Dradeon_pixel_read.c59 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()
Dradeon_texture.c298 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/
Dradeon_pixel_read.c59 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()
Dradeon_texture.c298 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/
Dst_format.c1441 { 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 },
Dst_cb_drawpixels.c394 case GL_UNSIGNED_INT_8_8_8_8: in internal_format()
/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c270 case GL_UNSIGNED_INT_8_8_8_8: in driCreateConfigs()
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.mm43 _pixelDataType( GL_UNSIGNED_INT_8_8_8_8),
194 _pixelDataType, // data type, GL_UNSIGNED_INT_8_8_8_8
Dvideo_render_agl.cc57 _pixelDataType( GL_UNSIGNED_INT_8_8_8_8), in VideoChannelAGL()
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl287 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
/external/mesa3d/include/GL/
Dgl.h1493 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
Dglext.h58 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro