Home
last modified time | relevance | path

Searched refs:GL_RGB565 (Results 1 - 25 of 136) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/common/
H A Dandroid_util.cpp115 * OpenGL ES: GL_RGB565
234 return GL_RGB565; in getPixelFormatInfo()
363 case GL_RGB565: in GLInternalFormatToNativePixelFormat()
H A Dandroid_util.h29 constexpr std::array<GLenum, 3> kSupportedSizedInternalFormats = {GL_RGBA8, GL_RGB8, GL_RGB565};
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp397 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 DDisplayVkNull.cpp45 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 DDisplayVkHeadless.cpp40 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 DDisplayVkSimple.cpp40 constexpr GLenum kColorFormats[] = {GL_RGBA8, GL_BGRA8_EXT, GL_RGB565, GL_RGB8}; in generateConfigs()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fRboStateQueryTests.cpp163 GL_RGBA4, GL_RGB5_A1, GL_RGB565 in test()
204 { GL_RGB565, 5, 6, 5, 0 }, in test()
H A Des2fFboCompletenessTests.cpp45 GL_RGBA4, GL_RGB5_A1, GL_RGB565,
134 GL_RGB565,
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleDependenciesTests.cpp358 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 Ddma_buf_utils.cpp67 return GL_RGB565; in DrmFourCCFormatToGLInternalFormat()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendPackedTest.cpp74 runTest<GL_RGB565, 3>(); in TEST_P()
H A DCopyTexture3DTest.cpp113 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 Des3pTextureCountTests.cpp58 { "rgb565", GL_RGB565 }, in init()
H A Des3pTextureFilteringTests.cpp56 { "rgb565", GL_RGB565 }, in init()
H A Des3pTextureFormatTests.cpp72 { "rgb565", GL_RGB565, }, in init()
/third_party/mesa3d/src/mesa/main/
H A Dglformats.c677 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 Dformat_map_autogen.cpp445 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 DesextcDrawBuffersIndexedColorMasks.cpp98 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 Des3fFboTestCase.cpp169 case GL_RGB565: in isRequiredFormat()
292 case GL_RGB565: in getMinimumSampleCount()
H A Des3fRboStateQueryTests.cpp186 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 Des3fInternalFormatQueryTests.cpp183 { "rgb565", GL_RGB565, false }, in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp175 case GL_RGB565: in isRequiredFormat()
312 case GL_RGB565: in getMinimumSampleCount()
/third_party/vk-gl-cts/modules/egl/
H A DteglImageTests.cpp364 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 DDisplayVkAndroid.cpp57 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 DDisplayVkWin32.cpp137 const std::array<GLenum, 5> kColorFormats = {GL_RGB565, GL_BGRA8_EXT, GL_BGRX8_ANGLEX, in generateConfigs()

Completed in 19 milliseconds

123456