Home
last modified time | relevance | path

Searched refs:mipmap (Results 1 – 25 of 2198) sorted by relevance

12345678910>>...88

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DSampler.cpp42 Mipmap &mipmap = texture.mipmap[level]; in Sampler() local
119 Mipmap &mipmap = texture.mipmap[level]; in setTextureLevel() local
195 mipmap.width[0] = width; in setTextureLevel()
196 mipmap.width[1] = width; in setTextureLevel()
197 mipmap.width[2] = width; in setTextureLevel()
198 mipmap.width[3] = width; in setTextureLevel()
205 mipmap.depth[0] = depth; in setTextureLevel()
234 mipmap.buffer[1] = (byte*)mipmap.buffer[0] + YSize; in setTextureLevel()
235 mipmap.buffer[2] = (byte*)mipmap.buffer[1] + CSize; in setTextureLevel()
425 if(texture.mipmap[0].buffer[0] != texture.mipmap[i].buffer[0]) in mipmapFilter()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DSampler.cpp42 Mipmap &mipmap = texture.mipmap[level]; in Sampler() local
119 Mipmap &mipmap = texture.mipmap[level]; in setTextureLevel() local
195 mipmap.width[0] = width; in setTextureLevel()
196 mipmap.width[1] = width; in setTextureLevel()
197 mipmap.width[2] = width; in setTextureLevel()
198 mipmap.width[3] = width; in setTextureLevel()
205 mipmap.depth[0] = depth; in setTextureLevel()
234 mipmap.buffer[1] = (byte*)mipmap.buffer[0] + YSize; in setTextureLevel()
235 mipmap.buffer[2] = (byte*)mipmap.buffer[1] + CSize; in setTextureLevel()
425 if(texture.mipmap[0].buffer[0] != texture.mipmap[i].buffer[0]) in mipmapFilter()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp316 sw::Mipmap &mipmap = imageSampler[i].texture.mipmap[0]; in WriteDescriptorSet() local
318 mipmap.width[0] = mipmap.width[1] = mipmap.width[2] = mipmap.width[3] = numElements; in WriteDescriptorSet()
319 mipmap.height[0] = mipmap.height[1] = mipmap.height[2] = mipmap.height[3] = 1; in WriteDescriptorSet()
320 mipmap.depth[0] = mipmap.depth[1] = mipmap.depth[2] = mipmap.depth[3] = 1; in WriteDescriptorSet()
321 mipmap.pitchP.x = mipmap.pitchP.y = mipmap.pitchP.z = mipmap.pitchP.w = numElements; in WriteDescriptorSet()
322 mipmap.sliceP.x = mipmap.sliceP.y = mipmap.sliceP.z = mipmap.sliceP.w = 0; in WriteDescriptorSet()
323 mipmap.onePitchP[0] = mipmap.onePitchP[2] = 1; in WriteDescriptorSet()
402 sw::Mipmap &mipmap = texture->mipmap[mipmapLevel]; in WriteDescriptorSet() local
524 sw::Mipmap &mipmap = texture->mipmap[level]; in WriteTextureLevelInfo() local
530 mipmap.uHalf[0] = in WriteTextureLevelInfo()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_cache.c578 mipmap->width = blockwidth; in HWR_GenerateTexture()
579 mipmap->height = blockheight; in HWR_GenerateTexture()
673 srcsize = base->mipmap.height * base->mipmap.width; in HWR_GenerateFogTexture()
678 mipmap->width = blockwidth; in HWR_GenerateFogTexture()
764 si= (y % base->mipmap.height) * base->mipmap.width; // wrap in HWR_GenerateFogTexture()
1040 Mipmap_t * mipmap; in HWR_GetTexture() local
1046 mipmap = &(miptex->mipmap); // mipmap in miptex in HWR_GetTexture()
1047 if ( miptex->mipmap.grInfo.data || miptex->mipmap.downloaded ) in HWR_GetTexture()
1051 for(; ; mipmap = mipmap->nextcolormap) in HWR_GetTexture()
1065 mipmap = newmip; in HWR_GetTexture()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c104 if (mipmap->fb == NULL) { in fallback_required()
106 if (mipmap->fb == NULL) { in fallback_required()
130 if (mipmap->VAO == 0) in _mesa_meta_glsl_generate_mipmap_cleanup()
132 _mesa_DeleteVertexArrays(1, &mipmap->VAO); in _mesa_meta_glsl_generate_mipmap_cleanup()
133 mipmap->VAO = 0; in _mesa_meta_glsl_generate_mipmap_cleanup()
191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, in _mesa_meta_GenerateMipmap()
195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); in _mesa_meta_GenerateMipmap()
209 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
211 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
239 assert(mipmap->fb != NULL); in _mesa_meta_GenerateMipmap()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c104 if (mipmap->fb == NULL) { in fallback_required()
106 if (mipmap->fb == NULL) { in fallback_required()
130 if (mipmap->VAO == 0) in _mesa_meta_glsl_generate_mipmap_cleanup()
132 _mesa_DeleteVertexArrays(1, &mipmap->VAO); in _mesa_meta_glsl_generate_mipmap_cleanup()
133 mipmap->VAO = 0; in _mesa_meta_glsl_generate_mipmap_cleanup()
191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, in _mesa_meta_GenerateMipmap()
195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); in _mesa_meta_GenerateMipmap()
209 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
211 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
239 assert(mipmap->fb != NULL); in _mesa_meta_GenerateMipmap()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c104 if (mipmap->fb == NULL) { in fallback_required()
106 if (mipmap->fb == NULL) { in fallback_required()
130 if (mipmap->VAO == 0) in _mesa_meta_glsl_generate_mipmap_cleanup()
132 _mesa_DeleteVertexArrays(1, &mipmap->VAO); in _mesa_meta_glsl_generate_mipmap_cleanup()
133 mipmap->VAO = 0; in _mesa_meta_glsl_generate_mipmap_cleanup()
191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, in _mesa_meta_GenerateMipmap()
195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); in _mesa_meta_GenerateMipmap()
209 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
211 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
239 assert(mipmap->fb != NULL); in _mesa_meta_GenerateMipmap()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c104 if (mipmap->fb == NULL) { in fallback_required()
106 if (mipmap->fb == NULL) { in fallback_required()
130 if (mipmap->VAO == 0) in _mesa_meta_glsl_generate_mipmap_cleanup()
132 _mesa_DeleteVertexArrays(1, &mipmap->VAO); in _mesa_meta_glsl_generate_mipmap_cleanup()
133 mipmap->VAO = 0; in _mesa_meta_glsl_generate_mipmap_cleanup()
191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, in _mesa_meta_GenerateMipmap()
195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); in _mesa_meta_GenerateMipmap()
209 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
211 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
239 assert(mipmap->fb != NULL); in _mesa_meta_GenerateMipmap()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c104 if (mipmap->fb == NULL) { in fallback_required()
106 if (mipmap->fb == NULL) { in fallback_required()
130 if (mipmap->VAO == 0) in _mesa_meta_glsl_generate_mipmap_cleanup()
132 _mesa_DeleteVertexArrays(1, &mipmap->VAO); in _mesa_meta_glsl_generate_mipmap_cleanup()
133 mipmap->VAO = 0; in _mesa_meta_glsl_generate_mipmap_cleanup()
191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, in _mesa_meta_GenerateMipmap()
195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); in _mesa_meta_GenerateMipmap()
209 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
211 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
239 assert(mipmap->fb != NULL); in _mesa_meta_GenerateMipmap()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c104 if (mipmap->fb == NULL) { in fallback_required()
106 if (mipmap->fb == NULL) { in fallback_required()
130 if (mipmap->VAO == 0) in _mesa_meta_glsl_generate_mipmap_cleanup()
132 _mesa_DeleteVertexArrays(1, &mipmap->VAO); in _mesa_meta_glsl_generate_mipmap_cleanup()
133 mipmap->VAO = 0; in _mesa_meta_glsl_generate_mipmap_cleanup()
191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, in _mesa_meta_GenerateMipmap()
195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); in _mesa_meta_GenerateMipmap()
209 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
211 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
239 assert(mipmap->fb != NULL); in _mesa_meta_GenerateMipmap()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c104 if (mipmap->fb == NULL) { in fallback_required()
106 if (mipmap->fb == NULL) { in fallback_required()
130 if (mipmap->VAO == 0) in _mesa_meta_glsl_generate_mipmap_cleanup()
132 _mesa_DeleteVertexArrays(1, &mipmap->VAO); in _mesa_meta_glsl_generate_mipmap_cleanup()
133 mipmap->VAO = 0; in _mesa_meta_glsl_generate_mipmap_cleanup()
191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, in _mesa_meta_GenerateMipmap()
195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); in _mesa_meta_GenerateMipmap()
209 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
211 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
239 assert(mipmap->fb != NULL); in _mesa_meta_GenerateMipmap()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c104 if (mipmap->fb == NULL) { in fallback_required()
106 if (mipmap->fb == NULL) { in fallback_required()
130 if (mipmap->VAO == 0) in _mesa_meta_glsl_generate_mipmap_cleanup()
132 _mesa_DeleteVertexArrays(1, &mipmap->VAO); in _mesa_meta_glsl_generate_mipmap_cleanup()
133 mipmap->VAO = 0; in _mesa_meta_glsl_generate_mipmap_cleanup()
191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, in _mesa_meta_GenerateMipmap()
195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); in _mesa_meta_GenerateMipmap()
209 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
211 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
239 assert(mipmap->fb != NULL); in _mesa_meta_GenerateMipmap()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c104 if (mipmap->fb == NULL) { in fallback_required()
106 if (mipmap->fb == NULL) { in fallback_required()
130 if (mipmap->VAO == 0) in _mesa_meta_glsl_generate_mipmap_cleanup()
132 _mesa_DeleteVertexArrays(1, &mipmap->VAO); in _mesa_meta_glsl_generate_mipmap_cleanup()
133 mipmap->VAO = 0; in _mesa_meta_glsl_generate_mipmap_cleanup()
191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, in _mesa_meta_GenerateMipmap()
195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); in _mesa_meta_GenerateMipmap()
209 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
211 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
239 assert(mipmap->fb != NULL); in _mesa_meta_GenerateMipmap()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c104 if (mipmap->fb == NULL) { in fallback_required()
106 if (mipmap->fb == NULL) { in fallback_required()
130 if (mipmap->VAO == 0) in _mesa_meta_glsl_generate_mipmap_cleanup()
132 _mesa_DeleteVertexArrays(1, &mipmap->VAO); in _mesa_meta_glsl_generate_mipmap_cleanup()
133 mipmap->VAO = 0; in _mesa_meta_glsl_generate_mipmap_cleanup()
191 _mesa_meta_setup_vertex_objects(ctx, &mipmap->VAO, &mipmap->buf_obj, true, in _mesa_meta_GenerateMipmap()
195 _mesa_meta_setup_ff_tnl_for_blit(ctx, &mipmap->VAO, &mipmap->buf_obj, 3); in _mesa_meta_GenerateMipmap()
209 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
211 if (mipmap->samp_obj == NULL) { in _mesa_meta_GenerateMipmap()
239 assert(mipmap->fb != NULL); in _mesa_meta_GenerateMipmap()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_cache.c110 if (mipmap->colormap) in HWR_DrawColumnInCache()
640 while (pat->mipmap) in HWR_FreeTextureColormaps()
648 if (!pat->mipmap) in HWR_FreeTextureColormaps()
791 if (!grtex->mipmap.data && !grtex->mipmap.downloaded) in HWR_GetTexture()
916 if (!grtex->mipmap.data && !grtex->mipmap.downloaded) in HWR_GetLevelFlat()
937 GLMipmap_t *mipmap = levelflat->mipmap; in HWR_GetLevelFlat() local
953 if (mipmap == NULL) in HWR_GetLevelFlat()
958 levelflat->mipmap = mipmap; in HWR_GetLevelFlat()
961 if (!mipmap->data && !mipmap->downloaded) in HWR_GetLevelFlat()
972 size = (mipmap->width * mipmap->height); in HWR_GetLevelFlat()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/android_webview/tools/webview_log_verbosifier/
H A DBUILD.gn19 "res/mipmap-anydpi-v26/ic_launcher.xml",
21 "res/mipmap-hdpi/ic_launcher.png",
22 "res/mipmap-hdpi/ic_launcher_round.png",
23 "res/mipmap-mdpi/ic_launcher.png",
24 "res/mipmap-mdpi/ic_launcher_round.png",
25 "res/mipmap-xhdpi/ic_launcher.png",
26 "res/mipmap-xhdpi/ic_launcher_round.png",
27 "res/mipmap-xxhdpi/ic_launcher.png",
28 "res/mipmap-xxhdpi/ic_launcher_round.png",
29 "res/mipmap-xxxhdpi/ic_launcher.png",
[all …]
/dports/devel/love/love-11.3/src/modules/graphics/
H A DImage.cpp136 if (mipmap < 0 || (mipmapsType != MIPMAPS_DATA && mipmap > 0) || mipmap >= getMipmapCount()) in replacePixels()
148 int mipw = getPixelWidth(mipmap); in replacePixels()
149 int miph = getPixelHeight(mipmap); in replacePixels()
168 data.set(slice, mipmap, d); in replacePixels()
219 if (mipmap >= (int) data.size()) in set()
220 data.resize(mipmap + 1); in set()
223 data[mipmap].resize(slice + 1); in set()
225 data[mipmap][slice].set(d); in set()
233 data[slice].resize(mipmap + 1); in set()
235 data[slice][mipmap].set(d); in set()
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/texture/
H A DTextureIO.java250 return newTextureDataImpl(image, 0, 0, mipmap); in newTextureData()
538 TextureData data = newTextureData(image, mipmap); in newTexture()
851 boolean mipmap, in newTextureData() argument
867 boolean mipmap, in newTextureData() argument
883 boolean mipmap, in newTextureData() argument
987 if (mipmap && image.getNumMipMaps() > 0) { in newTextureData()
1005 mipmap = false; in newTextureData()
1012 mipmap, in newTextureData()
1038 mipmap, in newTextureData()
1083 mipmap, in newTextureData()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp308 sw::Mipmap &mipmap = sampledImage[i].texture.mipmap[0]; in WriteDescriptorSet() local
310 mipmap.width[0] = mipmap.width[1] = mipmap.width[2] = mipmap.width[3] = numElements; in WriteDescriptorSet()
311 mipmap.height[0] = mipmap.height[1] = mipmap.height[2] = mipmap.height[3] = 1; in WriteDescriptorSet()
312 mipmap.depth[0] = mipmap.depth[1] = mipmap.depth[2] = mipmap.depth[3] = 1; in WriteDescriptorSet()
313 mipmap.pitchP.x = mipmap.pitchP.y = mipmap.pitchP.z = mipmap.pitchP.w = numElements; in WriteDescriptorSet()
314 mipmap.sliceP.x = mipmap.sliceP.y = mipmap.sliceP.z = mipmap.sliceP.w = 0; in WriteDescriptorSet()
315 mipmap.onePitchP[0] = mipmap.onePitchP[2] = 1; in WriteDescriptorSet()
316 mipmap.onePitchP[1] = mipmap.onePitchP[3] = 0; in WriteDescriptorSet()
398 sw::Mipmap &mipmap = texture->mipmap[mipmapLevel]; in WriteDescriptorSet() local
515 sw::Mipmap &mipmap = texture->mipmap[level]; in WriteTextureLevelInfo() local
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvtt/
H A DCompressor.cpp405 Mipmap mipmap; in compressMipmaps() local
452 downsampleMipmap(mipmap, inputOptions); in initMipmap()
480 mipmap.toFixedImage(inputOptions); in initMipmap()
543 mipmap.toFloatImage(inputOptions); in downsampleMipmap()
575 mipmap.toFloatImage(inputOptions); in scaleMipmap()
582mipmap.setImage(mipmap.asFloatImage()->resize(boxFilter, w, h, (FloatImage::WrapMode)inputOptions.… in scaleMipmap()
591 mipmap.toFixedImage(inputOptions); in processInputImage()
601 if (mipmap.asFloatImage() == NULL) in processInputImage()
605 mipmap.setImage(floatImage); in processInputImage()
610 mipmap.setImage(mipmap.asFloatImage()); in processInputImage()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvtt/
H A DCompressor.cpp405 Mipmap mipmap; in compressMipmaps() local
452 downsampleMipmap(mipmap, inputOptions); in initMipmap()
480 mipmap.toFixedImage(inputOptions); in initMipmap()
543 mipmap.toFloatImage(inputOptions); in downsampleMipmap()
575 mipmap.toFloatImage(inputOptions); in scaleMipmap()
582mipmap.setImage(mipmap.asFloatImage()->resize(boxFilter, w, h, (FloatImage::WrapMode)inputOptions.… in scaleMipmap()
591 mipmap.toFixedImage(inputOptions); in processInputImage()
601 if (mipmap.asFloatImage() == NULL) in processInputImage()
605 mipmap.setImage(floatImage); in processInputImage()
610 mipmap.setImage(mipmap.asFloatImage()); in processInputImage()
[all …]
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvtt/
H A DCompressor.cpp405 Mipmap mipmap; in compressMipmaps() local
452 downsampleMipmap(mipmap, inputOptions); in initMipmap()
480 mipmap.toFixedImage(inputOptions); in initMipmap()
543 mipmap.toFloatImage(inputOptions); in downsampleMipmap()
575 mipmap.toFloatImage(inputOptions); in scaleMipmap()
582mipmap.setImage(mipmap.asFloatImage()->resize(boxFilter, w, h, (FloatImage::WrapMode)inputOptions.… in scaleMipmap()
591 mipmap.toFixedImage(inputOptions); in processInputImage()
601 if (mipmap.asFloatImage() == NULL) in processInputImage()
605 mipmap.setImage(floatImage); in processInputImage()
610 mipmap.setImage(mipmap.asFloatImage()); in processInputImage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DSkResourceCacheTest.cpp50 REPORTER_ASSERT(reporter, nullptr == mipmap); in test_mipmapcache()
53 REPORTER_ASSERT(reporter, mipmap); in test_mipmapcache()
58 REPORTER_ASSERT(reporter, mm == mipmap); in test_mipmapcache()
64 mipmap->unref(); in test_mipmapcache()
70 mipmap = SkMipmapCache::FindAndRef(desc, cache); in test_mipmapcache()
76 mipmap->unref(); in test_mipmapcache()
96 REPORTER_ASSERT(reporter, mipmap); in test_mipmap_notify()
97 SkSafeUnref(mipmap); in test_mipmap_notify()
101 REPORTER_ASSERT(reporter, mipmap); in test_mipmap_notify()
102 SkSafeUnref(mipmap); in test_mipmap_notify()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/texture/awt/
H A DAWTTextureIO.java63 final boolean mipmap) { in newTextureData() argument
64 return newTextureDataImpl(glp, image, 0, 0, mipmap); in newTextureData()
95 final boolean mipmap) throws IllegalArgumentException { in newTextureData() argument
100 return newTextureDataImpl(glp, image, internalFormat, pixelFormat, mipmap); in newTextureData()
115 …newTexture(final GLProfile glp, final BufferedImage image, final boolean mipmap) throws GLExceptio… in newTexture() argument
116 final TextureData data = newTextureData(glp, image, mipmap); in newTexture()
126 final boolean mipmap) { in newTextureDataImpl() argument
127 return new AWTTextureData(glp, internalFormat, pixelFormat, mipmap, image); in newTextureDataImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/android/webapk/shell_apk/
H A DBUILD.gn181 "res/mipmap-hdpi/app_icon.xml",
182 "res/mipmap-hdpi/ic_launcher.xml",
184 "res/mipmap-mdpi/app_icon.xml",
185 "res/mipmap-mdpi/ic_launcher.xml",
189 "res/mipmap-nodpi/app_icon_hdpi.png",
190 "res/mipmap-nodpi/app_icon_mdpi.png",
203 "res/mipmap-xhdpi/app_icon.xml",
204 "res/mipmap-xhdpi/ic_launcher.xml",
206 "res/mipmap-xxhdpi/app_icon.xml",
207 "res/mipmap-xxhdpi/ic_launcher.xml",
[all …]

12345678910>>...88