/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_desktop.cpp | 40 case GL_BGR_INTEGER: in ValidDesktopFormat() 97 case GL_BGR_INTEGER: in ValidDesktopFormatCombination()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 178 case GL_BGR_INTEGER: in get_map_idx() 614 case GL_BGR_INTEGER: in _mesa_is_enum_format_unsized() 1485 case GL_BGR_INTEGER: in _mesa_unpack_format_to_base_format() 1529 return GL_BGR_INTEGER; in _mesa_base_format_to_integer_format()
|
H A D | texstorage.c | 252 case GL_BGR_INTEGER: in _mesa_is_legal_tex_storage_format()
|
H A D | texgetimage.c | 409 case GL_BGR_INTEGER: in _mesa_base_pack_format()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo_compute.c | 96 } else if (format == GL_BGR_INTEGER || format == GL_BGRA_INTEGER) { in get_convert_format() 97 pformat = st_pbo_get_dst_format(ctx, PIPE_TEXTURE_2D, src_format, false, format == GL_BGR_INTEGER ? GL_RGB_INTEGER : GL_RGBA_INTEGER, type, 0); in get_convert_format() 99 pformat = get_convert_format(ctx, src_format, format == GL_BGR_INTEGER ? GL_RGB_INTEGER : GL_RGBA_INTEGER, type, need_bgra_swizzle); in get_convert_format()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessBuffersTests.cpp | 2748 GL_RGB_INTEGER, GL_BGR_INTEGER, in TestErrorsOfClearNamedBufferData() 2767 "GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER, GL_RGBA_INTEGER, GL_BGRA_INTEGER, " in TestErrorsOfClearNamedBufferData() 2778 GL_RGB_INTEGER, GL_BGR_INTEGER, in TestErrorsOfClearNamedBufferData() 3031 GL_RGB_INTEGER, GL_BGR_INTEGER, in TestErrorsOfClearNamedBufferSubData() 3051 "GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER, GL_RGBA_INTEGER, GL_BGRA_INTEGER, " in TestErrorsOfClearNamedBufferSubData() 3062 GL_RGB_INTEGER, GL_BGR_INTEGER, in TestErrorsOfClearNamedBufferSubData()
|
H A D | gl4cDirectStateAccessTexturesTests.cpp | 9961 GL_BGR_INTEGER, in Prepare()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 321 { GL_BGR_INTEGER, 3, FORMAT_COLOR_INTEGER, GL_COLOR_ATTACHMENT0, { { 2, 1, 0,-1,-1,-1,-1,-1,-1} } }, 621 formatMap[GL_BGR_INTEGER] = "GL_BGR_INTEGER"; in getFormatStr() 2835 format.format == GL_BGR_INTEGER || format.format == GL_BGRA_INTEGER) 2842 format.format == GL_RGBA_INTEGER || format.format == GL_BGR_INTEGER || format.format == GL_BGRA_INTEGER) 2849 format.format == GL_BGR_INTEGER || format.format == GL_BGRA_INTEGER)
|
H A D | glcPackedDepthStencilTests.cpp | 186 GL_RGBA_INTEGER, GL_BGR_INTEGER, GL_BGRA_INTEGER,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 481 #define GL_BGR_INTEGER 0x8D9A macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 239 #define GL_BGR_INTEGER 0x8D9A macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1073 #define GL_BGR_INTEGER 0x8D9A macro
|
H A D | glext.h | 955 #define GL_BGR_INTEGER 0x8D9A macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1054 #define GL_BGR_INTEGER 0x8D9A macro
|
H A D | glext.h | 936 #define GL_BGR_INTEGER 0x8D9A macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1073 #define GL_BGR_INTEGER 0x8D9A macro
|
H A D | glext.h | 954 #define GL_BGR_INTEGER 0x8D9A macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 1073 #define GL_BGR_INTEGER 0x8D9A macro
|
H A D | glext.h | 954 #define GL_BGR_INTEGER 0x8D9A macro
|