/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 214 const auto formatType = getFormatType(textureFormat); in getColorAttachmentFormat() local 216 if (formatType == FormatType::SIGNED_INT) in getColorAttachmentFormat() 219 if (formatType == FormatType::UNSIGNED_INT) in getColorAttachmentFormat() 240 const auto formatType = getFormatType(m_params.textureFormat); in initPrograms() local 243 if (formatType == FormatType::SIGNED_INT) in initPrograms() 245 else if (formatType == FormatType::UNSIGNED_INT) in initPrograms() 382 const auto formatType = getFormatType(params.textureFormat); in getExpectedColor() local 387 if (formatType == FormatType::UNSIGNED_INT) in getExpectedColor() 402 else if (formatType == FormatType::SIGNED_INT) in getExpectedColor() 419 DE_ASSERT(formatType in getExpectedColor() 1118 const auto formatType = getFormatType(format); getRandomClearColor() local 1318 const auto formatType = getFormatType(format); createSamplerBorderSwizzleTests() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 238 const auto formatType = getFormatType(textureFormat, useStencil); in getColorAttachmentFormat() local 240 if (formatType == FormatType::SIGNED_INT) in getColorAttachmentFormat() 243 if (formatType == FormatType::UNSIGNED_INT) in getColorAttachmentFormat() 264 const auto formatType = getFormatType(m_params.textureFormat, m_params.useStencilAspect); in initPrograms() local 267 if (formatType == FormatType::SIGNED_INT) in initPrograms() 269 else if (formatType == FormatType::UNSIGNED_INT) in initPrograms() 407 const auto formatType = getFormatType(params.textureFormat, params.useStencilAspect); in getExpectedColor() local 433 else if (formatType == FormatType::UNSIGNED_INT) in getExpectedColor() 448 else if (formatType == FormatType::SIGNED_INT) in getExpectedColor() 465 DE_ASSERT(formatType in getExpectedColor() 1237 const auto formatType = getFormatType(format, useStencil); getRandomClearColor() local 1478 const auto formatType = getFormatType(format, sampleStencil); createSamplerBorderSwizzleTests() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.h | 141 GLuint computePixelBytes(GLenum formatType) const; 146 ANGLE_NO_DISCARD bool computeRowPitch(GLenum formatType, 155 ANGLE_NO_DISCARD bool computeDepthPitch(GLenum formatType, 167 ANGLE_NO_DISCARD bool computeSkipBytes(GLenum formatType, 174 ANGLE_NO_DISCARD bool computePackUnpackEndByte(GLenum formatType,
|
H A D | formatutils.cpp | 1617 GLuint InternalFormat::computePixelBytes(GLenum formatType) const in computePixelBytes() 1619 const auto &typeInfo = GetTypeInfo(formatType); in computePixelBytes() 1654 bool InternalFormat::computeRowPitch(GLenum formatType, in computeRowPitch() argument 1667 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch() 1701 bool InternalFormat::computeDepthPitch(GLenum formatType, in computeDepthPitch() argument 1710 if (!computeRowPitch(formatType, width, alignment, rowLength, &rowPitch)) in computeDepthPitch() 1769 bool InternalFormat::computeSkipBytes(GLenum formatType, in computeSkipBytes() argument 1781 CheckedNumeric<GLuint> checkedPixelBytes(computePixelBytes(formatType)); in computeSkipBytes() 1792 bool InternalFormat::computePackUnpackEndByte(GLenum formatType, in computePackUnpackEndByte() argument 1799 if (!computeRowPitch(formatType, siz in computePackUnpackEndByte() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatRegistrationTest.java | 42 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration() 43 if (formatType == FORMAT_CURRENCY) { in TestRegistration()
|
H A D | NumberFormatTest.java | 1518 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration() 1519 if (formatType == FORMAT_CURRENCY) { in TestRegistration() 3420 * The following class allows the method public NumberFormat createFormat(Locale loc, int formatType) to be in TestNumberFormatFactory() 3430 public NumberFormat createFormat(ULocale loc, int formatType) { in TestNumberFormatFactory() 3436 * The following class allows the method public NumberFormat createFormat(ULocale loc, int formatType) to be in TestNumberFormatFactory() 3446 public NumberFormat createFormat(Locale loc, int formatType) { in TestNumberFormatFactory() 3462 * Tests the method public NumberFormat createFormat(Locale loc, int formatType) in TestNumberFormatFactory() 3465 errln("NumberFormatFactory.createFormat(Locale loc, int formatType) " + "was suppose to return null"); in TestNumberFormatFactory() 3469 * Tests the method public NumberFormat createFormat(ULocale loc, int formatType) in TestNumberFormatFactory() 3472 errln("NumberFormatFactory.createFormat(ULocale loc, int formatType) " in TestNumberFormatFactory() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatRegistrationTest.java | 45 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration() 46 if (formatType == FORMAT_CURRENCY) { in TestRegistration()
|
H A D | NumberFormatTest.java | 1521 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration() 1522 if (formatType == FORMAT_CURRENCY) { in TestRegistration() 3423 * The following class allows the method public NumberFormat createFormat(Locale loc, int formatType) to be in TestNumberFormatFactory() 3433 public NumberFormat createFormat(ULocale loc, int formatType) { in TestNumberFormatFactory() 3439 * The following class allows the method public NumberFormat createFormat(ULocale loc, int formatType) to be in TestNumberFormatFactory() 3449 public NumberFormat createFormat(Locale loc, int formatType) { in TestNumberFormatFactory() 3465 * Tests the method public NumberFormat createFormat(Locale loc, int formatType) in TestNumberFormatFactory() 3468 errln("NumberFormatFactory.createFormat(Locale loc, int formatType) " + "was suppose to return null"); in TestNumberFormatFactory() 3472 * Tests the method public NumberFormat createFormat(ULocale loc, int formatType) in TestNumberFormatFactory() 3475 errln("NumberFormatFactory.createFormat(ULocale loc, int formatType) " in TestNumberFormatFactory() [all...] |
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | OpenSLESUtilities.cpp | 69 format_pcm_ex.formatType = SL_ANDROID_DATAFORMAT_PCM_EX; in OpenSLES_createExtendedFormat()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NumberFormat.java | 937 * @param formatType the type of format 941 public NumberFormat createFormat(ULocale loc, int formatType) { in createFormat() argument 942 return createFormat(loc.toLocale(), formatType); in createFormat() 954 * @param formatType the type of format 958 public NumberFormat createFormat(Locale loc, int formatType) { in createFormat() argument 959 return createFormat(ULocale.forLocale(loc), formatType); in createFormat()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NumberFormat.java | 876 * @param formatType the type of format 879 public NumberFormat createFormat(ULocale loc, int formatType) { in createFormat() argument 880 return createFormat(loc.toLocale(), formatType); in createFormat() 892 * @param formatType the type of format 895 public NumberFormat createFormat(Locale loc, int formatType) { in createFormat() argument 896 return createFormat(ULocale.forLocale(loc), formatType); in createFormat()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | nmfmapts.cpp | 274 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) override 276 if (formatType == UNUM_CURRENCY) {
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | numfmt.h | 1206 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | numfmt.h | 1223 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | numfmt.h | 1206 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Framebuffer9.cpp | 197 gl::FormatType formatType(format, type); in readPixelsImpl()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness.js | 3150 function formatType(type) { 3153 result = type.generic + "<" + type.idlType.map(formatType).join(", ") + ">"; 3155 result = "(" + type.subtype.map(formatType).join(" or ") + ")"; 3169 formatType(m.idlType),
|
/third_party/openSLES/api/1.1/ |
H A D | OpenSLES.h | 331 /** MIME-type-based data format definition where formatType must be SL_DATAFORMAT_MIME*/ 333 SLuint32 formatType; member 380 /** PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM*/ 383 SLuint32 formatType; member 392 /** PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM_EX*/ 394 SLuint32 formatType; member 404 /** MediaObject-type-based data format definition where formatType must be SL_DATAFORMAT_MEDIAOBJECT*/ 410 /** NULL-type-based data format definition where formatType must be SL_DATAFORMAT_NULL*/
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | CommandBufferGL.cpp | 184 GLenum formatType = VertexFormatType(attribute.format); in Apply() local 190 attribIndex, components, formatType, vertexBuffer.arrayStride, in Apply() 194 gl.VertexAttribPointer(attribIndex, components, formatType, normalized, in Apply()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderImageLoadStoreTests.cpp | 237 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) in getShaderSamplerOrImageType() argument 239 const char* const formatPart = isFormatTypeUnsignedInteger(formatType) ? "u" in getShaderSamplerOrImageType() 240 : isFormatTypeSignedInteger(formatType) ? "i" in getShaderSamplerOrImageType() 253 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType) in getShaderImageType() argument 255 return getShaderSamplerOrImageType(formatType, imageType, false); in getShaderImageType() 258 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType imageType) in getShaderSamplerType() argument 260 return getShaderSamplerOrImageType(formatType, imageType, true); in getShaderSamplerType()
|
/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES.h | 312 /** MIME-type-based data format definition where formatType must be SL_DATAFORMAT_MIME*/ 314 SLuint32 formatType; member 355 /** PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM*/ 357 SLuint32 formatType; member
|
/third_party/openSLES/api/1.0/ |
H A D | OpenSLES.h | 312 /** MIME-type-based data format definition where formatType must be SL_DATAFORMAT_MIME*/ 314 SLuint32 formatType; member 354 /** PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM*/ 356 SLuint32 formatType; member
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ULocaleTest.java | 151 public NumberFormat createFormat(ULocale loc, int formatType) { in TestNumberFormat()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ULocaleTest.java | 150 public NumberFormat createFormat(ULocale loc, int formatType) { in TestNumberFormat()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |