/external/mesa3d/src/glx/ |
D | compsize.c | 55 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/ |
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/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 | 242 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/ |
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 | 242 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/ |
D | formats.c | 1424 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()
|
D | glformats.c | 247 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/ |
D | st_format.c | 2019 { 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 },
|
D | st_cb_drawpixels.c | 297 case GL_UNSIGNED_INT_8_8_8_8: in internal_format()
|
/external/virglrenderer/src/ |
D | vrend_formats.c | 59 { 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/ |
D | glcPackedPixelsTests.cpp | 363 …{ 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()
|
D | glcPackedDepthStencilTests.cpp | 161 GL_UNSIGNED_INT_8_8_8_8,
|
/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/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 10000 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/ |
D | gl.h | 1465 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
|
D | glcorearb.h | 435 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
|
D | glext.h | 71 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 292 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 435 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
|
D | glext.h | 71 #define GL_UNSIGNED_INT_8_8_8_8 0x8035 macro
|