/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | android_util.cpp | 115 * OpenGL ES: GL_RGB565 234 return GL_RGB565; in getPixelFormatInfo() 363 case GL_RGB565: in GLInternalFormatToNativePixelFormat()
|
H A D | android_util.h | 29 constexpr std::array<GLenum, 3> kSupportedSizedInternalFormats = {GL_RGBA8, GL_RGB8, GL_RGB565};
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 397 case GL_RGB565: in IsSizedInternalFormat() 1009 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGB8, GL_RGB565, GL_SRGB8) in ValidateTextureFormatType() 1011 case GL_UNSIGNED_SHORT_5_6_5: VALIDATE_INTERNALFORMAT(GL_RGB565) in ValidateTextureFormatType() 1339 case GL_RGB565: in IsColorRenderable() 1446 case GL_RGB565: in IsDepthRenderable() 1512 case GL_RGB565: in IsStencilRenderable() 1580 case GL_RGB565: return 0; in GetAlphaSize() 1629 case GL_RGB565: return 5; in GetRedSize() 1678 case GL_RGB565: return 6; in GetGreenSize() 1727 case GL_RGB565 in GetBlueSize() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/null/ |
H A D | DisplayVkNull.cpp | 45 constexpr GLenum kColorFormats[] = {GL_RGBA8, GL_BGRA8_EXT, GL_RGB565, GL_RGB8}; in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/headless/ |
H A D | DisplayVkHeadless.cpp | 40 constexpr GLenum kColorFormats[] = {GL_RGBA8, GL_BGRA8_EXT, GL_RGB565, GL_RGB8}; in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/display/ |
H A D | DisplayVkSimple.cpp | 40 constexpr GLenum kColorFormats[] = {GL_RGBA8, GL_BGRA8_EXT, GL_RGB565, GL_RGB8}; in generateConfigs()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRboStateQueryTests.cpp | 163 GL_RGBA4, GL_RGB5_A1, GL_RGB565 in test() 204 { GL_RGB565, 5, 6, 5, 0 }, in test()
|
H A D | es2fFboCompletenessTests.cpp | 45 GL_RGBA4, GL_RGB5_A1, GL_RGB565, 134 GL_RGB565,
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleDependenciesTests.cpp | 358 GL_RGB565, 2, /* width */ in iterate() 368 GL_RGB565, 2, /* width */ in iterate() 378 GL_RGB565, 2, /* width */ in iterate() 987 const glw::GLenum internalformats[] = { GL_R8, GL_RGB565, GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I }; in iterate() 1272 GL_RGB8, GL_RGB565, GL_SRGB8_ALPHA8, GL_DEPTH_COMPONENT32F, GL_DEPTH24_STENCIL8, GL_RGBA32I in iterate() 1422 GL_RGB8, GL_RGB565, GL_SRGB8_ALPHA8, GL_DEPTH_COMPONENT32F, GL_DEPTH24_STENCIL8, GL_RGBA32I in iterate() 1577 GL_RGB8, GL_RGB565, GL_SRGB8_ALPHA8, GL_DEPTH_COMPONENT32F, GL_DEPTH24_STENCIL8, GL_RGBA32I in iterate() 1733 GL_RGB8, GL_RGB565, GL_SRGB8_ALPHA8, GL_DEPTH_COMPONENT32F, GL_DEPTH24_STENCIL8, GL_RGBA32I in iterate() 1870 GL_RGB8, GL_RGB565, GL_SRGB8_ALPHA8, GL_DEPTH_COMPONENT32F, GL_DEPTH24_STENCIL8, GL_STENCIL_INDEX8 in iterate() 2059 GL_RGB8, GL_RGB565, GL_SRGB8_ALPHA in iterate() [all...] |
/third_party/skia/third_party/externals/angle2/src/common/linux/ |
H A D | dma_buf_utils.cpp | 67 return GL_RGB565; in DrmFourCCFormatToGLInternalFormat()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BlendPackedTest.cpp | 74 runTest<GL_RGB565, 3>(); in TEST_P()
|
H A D | CopyTexture3DTest.cpp | 113 case GL_RGB565: in testCopy() 206 case GL_RGB565: in testCopy() 743 testCopy(testTarget, kColorNoAlpha, GL_RGB565, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats() 745 testCopy(testTarget, kColorPreAlpha, GL_RGB565, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats() 747 testCopy(testTarget, kColorUnAlpha, GL_RGB565, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats() 750 testCopy(testTarget, kColorNoAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, false, false, in testUnsignedByteFormats() 752 testCopy(testTarget, kColorPreAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, true, false, in testUnsignedByteFormats() 754 testCopy(testTarget, kColorUnAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, false, true, in testUnsignedByteFormats()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureCountTests.cpp | 58 { "rgb565", GL_RGB565 }, in init()
|
H A D | es3pTextureFilteringTests.cpp | 56 { "rgb565", GL_RGB565 }, in init()
|
H A D | es3pTextureFormatTests.cpp | 72 { "rgb565", GL_RGB565, }, in init()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 677 case GL_RGB565: in _mesa_is_enum_format_unorm() 1025 case GL_RGB565: in _mesa_is_color_format() 2341 case GL_RGB565: in _mesa_base_tex_format() 2728 return GL_RGB565; in gles_effective_internal_format_for_format_and_type() 2823 case GL_RGB565: in _mesa_gles_check_internalformat() 3200 case GL_RGB565: in _mesa_gles_error_check_format_and_type() 3229 case GL_RGB565: in _mesa_gles_error_check_format_and_type() 3290 case GL_RGB565: in _mesa_gles_error_check_format_and_type() 4038 case GL_RGB565: in _mesa_is_es3_color_renderable() 4104 case GL_RGB565 in _mesa_is_es3_texture_filterable() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 445 return GL_RGB565; in GetSizedFormatInternal() 1281 case GL_RGB565: in ValidES3FormatCombination() 1339 case GL_RGB565: in ValidES3FormatCombination()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedColorMasks.cpp | 98 static const glw::GLenum WriteMasksFormats[] = { GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, in iterate() 345 case GL_RGB565: in NumComponents() 370 case GL_RGB565: in ReadableType()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 169 case GL_RGB565: in isRequiredFormat() 292 case GL_RGB565: in getMinimumSampleCount()
|
H A D | es3fRboStateQueryTests.cpp | 186 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, in test() 231 { GL_RGB565, 5, 6, 5, 0 }, in test()
|
H A D | es3fInternalFormatQueryTests.cpp | 183 { "rgb565", GL_RGB565, false }, in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 175 case GL_RGB565: in isRequiredFormat() 312 case GL_RGB565: in getMinimumSampleCount()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageTests.cpp | 364 case GL_RGB565: return "rgb565"; in getStorageName() 589 GL_RGB565, in init() 597 GL_RGB565, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
H A D | DisplayVkAndroid.cpp | 57 const std::array<GLenum, 3> kColorFormats = {GL_RGBA8, GL_RGB8, GL_RGB565}; in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/ |
H A D | DisplayVkWin32.cpp | 137 const std::array<GLenum, 5> kColorFormats = {GL_RGB565, GL_BGRA8_EXT, GL_BGRX8_ANGLEX, in generateConfigs()
|