Home
last modified time | relevance | path

Searched defs:numLevels (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTexture.cpp130 Texture2D::Texture2D(const RenderContext &context, const ContextInfo &contextInfo, int numLevels, in Texture2D()
191 void Texture2D::loadCompressed(int numLevels, const tcu::CompressedTexture *levels, in loadCompressed()
219 int numLevels, const char *const *levelFileNames) in create()
283 int numLevels, const std::vector<std::string> &filenames) in create()
332 …xtureCube::TextureCube(const RenderContext &context, const ContextInfo &contextInfo, int numLevels, in TextureCube()
421 void TextureCube::loadCompressed(int numLevels, const tcu::CompressedTexture *levels, in loadCompressed()
452 … const tcu::Archive &archive, int numLevels, const char *const *filenames) in create()
475 … const tcu::Archive &archive, int numLevels, const std::vector<std::string> &filenames) in create()
490 int numLevels) in Texture1DArray()
501 …Array::Texture1DArray(const RenderContext &context, uint32_t sizedFormat, int width, int numLevels) in Texture1DArray()
[all …]
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp508 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height)) + 1… in verifyTex2D() local
547 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height)) + 1… in verifyTexCube() local
653 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_hei… in createTexture() local
701 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_hei… in createTexture() local
756 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_hei… in createTexture() local
811 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_hei… in createTexture() local
879 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_hei… in createTexture() local
930 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_hei… in createTexture() local
983 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_hei… in createTexture() local
1053 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_hei… in createTexture() local
[all …]
H A Des2fTextureCompletenessTests.cpp297 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
372 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
429 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
544 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
660 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
742 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
819 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
941 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
H A Des2fTextureMipmapTests.cpp145 int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1; in init() local
483 int numLevels = deLog2Floor32(m_size) + 1; in init() local
806 const int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1; in iterate() local
955 const int numLevels = deLog2Floor32(m_size) + 1; in iterate() local
H A Des2fTextureUnitTests.cpp588 int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight)) + 1 : 1; in init() local
820 …int numLevels = mipmaps ? deLog2Floor32(de::max(texture->getWidth(), texture->getHeight())) + 1 : … in render() local
844 … int numLevels = mipmaps ? deLog2Floor32(texture->getSize()) + 1 : 1; in render() local
H A Des2fTextureFilteringTests.cpp185 … int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height)) + 1 : 1; in init() local
463 … const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height)) + 1 : 1; in init() local
807 const int numLevels = 7; in init() local
H A Des2fTextureSizeTests.cpp103 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height)) + 1 : 1; in init() local
248 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height)) + 1 : 1; in init() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp159 … const int numLevels = deLog2Floor32(de::max(m_testParameters.width, m_testParameters.height)) + 1; in Texture2DMipmapTestInstance() local
432 const int numLevels = deLog2Floor32(m_testParameters.size) + 1; in TextureCubeMipmapTestInstance() local
685 const int numLevels = in Texture3DMipmapTestInstance() local
1010 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight)) + 1; in Texture2DLodControlTestInstance() local
1212 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight)) + 1; in getBaseLevel() local
1238 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight)) + 1; in getMaxLevel() local
1287 const int numLevels = deLog2Floor32(m_texSize) + 1; in TextureCubeLodControlTestInstance() local
1501 const int numLevels = deLog2Floor32(m_texSize) + 1; in getBaseLevel() local
1526 const int numLevels = deLog2Floor32(m_texSize) + 1; in getMaxLevel() local
1583 …const int numLevels = deLog2Floor32(de::max(de::max(m_texWidth, m_texHeight), m_texDept… in Texture3DLodControlTestInstance() local
[all …]
H A DvktTextureShadowTests.cpp296 const int numLevels = m_textures[0]->getNumLevels(); in Texture2DShadowTestInstance() local
530 const int numLevels = deLog2Floor32(m_testParameters.size) + 1; in TextureCubeShadowTestInstance() local
792 …const int numLevels = deLog2Floor32(de::max(m_testParameters.width, m_testParamet… in Texture2DArrayShadowTestInstance() local
1043 const int numLevels = m_textures[0]->getNumLevels(); in Texture1DShadowTestInstance() local
1264 const int numLevels = deLog2Floor32(m_testParameters.width) + 1; in Texture1DArrayShadowTestInstance() local
1525 const int numLevels = deLog2Floor32(m_testParameters.size) + 1; in TextureCubeArrayShadowTestInstance() local
H A DvktTextureFilteringExplicitLodTests.cpp986 … const uint8_t numLevels = (uint8_t)(1 + deLog2Floor32(de::max(m_dimensions[0], m_dimensions[1]))); in genTestCaseData() local
1025 const uint8_t numLevels = in generate() local
1049 const uint8_t numLevels = (uint8_t)m_tex->getNumLevels(); in getPba() local
H A DvktTextureFilteringTests.cpp241 …const int numLevels = mipmaps ? deLog2Floor32(de::max(m_testParameters.width, m_testParameters.hei… in Texture2DFilteringTestInstance() local
476 const int numLevels = deLog2Floor32(m_testParameters.size) + 1; in TextureCubeFilteringTestInstance() local
751 …const int numLevels = deLog2Floor32(de::max(m_testParameters.width, m_testParamet… in Texture2DArrayFilteringTestInstance() local
1000 const int numLevels = in Texture3DFilteringTestInstance() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp152 int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1; in init() local
483 int numLevels = deLog2Floor32(m_size) + 1; in init() local
803 const int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1; in iterate() local
950 const int numLevels = deLog2Floor32(m_size) + 1; in iterate() local
1114 …int numLevels = deLog2Floor32(de::max(de::max(m_width, m_height), m_depth)) + 1; in init() local
1447 int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight)) + 1; in init() local
1656 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight)) + 1; in getBaseLevel() local
1685 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight)) + 1; in getMaxLevel() local
1750 const int numLevels = deLog2Floor32(m_texSize) + 1; in init() local
1989 const int numLevels = deLog2Floor32(m_texSize) + 1; in getBaseLevel() local
[all …]
H A Des3fTextureSizeTests.cpp103 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height)) + 1 : 1; in init() local
248 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height)) + 1 : 1; in init() local
H A Des3fTextureFilteringTests.cpp206 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height)) + 1 : 1; in init() local
513 const int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1; in init() local
834 const int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1; in init() local
1127 …const int numLevels = deLog2Floor32(de::max(de::max(m_width, m_height), m_depth))… in init() local
1516 const int numLevels = 7; in init() local
H A Des3fTextureSpecificationTests.cpp273 … const tcu::TextureFormat &format, int width, int height, int numLevels) in Texture2DSpecCase()
362 const tcu::TextureFormat &format, int size, int numLevels) in TextureCubeSpecCase()
467 int numLevels) in Texture2DArraySpecCase()
572 … const tcu::TextureFormat &format, int width, int height, int depth, int numLevels) in Texture3DSpecCase()
1004 int width, int height, int numLevels, int alignment) in TexImage2DAlignCase()
1014 int height, int numLevels, int alignment) in TexImage2DAlignCase()
1066 int size, int numLevels, int alignment) in TexImageCubeAlignCase()
1076 int numLevels, int alignment) in TexImageCubeAlignCase()
2214 int height, int numLevels) in BasicTexStorage2DCase()
2258 int numLevels) in BasicTexStorageCubeCase()
[all …]
H A Des3fTextureShadowTests.cpp239 int numLevels = m_textures[0]->getRefTexture().getNumLevels(); in init() local
503 int numLevels = deLog2Floor32(m_size) + 1; in init() local
828 int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1; in init() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.cpp3039 Vec4 sampleLevelArray1D(const ConstPixelBufferAccess *levels, int numLevels, const Sampler &sampler… in sampleLevelArray1D()
3046 Vec4 sampleLevelArray2D(const ConstPixelBufferAccess *levels, int numLevels, const Sampler &sampler… in sampleLevelArray2D()
3053 Vec4 sampleLevelArray3D(const ConstPixelBufferAccess *levels, int numLevels, const Sampler &sampler… in sampleLevelArray3D()
3059 Vec4 sampleLevelArray1DOffset(const ConstPixelBufferAccess *levels, int numLevels, const Sampler &s… in sampleLevelArray1DOffset()
3104 Vec4 sampleLevelArray2DOffset(const ConstPixelBufferAccess *levels, int numLevels, const Sampler &s… in sampleLevelArray2DOffset()
3219 Vec4 sampleLevelArray3DOffset(const ConstPixelBufferAccess *levels, int numLevels, const Sampler &s… in sampleLevelArray3DOffset()
3297 float sampleLevelArray1DCompare(const ConstPixelBufferAccess *levels, int numLevels, const Sampler … in sampleLevelArray1DCompare()
3342 float sampleLevelArray2DCompare(const ConstPixelBufferAccess *levels, int numLevels, const Sampler … in sampleLevelArray2DCompare()
3716 …eLevelArrayCubeSeamless(const ConstPixelBufferAccess *const (&faces)[CUBEFACE_LAST], int numLevels, in sampleLevelArrayCubeSeamless()
3937int numLevels, CubeFace face, const Sampler &sampler, float ref, in sampleLevelArrayCubeSeamlessCompare()
[all …]
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DSignalDrawable.java307 public static int getState(int level, int numLevels, boolean cutOut) { in getState()
325 public static int getEmptyState(int numLevels) { in getEmptyState()
330 public static int getCarrierChangeState(int numLevels) { in getCarrierChangeState()
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DMobileNetworkQCUtils.java106 int numLevels = SignalStrength.NUM_SIGNAL_STRENGTH_BINS; in getSignalStrengthDrawable() local
115 private static Drawable createSignalDrawable(Context context, int level, int numLevels) { in createSignalDrawable()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp537 unsigned int numLevels = m_texStorageLevels ? m_texStorageLevels : in loadFromStream() local
640 unsigned int numLevels = m_texStorageLevels ? m_texStorageLevels : in onSave() local
905 unsigned int numLevels = m_texStorageLevels ? m_texStorageLevels : in restore() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDirectContext.cpp614 int numLevels, in createBackendTexture()
675 int numLevels, in update_texture_with_pixmaps()
829 int numLevels, in updateBackendTexture()
881 int numLevels, in updateBackendTexture()
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/
H A DS2RegionCoverer.java378 int numLevels = (candidate.cell.level() < minLevel) ? 1 : levelMod; in addCandidate() local
411 private int expandChildren(Candidate candidate, S2Cell cell, int numLevels) { in expandChildren()
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp5089 … const int numLevels = de::min(getMaxLevel() - baseLevel + 1, getNumMipLevels1D(w)); in isComplete() local
5148 …const int numLevels = isMipmap ? de::min(getMaxLevel() - baseLevel + 1, getNumMipLevels1D(width)) … in updateView() local
5184 … const int numLevels = de::min(getMaxLevel() - baseLevel + 1, getNumMipLevels2D(w, h)); in isComplete() local
5218 …const int numLevels = isMipmap ? de::min(getMaxLevel() - baseLevel + 1, getNumMipLevels2D(width, h… in updateView() local
5286 …const int numLevels = mipmap ? de::min(getMaxLevel() - baseLevel + 1, getNumMipLevels2D(width, hei… in isComplete() local
5328 …const int numLevels = isMipmap ? de::min(getMaxLevel() - baseLevel + 1, getNumMipLevels1D(size)) :… in updateView() local
5410 … const int numLevels = de::min(getMaxLevel() - baseLevel + 1, getNumMipLevels2D(w, h)); in isComplete() local
5444 …const int numLevels = isMipmap ? de::min(getMaxLevel() - baseLevel + 1, getNumMipLevels2D(width, h… in updateView() local
5513 … const int numLevels = de::min(getMaxLevel() - baseLevel + 1, getNumMipLevels2D(w, h)); in isComplete() local
5547 …const int numLevels = isMipmap ? de::min(getMaxLevel() - baseLevel + 1, getNumMipLevels2D(width, h… in updateView() local
[all …]
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/network/
DSubscriptionsPreferenceController.java320 int numLevels = SignalStrength.NUM_SIGNAL_STRENGTH_BINS; in getIcon() local
613 public Drawable getIcon(Context context, int level, int numLevels, boolean cutOut, in getIcon()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java548 int numLevels = SignalStrength.NUM_SIGNAL_STRENGTH_BINS; in getSignalStrengthDrawableWithLevel() local
560 Drawable getSignalStrengthIcon(int subId, Context context, int level, int numLevels, in getSignalStrengthIcon()

12345678910>>...12