/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 177 case GL_BGR: in get_map_idx() 397 case GL_BGR: in _mesa_components_in_format() 449 if (format == GL_RGB || format == GL_BGR || in _mesa_bytes_per_pixel() 456 if (format == GL_RGB || format == GL_BGR || in _mesa_bytes_per_pixel() 584 case GL_BGR: in _mesa_is_enum_format_unsized() 672 case GL_BGR: in _mesa_is_enum_format_unorm() 1021 case GL_BGR: in _mesa_is_color_format() 1486 return GL_BGR; in _mesa_unpack_format_to_base_format() 1499 case GL_BGR: in _mesa_unpack_format_to_base_format() 1528 case GL_BGR in _mesa_base_format_to_integer_format() [all...] |
H A D | framebuffer.c | 716 case GL_BGR: in renderbuffer_exists()
|
H A D | formatquery.c | 680 case GL_BGR: in _mesa_query_internal_format_default()
|
H A D | format_utils.c | 166 case GL_BGR: in _mesa_compute_rgba2base2rgba_component_mapping()
|
H A D | readpix.c | 78 dstBaseFormat == GL_BGR || in _mesa_need_luminance_to_rgb_conversion()
|
H A D | texgetimage.c | 408 case GL_BGR: in _mesa_base_pack_format()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_desktop.cpp | 32 case GL_BGR: in ValidDesktopFormat()
|
/third_party/mesa3d/src/glx/ |
H A D | compsize.c | 67 case GL_BGR: in __glElementsPerGroup()
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 716 #define GL_BGR 0x80E0 macro 997 case GL_BGR: in load_ktx_uncompressed_image() 1040 case GL_BGR: in load_ktx_uncompressed_image() 1073 case GL_BGR: in load_ktx_uncompressed_image() 1106 case GL_BGR: in load_ktx_uncompressed_image() 1139 case GL_BGR: in load_ktx_uncompressed_image()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo_compute.c | 90 if (format == GL_BGR || format == GL_BGRA) { in get_convert_format() 91 pformat = st_pbo_get_dst_format(ctx, PIPE_TEXTURE_2D, src_format, false, format == GL_BGR ? GL_RGB : GL_RGBA, type, 0); in get_convert_format() 93 pformat = get_convert_format(ctx, src_format, format == GL_BGR ? GL_RGB : GL_RGBA, type, need_bgra_swizzle); in get_convert_format()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessBuffersTests.cpp | 2745 GL_RGB, GL_BGR, in TestErrorsOfClearNamedBufferData() 2766 "(one of GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, " in TestErrorsOfClearNamedBufferData() 2775 GL_RGB, GL_BGR, in TestErrorsOfClearNamedBufferData() 3028 GL_RGB, GL_BGR, in TestErrorsOfClearNamedBufferSubData() 3050 "(one of GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, " in TestErrorsOfClearNamedBufferSubData() 3059 GL_RGB, GL_BGR, in TestErrorsOfClearNamedBufferSubData()
|
H A D | gl4cDirectStateAccessTexturesTests.cpp | 9953 GL_BGR, in Prepare()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 313 { GL_BGR, 3, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 2, 1, 0,-1,-1,-1,-1,-1,-1} } }, 620 formatMap[GL_BGR] = "GL_BGR"; in getFormatStr() 2833 format.format == GL_BGR || format.format == GL_BGRA || format.format == GL_RED_INTEGER || 2840 if (format.format == GL_RG || format.format == GL_RGB || format.format == GL_RGBA || format.format == GL_BGR || 2847 if (format.format == GL_RGB || format.format == GL_RGBA || format.format == GL_BGR ||
|
H A D | glcPackedDepthStencilTests.cpp | 185 GL_BGR, GL_BGRA, GL_RED_INTEGER, GL_GREEN_INTEGER, GL_BLUE_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER,
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 350 <enum value="0x80E0" name="GL_BGR" /> 361 #define GL_BGR 0x80E0
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 414 <enum value="0x80E0" name="GL_BGR" /> 425 #define GL_BGR 0x80E0
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 217 #define GL_BGR 0x80E0 macro
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 1448 #define GL_BGR 0x80E0 macro
|
H A D | glcorearb.h | 455 #define GL_BGR 0x80E0 macro
|
H A D | glext.h | 92 #define GL_BGR 0x80E0 macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 236 #define GL_BGR 0x80E0 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 436 #define GL_BGR 0x80E0 macro
|
H A D | glext.h | 73 #define GL_BGR 0x80E0 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 454 #define GL_BGR 0x80E0 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 454 #define GL_BGR 0x80E0 macro
|