Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dcompsize.c55 case GL_UNSIGNED_INT_8_8_8_8: in __glElementsPerGroup()
134 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/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.c242 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat()
249 (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.c242 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat()
249 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat()
/external/mesa3d/src/mesa/main/
Dformats.c1424 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes) in _mesa_format_matches_format_and_type()
1437 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8 in _mesa_format_matches_format_and_type()
1452 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes) in _mesa_format_matches_format_and_type()
1458 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_INT_8_8_8_8 && in _mesa_format_matches_format_and_type()
1477 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes) in _mesa_format_matches_format_and_type()
1487 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes) in _mesa_format_matches_format_and_type()
1951 if (format == GL_RGBA_INTEGER && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes) in _mesa_format_matches_format_and_type()
1959 if (format == GL_BGRA_INTEGER && type == GL_UNSIGNED_INT_8_8_8_8 && in _mesa_format_matches_format_and_type()
1974 if (format == GL_RGBA_INTEGER && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes) in _mesa_format_matches_format_and_type()
1984 if (format == GL_BGRA_INTEGER && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes) in _mesa_format_matches_format_and_type()
Dglformats.c247 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_type_is_packed()
345 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_sizeof_packed_type()
475 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_bytes_per_pixel()
949 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_is_type_unsigned()
1846 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_error_check_format_and_type()
2046 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_error_check_format_and_type()
2067 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_error_check_format_and_type()
2166 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_error_check_format_and_type()
3620 case GL_UNSIGNED_INT_8_8_8_8: in _mesa_format_from_format_and_type()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c2019 { GL_RGBA, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_ABGR8888_UNORM },
2022 { GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_RGBA8888_UNORM },
2023 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_ARGB8888_UNORM },
2033 { GL_RGBA, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_XBGR8888_UNORM },
2036 { GL_ABGR_EXT, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_RGBX8888_UNORM },
2037 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_XRGB8888_UNORM },
Dst_cb_drawpixels.c297 case GL_UNSIGNED_INT_8_8_8_8: in internal_format()
/external/virglrenderer/src/
Dvrend_formats.c59 { VIRGL_FORMAT_A8R8G8B8_UNORM, GL_RGBA8, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, NO_SWIZZLE },
60 { VIRGL_FORMAT_X8R8G8B8_UNORM, GL_RGBA8, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, NO_SWIZZLE },
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp363 …{ GL_UNSIGNED_INT_8_8_8_8, sizeof(GLuint), STORAGE_UNSIGNED, true, false, { { 8, 8, 8, 8, …
490 { GL_RGBA, GL_RGBA, GL_UNSIGNED_INT_8_8_8_8, 4, true },
491 { GL_BGRA, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, 4, true },
492 { GL_RGBA_INTEGER, GL_RGBA_INTEGER, GL_UNSIGNED_INT_8_8_8_8, 4, true },
493 { GL_BGRA_INTEGER, GL_BGRA_INTEGER, GL_UNSIGNED_INT_8_8_8_8, 4, true },
594 typeMap[GL_UNSIGNED_INT_8_8_8_8] = "GL_UNSIGNED_INT_8_8_8_8"; in getTypeStr()
1181 case GL_UNSIGNED_INT_8_8_8_8: in createGradient()
2721 case GL_UNSIGNED_INT_8_8_8_8: in getFloatBuffer()
DglcPackedDepthStencilTests.cpp161 GL_UNSIGNED_INT_8_8_8_8,
/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/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp10000 GL_UNSIGNED_INT_8_8_8_8, in Prepare()
10262 …gl.textureSubImage1D(m_to_1D, 0, 0, s_reference_width, s_reference_format, GL_UNSIGNED_INT_8_8_8_8, in Test1D()
10503 GL_UNSIGNED_INT_8_8_8_8, s_reference); in Test2D()
10757 s_reference_format, GL_UNSIGNED_INT_8_8_8_8, s_reference); in Test3D()
/external/mesa3d/include/GL/
Dgl.h1465 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
Dglcorearb.h435 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
Dglext.h71 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl292 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
/external/swiftshader/include/GL/
Dglcorearb.h435 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
Dglext.h71 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro