/external/angle/src/libANGLE/renderer/ |
D | dxgi_format_map_autogen.cpp | 30 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 …]
|
D | Format_table_autogen.cpp | 28 … 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 …]
|
D | Format.h | 220 return componentType == GL_UNSIGNED_NORMALIZED; in isUnorm()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 1082 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/ |
D | formatutils.cpp | 505 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 …]
|
D | validationES3.cpp | 995 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/ |
D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 197 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/ |
D | es3fFboStateQueryTests.cpp | 505 { 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/ |
D | esextcTextureCubeMapArrayGetterCalls.cpp | 284 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/ |
D | formatutils9.cpp | 199 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/ |
D | mesa_formats.cpp | 87 datatype == GL_UNSIGNED_NORMALIZED || in TEST()
|
/external/mesa3d/src/mesa/main/ |
D | readpix.c | 128 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()
|
D | blit.c | 107 assert(srcType == GL_UNSIGNED_NORMALIZED || in compatible_color_datatypes() 115 assert(dstType == GL_UNSIGNED_NORMALIZED || in compatible_color_datatypes()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_clear.c | 48 case GL_UNSIGNED_NORMALIZED: in _pack_colormask()
|
D | s_renderbuffer.c | 630 if (rbDatatype == GL_UNSIGNED_NORMALIZED && rbMaxBits <= 8) { in find_renderbuffer_colortype()
|
D | s_blit.c | 554 _mesa_get_format_datatype(readFormat) == GL_UNSIGNED_NORMALIZED) { in blit_linear()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_meta_util.c | 366 case GL_UNSIGNED_NORMALIZED: in brw_meta_convert_fast_clear_color()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | PixelTransfer11.cpp | 262 if (componentType == GL_SIGNED_NORMALIZED || componentType == GL_UNSIGNED_NORMALIZED) in findBufferToTexturePS()
|
D | Clear11.cpp | 482 formatInfo.componentType == GL_UNSIGNED_NORMALIZED || in clearFramebuffer()
|
D | Blit11.cpp | 814 componentType = GL_UNSIGNED_NORMALIZED; in swizzleTexture() 828 case GL_UNSIGNED_NORMALIZED: in swizzleTexture()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 1821 return GL_UNSIGNED_NORMALIZED; in GetColorComponentType() 1929 return type == GL_UNSIGNED_NORMALIZED || type == GL_SIGNED_NORMALIZED; in IsNormalizedInteger()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 692 #define GL_UNSIGNED_NORMALIZED 0x8C17 macro
|
/external/angle/src/common/ |
D | utilities.cpp | 1346 case GL_UNSIGNED_NORMALIZED: in GLComponentTypeToEGLColorComponentType()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | DynamicHLSL.cpp | 39 case GL_UNSIGNED_NORMALIZED: in HLSLComponentTypeString()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 1373 return GL_UNSIGNED_NORMALIZED; in getComponentType() 1389 case tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT: channelType = GL_UNSIGNED_NORMALIZED; break; in getComponentType()
|