Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_NORMALIZED (Results 1 – 25 of 52) sorted by relevance

123

/external/angle/src/libANGLE/renderer/
Ddxgi_format_map_autogen.cpp30 return GL_UNSIGNED_NORMALIZED; in GetComponentType()
36 return GL_UNSIGNED_NORMALIZED; in GetComponentType()
38 return GL_UNSIGNED_NORMALIZED; in GetComponentType()
40 return GL_UNSIGNED_NORMALIZED; in GetComponentType()
44 return GL_UNSIGNED_NORMALIZED; in GetComponentType()
46 return GL_UNSIGNED_NORMALIZED; in GetComponentType()
50 return GL_UNSIGNED_NORMALIZED; in GetComponentType()
52 return GL_UNSIGNED_NORMALIZED; in GetComponentType()
56 return GL_UNSIGNED_NORMALIZED; in GetComponentType()
58 return GL_UNSIGNED_NORMALIZED; in GetComponentType()
[all …]
DFormat_table_autogen.cpp28 … NoCopyFunctions, ReadDepthStencil<D16>, WriteDepthStencil<D16>, GL_UNSIGNED_NORMALIZED, 0, 0, 0, …
29 …opyFunctions, ReadDepthStencil<D24S8>, WriteDepthStencil<D24S8>, GL_UNSIGNED_NORMALIZED, 0, 0, 0, …
30 …opyFunctions, ReadDepthStencil<D24X8>, WriteDepthStencil<D24X8>, GL_UNSIGNED_NORMALIZED, 0, 0, 0, …
33 … NoCopyFunctions, ReadDepthStencil<D32>, WriteDepthStencil<D32>, GL_UNSIGNED_NORMALIZED, 0, 0, 0, …
36 …ns, ReadColor<A1R5G5B5, GLfloat>, WriteColor<A1R5G5B5, GLfloat>, GL_UNSIGNED_NORMALIZED, 5, 5, 5, …
41 …_RGB10_UNORM_ANGLEX, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 10, 10, 1…
44 …oCopyFunctions, ReadColor<A8, GLfloat>, WriteColor<A8, GLfloat>, GL_UNSIGNED_NORMALIZED, 0, 0, 0, …
45 …PHA8_ASTC_10x10_KHR, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 0, 0, 0, …
46 …RGBA_ASTC_10x10_KHR, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 0, 0, 0, …
47 …LPHA8_ASTC_10x5_KHR, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 0, 0, 0, …
[all …]
DFormat.h220 return componentType == GL_UNSIGNED_NORMALIZED; in isUnorm()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp1082 return (GL_UNSIGNED_NORMALIZED == descriptor.expected_red_type) || in isFixedUnsignedType()
1083 (GL_UNSIGNED_NORMALIZED == descriptor.expected_green_type) || in isFixedUnsignedType()
1084 (GL_UNSIGNED_NORMALIZED == descriptor.expected_blue_type) || in isFixedUnsignedType()
1085 (GL_UNSIGNED_NORMALIZED == descriptor.expected_alpha_type); in isFixedUnsignedType()
1254 GL_UNSIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE, GL_NONE },
1258 GL_UNSIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE, GL_NONE },
1262 GL_UNSIGNED_NORMALIZED, GL_UNSIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE },
1266 GL_UNSIGNED_NORMALIZED, GL_UNSIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE },
1270 GL_UNSIGNED_NORMALIZED, GL_UNSIGNED_NORMALIZED, GL_UNSIGNED_NORMALIZED, GL_NONE, GL_NONE },
1272 GL_UNSIGNED_NORMALIZED, GL_UNSIGNED_NORMALIZED, GL_UNSIGNED_NORMALIZED, GL_NONE, GL_NONE },
[all …]
/external/angle/src/libANGLE/
Dformatutils.cpp505 case GL_UNSIGNED_NORMALIZED: in isRequiredRenderbufferFormat()
888 formatInfo.componentType = GL_UNSIGNED_NORMALIZED; in AddCompressedFormat()
965 …, 0, 0, 0, GL_RED, GL_UNSIGNED_BYTE, GL_UNSIGNED_NORMALIZED, false, Si… in BuildInternalFormatInfoMap()
967 …, 0, 0, 0, GL_RG, GL_UNSIGNED_BYTE, GL_UNSIGNED_NORMALIZED, false, Si… in BuildInternalFormatInfoMap()
969 …, 8, 0, 0, GL_RGB, GL_UNSIGNED_BYTE, GL_UNSIGNED_NORMALIZED, false, Re… in BuildInternalFormatInfoMap()
971 …, 5, 0, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_NORMALIZED, false, Re… in BuildInternalFormatInfoMap()
972 …, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_NORMALIZED, false, Re… in BuildInternalFormatInfoMap()
973 …, 5, 1, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_NORMALIZED, false, Re… in BuildInternalFormatInfoMap()
974 …, 8, 8, 0, GL_RGBA, GL_UNSIGNED_BYTE, GL_UNSIGNED_NORMALIZED, false, Re… in BuildInternalFormatInfoMap()
976 …, 10, 2, 0, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_NORMALIZED, false, Re… in BuildInternalFormatInfoMap()
[all …]
DvalidationES3.cpp995 if ((textureFormatInfo.componentType == GL_UNSIGNED_NORMALIZED || in IsValidES3CopyTexImageCombination()
997 !(framebufferFormatInfo.componentType == GL_UNSIGNED_NORMALIZED || in IsValidES3CopyTexImageCombination()
2252 constexpr GLenum validComponentTypes[] = {GL_FLOAT, GL_UNSIGNED_NORMALIZED, in ValidateClearBufferfv()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp197 texture_2d_properties.expected_texture_depth_types.push_back(GL_UNSIGNED_NORMALIZED); in iterate()
224 texture_2d_array_properties.expected_texture_alpha_types.push_back(GL_UNSIGNED_NORMALIZED); in iterate()
228 texture_2d_array_properties.expected_texture_blue_types.push_back(GL_UNSIGNED_NORMALIZED); in iterate()
236 texture_2d_array_properties.expected_texture_green_types.push_back(GL_UNSIGNED_NORMALIZED); in iterate()
242 texture_2d_array_properties.expected_texture_red_types.push_back(GL_UNSIGNED_NORMALIZED); in iterate()
266 texture_2d_multisample_properties.expected_texture_alpha_types.push_back(GL_UNSIGNED_NORMALIZED); in iterate()
270 texture_2d_multisample_properties.expected_texture_blue_types.push_back(GL_UNSIGNED_NORMALIZED); in iterate()
278 texture_2d_multisample_properties.expected_texture_green_types.push_back(GL_UNSIGNED_NORMALIZED); in iterate()
284 texture_2d_multisample_properties.expected_texture_red_types.push_back(GL_UNSIGNED_NORMALIZED); in iterate()
309 …ture_2d_multisample_array_properties.expected_texture_blue_types.push_back(GL_UNSIGNED_NORMALIZED); in iterate()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFboStateQueryTests.cpp505 { GL_R8, GL_UNSIGNED_NORMALIZED }, in test()
506 { GL_RG8, GL_UNSIGNED_NORMALIZED }, in test()
507 { GL_RGB8, GL_UNSIGNED_NORMALIZED }, in test()
508 { GL_RGB565, GL_UNSIGNED_NORMALIZED }, in test()
509 { GL_RGBA4, GL_UNSIGNED_NORMALIZED }, in test()
510 { GL_RGB5_A1, GL_UNSIGNED_NORMALIZED }, in test()
511 { GL_RGBA8, GL_UNSIGNED_NORMALIZED }, in test()
512 { GL_RGB10_A2, GL_UNSIGNED_NORMALIZED }, in test()
514 { GL_SRGB8_ALPHA8, GL_UNSIGNED_NORMALIZED }, in test()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayGetterCalls.cpp284 m_expected_alpha_type = GL_UNSIGNED_NORMALIZED; in iterate()
286 m_expected_blue_type = GL_UNSIGNED_NORMALIZED; in iterate()
288 m_expected_green_type = GL_UNSIGNED_NORMALIZED; in iterate()
290 m_expected_red_type = GL_UNSIGNED_NORMALIZED; in iterate()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp199 return GL_UNSIGNED_NORMALIZED; in GetDeclTypeComponentType()
203 return GL_UNSIGNED_NORMALIZED; in GetDeclTypeComponentType()
207 return GL_UNSIGNED_NORMALIZED; in GetDeclTypeComponentType()
/external/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp87 datatype == GL_UNSIGNED_NORMALIZED || in TEST()
/external/mesa3d/src/mesa/main/
Dreadpix.c128 if (_mesa_get_format_datatype(texFormat) == GL_UNSIGNED_NORMALIZED && in _mesa_get_readpixels_transfer_ops()
284 if (_mesa_get_format_datatype(rb->Format) != GL_UNSIGNED_NORMALIZED) in read_uint_depth_pixels()
691 if (_mesa_get_format_datatype(depthRb->Format) != GL_UNSIGNED_NORMALIZED) in fast_read_depth_stencil_pixels_separate()
924 if (type == GL_UNSIGNED_BYTE && data_type == GL_UNSIGNED_NORMALIZED) in read_pixels_es3_error_check()
Dblit.c107 assert(srcType == GL_UNSIGNED_NORMALIZED || in compatible_color_datatypes()
115 assert(dstType == GL_UNSIGNED_NORMALIZED || in compatible_color_datatypes()
/external/mesa3d/src/mesa/swrast/
Ds_clear.c48 case GL_UNSIGNED_NORMALIZED: in _pack_colormask()
Ds_renderbuffer.c630 if (rbDatatype == GL_UNSIGNED_NORMALIZED && rbMaxBits <= 8) { in find_renderbuffer_colortype()
Ds_blit.c554 _mesa_get_format_datatype(readFormat) == GL_UNSIGNED_NORMALIZED) { in blit_linear()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_meta_util.c366 case GL_UNSIGNED_NORMALIZED: in brw_meta_convert_fast_clear_color()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp262 if (componentType == GL_SIGNED_NORMALIZED || componentType == GL_UNSIGNED_NORMALIZED) in findBufferToTexturePS()
DClear11.cpp482 formatInfo.componentType == GL_UNSIGNED_NORMALIZED || in clearFramebuffer()
DBlit11.cpp814 componentType = GL_UNSIGNED_NORMALIZED; in swizzleTexture()
828 case GL_UNSIGNED_NORMALIZED: in swizzleTexture()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1821 return GL_UNSIGNED_NORMALIZED; in GetColorComponentType()
1929 return type == GL_UNSIGNED_NORMALIZED || type == GL_SIGNED_NORMALIZED; in IsNormalizedInteger()
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h692 #define GL_UNSIGNED_NORMALIZED 0x8C17 macro
/external/angle/src/common/
Dutilities.cpp1346 case GL_UNSIGNED_NORMALIZED: in GLComponentTypeToEGLColorComponentType()
/external/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp39 case GL_UNSIGNED_NORMALIZED: in HLSLComponentTypeString()
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1373 return GL_UNSIGNED_NORMALIZED; in getComponentType()
1389 case tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT: channelType = GL_UNSIGNED_NORMALIZED; break; in getComponentType()

123