/external/angle/src/libANGLE/renderer/ |
D | dxgi_format_map_autogen.cpp | 72 return GL_SIGNED_NORMALIZED; in GetComponentType() 78 return GL_SIGNED_NORMALIZED; in GetComponentType() 132 return GL_SIGNED_NORMALIZED; in GetComponentType() 144 return GL_SIGNED_NORMALIZED; in GetComponentType() 156 return GL_SIGNED_NORMALIZED; in GetComponentType() 208 return GL_SIGNED_NORMALIZED; in GetComponentType() 222 return GL_SIGNED_NORMALIZED; in GetComponentType() 232 return GL_SIGNED_NORMALIZED; in GetComponentType()
|
D | Format_table_autogen.cpp | 38 …2_RGB10_SNORM_ANGLEX, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 10, 10, 10… 110 …SIGNED_RED_RGTC1_EXT, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 0, 0, 0, 0… 112 …_RED_GREEN_RGTC2_EXT, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 0, 0, 0, 0… 118 …SSED_SIGNED_RG11_EAC, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 11, 11, 0,… 120 …ESSED_SIGNED_R11_EAC, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 11, 0, 0, … 147 …dColor<R10G10B10A2S, GLfloat>, WriteColor<R10G10B10A2S, GLfloat>, GL_SIGNED_NORMALIZED, 10, 10, 10… 156 …olor<R16G16B16A16S, GLfloat>, WriteColor<R16G16B16A16S, GLfloat>, GL_SIGNED_NORMALIZED, 16, 16, 16… 163 … ReadColor<R16G16B16S, GLfloat>, WriteColor<R16G16B16S, GLfloat>, GL_SIGNED_NORMALIZED, 16, 16, 16… 170 …tions, ReadColor<R16G16S, GLfloat>, WriteColor<R16G16S, GLfloat>, GL_SIGNED_NORMALIZED, 16, 16, 0,… 177 …pyFunctions, ReadColor<R16S, GLfloat>, WriteColor<R16S, GLfloat>, GL_SIGNED_NORMALIZED, 16, 0, 0, … [all …]
|
D | Format.h | 215 return componentType == GL_SIGNED_NORMALIZED; in isSnorm()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 1074 return (GL_SIGNED_NORMALIZED == descriptor.expected_red_type) || in isFixedSignedType() 1075 (GL_SIGNED_NORMALIZED == descriptor.expected_green_type) || in isFixedSignedType() 1076 (GL_SIGNED_NORMALIZED == descriptor.expected_blue_type) || in isFixedSignedType() 1077 (GL_SIGNED_NORMALIZED == descriptor.expected_alpha_type); in isFixedSignedType() 1256 GL_SIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE, GL_NONE }, 1260 GL_SIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE, GL_NONE }, 1264 GL_SIGNED_NORMALIZED, GL_SIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE }, 1268 GL_SIGNED_NORMALIZED, GL_SIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE }, 1278 GL_SIGNED_NORMALIZED, GL_SIGNED_NORMALIZED, GL_SIGNED_NORMALIZED, GL_NONE, GL_NONE }, 1286 GL_SIGNED_NORMALIZED, GL_SIGNED_NORMALIZED, GL_SIGNED_NORMALIZED, GL_NONE, GL_NONE }, [all …]
|
/external/mesa3d/src/mesa/main/tests/ |
D | mesa_formats.cpp | 88 datatype == GL_SIGNED_NORMALIZED || in TEST()
|
/external/angle/src/libANGLE/ |
D | formatutils.cpp | 492 case GL_SIGNED_NORMALIZED: in isRequiredRenderbufferFormat() 966 …0, 0, 0, 0, GL_RED, GL_BYTE, GL_SIGNED_NORMALIZED, false, R… in BuildInternalFormatInfoMap() 968 …8, 0, 0, 0, GL_RG, GL_BYTE, GL_SIGNED_NORMALIZED, false, R… in BuildInternalFormatInfoMap() 970 …8, 8, 0, 0, GL_RGB, GL_BYTE, GL_SIGNED_NORMALIZED, false, R… in BuildInternalFormatInfoMap() 975 …8, 8, 8, 0, GL_RGBA, GL_BYTE, GL_SIGNED_NORMALIZED, false, R… in BuildInternalFormatInfoMap() 1192 …NORM_EXT, true, 16, 0, 0, 0, 0, GL_RED, GL_SHORT, GL_SIGNED_NORMALIZED, false, R… in BuildInternalFormatInfoMap() 1194 …SNORM_EXT, true, 16, 16, 0, 0, 0, GL_RG, GL_SHORT, GL_SIGNED_NORMALIZED, false, R… in BuildInternalFormatInfoMap() 1196 …_SNORM_EXT, true, 16, 16, 16, 0, 0, GL_RGB, GL_SHORT, GL_SIGNED_NORMALIZED, false, R… in BuildInternalFormatInfoMap() 1198 …6_SNORM_EXT, true, 16, 16, 16, 16, 0, GL_RGBA, GL_SHORT, GL_SIGNED_NORMALIZED, false, R… in BuildInternalFormatInfoMap() 1211 … 0, 0, 0, 0, GL_RED, GL_BYTE, GL_SIGNED_NORMALIZED, false, N… in BuildInternalFormatInfoMap() [all …]
|
D | validationES3.cpp | 996 textureFormatInfo.componentType == GL_SIGNED_NORMALIZED) && in IsValidES3CopyTexImageCombination() 998 framebufferFormatInfo.componentType == GL_SIGNED_NORMALIZED)) in IsValidES3CopyTexImageCombination() 1005 if (textureFormatInfo.componentType == GL_SIGNED_NORMALIZED) in IsValidES3CopyTexImageCombination() 2253 GL_SIGNED_NORMALIZED}; in ValidateClearBufferfv()
|
D | validationES.cpp | 214 case GL_SIGNED_NORMALIZED: in ValidReadPixelsFormatType() 1532 readComponentType == GL_SIGNED_NORMALIZED); in ValidateBlitFramebufferParameters() 1534 drawComponentType == GL_SIGNED_NORMALIZED); in ValidateBlitFramebufferParameters()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | formatutils9.cpp | 201 return GL_SIGNED_NORMALIZED; in GetDeclTypeComponentType() 205 return GL_SIGNED_NORMALIZED; in GetDeclTypeComponentType()
|
/external/mesa3d/src/mesa/main/ |
D | blit.c | 108 srcType == GL_SIGNED_NORMALIZED || in compatible_color_datatypes() 116 dstType == GL_SIGNED_NORMALIZED || in compatible_color_datatypes()
|
D | formats.c | 584 return (info->DataType == GL_SIGNED_NORMALIZED || in _mesa_is_format_signed()
|
D | format_utils.c | 498 case GL_SIGNED_NORMALIZED: in _mesa_format_convert()
|
D | texgetimage.c | 587 dataType == GL_SIGNED_NORMALIZED || in get_tex_rgba()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_clear.c | 57 case GL_SIGNED_NORMALIZED: in _pack_colormask()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_meta_util.c | 371 case GL_SIGNED_NORMALIZED: in brw_meta_convert_fast_clear_color()
|
D | brw_wm_surface_state.c | 396 if (t->_IsIntegerFormat || datatype == GL_SIGNED_NORMALIZED) { in brw_get_texture_swizzle() 404 if (datatype == GL_SIGNED_NORMALIZED) { in brw_get_texture_swizzle() 412 if (datatype == GL_SIGNED_NORMALIZED) { in brw_get_texture_swizzle()
|
/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 | 483 formatInfo.componentType == GL_SIGNED_NORMALIZED)) in clearFramebuffer()
|
D | Blit11.cpp | 829 case GL_SIGNED_NORMALIZED: in swizzleTexture() 940 ASSERT(componentType != GL_SIGNED_NORMALIZED); in copyTexture()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 1245 GL_SIGNED_NORMALIZED /* invalid value */, &int_data); in iterate() 1258 GL_SIGNED_NORMALIZED /* invalid value */, &float_data); in iterate()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 1826 return GL_SIGNED_NORMALIZED; in GetColorComponentType() 1929 return type == GL_UNSIGNED_NORMALIZED || type == GL_SIGNED_NORMALIZED; in IsNormalizedInteger()
|
D | Context.cpp | 4186 (readComponentType == GL_SIGNED_NORMALIZED)); in blitFramebuffer() 4188 (drawComponentType == GL_SIGNED_NORMALIZED)); in blitFramebuffer()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 727 #define GL_SIGNED_NORMALIZED 0x8F9C macro
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | DynamicHLSL.cpp | 40 case GL_SIGNED_NORMALIZED: in HLSLComponentTypeString()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 44 case GL_SIGNED_NORMALIZED: return "GL_SIGNED_NORMALIZED";
|