/external/chromium_org/third_party/webrtc/test/gl/ |
D | gl_renderer.cc | 68 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_BGRA, in ResizeVideo() 85 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width_, height_, GL_BGRA, in RenderFrame()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_format.c | 768 { GL_BGRA, 0 }, 1445 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_A8R8G8B8_UNORM }, 1446 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_B8G8R8A8_UNORM }, 1449 { GL_BGRA, GL_UNSIGNED_BYTE, PIPE_FORMAT_B8G8R8A8_UNORM }, 1455 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_X8R8G8B8_UNORM }, 1456 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_B8G8R8X8_UNORM }, 1457 { GL_BGRA, GL_UNSIGNED_BYTE, PIPE_FORMAT_B8G8R8X8_UNORM }, 1471 { GL_BGRA, GL_UNSIGNED_INT_2_10_10_10_REV, PIPE_FORMAT_B10G10R10A2_UNORM }, 1642 internalFormat == GL_BGRA; in st_ChooseTextureFormat()
|
D | st_atom_array.c | 220 assert(format == GL_RGBA || format == GL_BGRA); in st_pipe_vertex_format() 227 if (format == GL_BGRA) { in st_pipe_vertex_format() 254 if (format == GL_BGRA) { in st_pipe_vertex_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 768 { GL_BGRA, 0 }, 1445 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_A8R8G8B8_UNORM }, 1446 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_B8G8R8A8_UNORM }, 1449 { GL_BGRA, GL_UNSIGNED_BYTE, PIPE_FORMAT_B8G8R8A8_UNORM }, 1455 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, PIPE_FORMAT_X8R8G8B8_UNORM }, 1456 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, PIPE_FORMAT_B8G8R8X8_UNORM }, 1457 { GL_BGRA, GL_UNSIGNED_BYTE, PIPE_FORMAT_B8G8R8X8_UNORM }, 1471 { GL_BGRA, GL_UNSIGNED_INT_2_10_10_10_REV, PIPE_FORMAT_B10G10R10A2_UNORM }, 1642 internalFormat == GL_BGRA; in st_ChooseTextureFormat()
|
D | st_atom_array.c | 220 assert(format == GL_RGBA || format == GL_BGRA); in st_pipe_vertex_format() 227 if (format == GL_BGRA) { in st_pipe_vertex_format() 254 if (format == GL_BGRA) { in st_pipe_vertex_format()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | glformats.c | 203 case GL_BGRA: in _mesa_components_in_format() 264 if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT || in _mesa_bytes_per_pixel() 273 if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT || in _mesa_bytes_per_pixel() 503 case GL_BGRA: in _mesa_is_color_format() 872 case GL_BGRA: in _mesa_base_format_to_integer_format() 1057 format == GL_BGRA || in _mesa_error_check_format_and_type() 1212 case GL_BGRA: in _mesa_error_check_format_and_type()
|
D | formats.c | 2615 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8_REV && 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() 2622 if (format == GL_BGRA && type == GL_UNSIGNED_BYTE && littleEndian) 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() 2631 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type() 2635 if (format == GL_BGRA && type == GL_UNSIGNED_BYTE && !littleEndian) in _mesa_format_matches_format_and_type() 2665 return format == GL_BGRA && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && in _mesa_format_matches_format_and_type() 2676 return format == GL_BGRA && type == GL_UNSIGNED_SHORT_1_5_5_5_REV && in _mesa_format_matches_format_and_type() 2734 return format == GL_BGRA && type == GL_UNSIGNED_INT_2_10_10_10_REV && in _mesa_format_matches_format_and_type()
|
D | pack.c | 410 case GL_BGRA: in get_component_indexes() 614 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 645 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 676 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 707 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 738 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 769 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 800 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 831 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 1001 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_ints() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 203 case GL_BGRA: in _mesa_components_in_format() 264 if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT || in _mesa_bytes_per_pixel() 273 if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT || in _mesa_bytes_per_pixel() 503 case GL_BGRA: in _mesa_is_color_format() 872 case GL_BGRA: in _mesa_base_format_to_integer_format() 1057 format == GL_BGRA || in _mesa_error_check_format_and_type() 1212 case GL_BGRA: in _mesa_error_check_format_and_type()
|
D | formats.c | 2615 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8_REV && 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() 2622 if (format == GL_BGRA && type == GL_UNSIGNED_BYTE && littleEndian) 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() 2631 if (format == GL_BGRA && type == GL_UNSIGNED_INT_8_8_8_8_REV && in _mesa_format_matches_format_and_type() 2635 if (format == GL_BGRA && type == GL_UNSIGNED_BYTE && !littleEndian) in _mesa_format_matches_format_and_type() 2665 return format == GL_BGRA && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && in _mesa_format_matches_format_and_type() 2676 return format == GL_BGRA && type == GL_UNSIGNED_SHORT_1_5_5_5_REV && in _mesa_format_matches_format_and_type() 2734 return format == GL_BGRA && type == GL_UNSIGNED_INT_2_10_10_10_REV && in _mesa_format_matches_format_and_type()
|
D | pack.c | 410 case GL_BGRA: in get_component_indexes() 614 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 645 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 676 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 707 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 738 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 769 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 800 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 831 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_uints() 1001 else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { in _mesa_pack_rgba_span_from_ints() [all …]
|
/external/chromium_org/ui/gl/ |
D | gl_image_io_surface.cc | 49 GL_BGRA, in BindTexImage()
|
/external/mesa3d/src/glx/ |
D | compsize.c | 79 case GL_BGRA: in __glElementsPerGroup()
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | compsize.c | 79 case GL_BGRA: in __glElementsPerGroup()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 52 const bool bgraComponentOrder = (size == GL_BGRA); in mapGLFloatVertexAttributeType() 138 case GL_BGRA: return 4; in mapGLSize()
|
/external/chromium_org/content/common/gpu/ |
D | image_transport_surface_iosurface_mac.cc | 87 GL_BGRA, in AllocateColorBufferStorage()
|
/external/chromium_org/content/browser/renderer_host/ |
D | compositing_iosurface_transformer_mac_unittest.cc | 140 GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, bitmap.getPixels())); in CreateTextureWithImage() 307 ReadBackTexture(scaled_texture, dst_size, GL_BGRA); in RunResizeTest() 493 static const GLenum kOutputFormats[] = { GL_BGRA, GL_RGBA }; in TEST_F()
|
D | compositing_iosurface_shader_programs_mac.cc | 319 : rgb_to_yv12_output_format_(GL_BGRA) { in CompositingIOSurfaceShaderPrograms() 347 << (rgb_to_yv12_output_format_ == GL_BGRA ? "BGRA" : "RGBA"); in CompositingIOSurfaceShaderPrograms()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 142 type == GL_UNSIGNED_BYTE) && format == GL_BGRA) { in intel_check_blit_format()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel.c | 142 type == GL_UNSIGNED_BYTE) && format == GL_BGRA) { in intel_check_blit_format()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 142 type == GL_UNSIGNED_BYTE) && format == GL_BGRA) { in intel_check_blit_format()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_pixel.c | 142 type == GL_UNSIGNED_BYTE) && format == GL_BGRA) { in intel_check_blit_format()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 142 type == GL_UNSIGNED_BYTE) && format == GL_BGRA) { in intel_check_blit_format()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 142 type == GL_UNSIGNED_BYTE) && format == GL_BGRA) { in intel_check_blit_format()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_screen.c | 60 { GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV }, in nouveau_get_configs()
|