/external/mesa3d/src/mesa/main/ |
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() 582 case GL_BGR: in _mesa_is_enum_format_unsized() 670 case GL_BGR: in _mesa_is_enum_format_unorm() 1019 case GL_BGR: in _mesa_is_color_format() 1474 return GL_BGR; in _mesa_unpack_format_to_base_format() 1487 case GL_BGR: in _mesa_unpack_format_to_base_format() 1516 case GL_BGR: in _mesa_base_format_to_integer_format() [all …]
|
D | formats.c | 1509 return format == GL_BGR && type == GL_UNSIGNED_BYTE && littleEndian; in _mesa_format_matches_format_and_type() 1516 (format == GL_BGR && type == GL_UNSIGNED_SHORT_5_6_5_REV)) && in _mesa_format_matches_format_and_type() 1520 return ((format == GL_BGR && type == GL_UNSIGNED_SHORT_5_6_5) || in _mesa_format_matches_format_and_type()
|
D | framebuffer.c | 703 case GL_BGR: in renderbuffer_exists()
|
D | formatquery.c | 640 case GL_BGR: in _mesa_query_internal_format_default()
|
D | readpix.c | 74 dstBaseFormat == GL_BGR || in _mesa_need_luminance_to_rgb_conversion()
|
D | format_utils.c | 155 case GL_BGR: in _mesa_compute_rgba2base2rgba_component_mapping()
|
D | texgetimage.c | 398 case GL_BGR: in _mesa_base_pack_format()
|
/external/mesa3d/src/glx/ |
D | compsize.c | 67 case GL_BGR: in __glElementsPerGroup()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_api.c | 1727 format = GL_BGR; in XMesaBindTexImage() 1732 format = GL_BGR; in XMesaBindTexImage()
|
/external/deqp/external/openglcts/modules/common/ |
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() 2819 format.format == GL_BGR || format.format == GL_BGRA || format.format == GL_RED_INTEGER || in getBits() 2826 …ormat == GL_RG || format.format == GL_RGB || format.format == GL_RGBA || format.format == GL_BGR || in getBits() 2833 if (format.format == GL_RGB || format.format == GL_RGBA || format.format == GL_BGR || in getBits()
|
D | glcPackedDepthStencilTests.cpp | 185 …GL_BGR, GL_BGRA, GL_RED_INTEGER, GL_GREEN_INTEGER, GL_BLUE_INTEGER, GL_RG_INTEGER, GL_RGB_…
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessBuffersTests.cpp | 2745 GL_RGB, GL_BGR, in TestErrorsOfClearNamedBufferData() 2775 GL_RGB, GL_BGR, in TestErrorsOfClearNamedBufferData() 3028 GL_RGB, GL_BGR, in TestErrorsOfClearNamedBufferSubData() 3059 GL_RGB, GL_BGR, in TestErrorsOfClearNamedBufferSubData()
|
D | gl4cDirectStateAccessTexturesTests.cpp | 9953 GL_BGR, in Prepare()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.c | 861 format != GL_BGR && in blorp_get_client_format()
|
/external/mesa3d/include/GL/ |
D | gl.h | 1455 #define GL_BGR 0x80E0 macro
|
D | glcorearb.h | 454 #define GL_BGR 0x80E0 macro
|
D | glext.h | 90 #define GL_BGR 0x80E0 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 358 #define GL_BGR 0x80E0 macro
|
/external/mesa3d/docs/ |
D | VERSIONS | 770 - gluBuild[12]DMipmaps() didn't grok the GL_BGR pixel format
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 454 #define GL_BGR 0x80E0 macro
|
D | glext.h | 90 #define GL_BGR 0x80E0 macro
|