/external/mesa3d/src/mesa/state_tracker/ |
st_cb_texture.c | 436 * can't immediately know if other mipmap levels are coming next. Here 546 * idea how many mipmap levels will be in a texture until we start 549 * mipmap levels later. [all...] |
/toolchain/binutils/binutils-2.27/opcodes/ |
ChangeLog-9899 | 1 1999-12-27 Alan Modra <alan@spri.levels.unisa.edu.au> 207 1999-08-21 Alan Modra <alan@spri.levels.unisa.edu.au> 263 1999-06-23 Alan Modra <alan@spri.levels.unisa.edu.au> 357 1999-05-18 Alan Modra <alan@spri.levels.unisa.edu.au> 390 1999-05-12 Alan Modra <alan@spri.levels.unisa.edu.au> 861 Sun Oct 4 21:01:44 1998 Alan Modra <alan@spri.levels.unisa.edu.au> 992 Mon Jul 13 14:53:59 1998 Alan Modra <alan@spri.levels.unisa.edu.au> [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineRenderToImageTests.cpp | 1273 vector<IVec4> levels; local [all...] |
/external/deqp/modules/gles2/functional/ |
es2fTextureSpecificationTests.cpp | 26 * - Randomly re-specify levels to eventually reach mipmap-complete texture. 727 vector<int> levels (numLevels); 730 levels[i] = i; 731 rnd.shuffle(levels.begin(), levels.end()); 735 int levelNdx = levels[ndx]; [all...] |
/external/libvncserver/libvncserver/ |
tight.c | 7 * additional enhancements from TurboVNC 1.1. For lower compression levels, 11 * that behaves similarly to Compression Levels 5-9 in the old TightVNC 72 encoder parameters for each of 10 compression levels (0..9). 73 Last three parameters correspond to JPEG quality levels (0..9). */ 309 /* We only allow compression levels that have a demonstrable performance 316 levels increase CPU usage for these workloads without providing any 328 compatibility with TightVNC Compression Levels 5-9. It should be used [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwImpl.inl | [all...] |
/external/swiftshader/src/D3D9/ |
Direct3DDevice9.cpp | 530 long Direct3DDevice9::CreateCubeTexture(unsigned int edgeLength, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool, IDirect3DCubeTexture9 **cubeTexture, void **sharedHandle) 534 TRACE("unsigned int edgeLength = %d, unsigned int levels = %d, unsigned long usage = %d, D3DFORMAT format = %d, D3DPOOL pool = %d, IDirect3DCubeTexture9 **cubeTexture = 0x%0.8p, void **sharedHandle = 0x%0.8p", edgeLength, levels, usage, format, pool, cubeTexture, sharedHandle); 538 if(edgeLength == 0 || (usage & D3DUSAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYPE_CUBETEXTURE, format) != D3D_OK) 543 *cubeTexture = new Direct3DCubeTexture9(this, edgeLength, levels, usage, format, pool); 828 long Direct3DDevice9::CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool, IDirect3DTexture9 **texture, void **sharedHandle) 832 TRACE("unsigned int width = %d, unsigned int height = %d, unsigned int levels = %d, unsigned long usage = %d, D3DFORMAT format = %d, D3DPOOL pool = %d, IDirect3DTexture9 **texture = 0x%0.8p, void **sharedHandle = 0x%0.8p", width, height, levels, usage, format, pool, texture, sharedHandle); 836 if(width == 0 || height == 0 || (usage & D3DUSAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYPE_TEXTURE, format) != D3D_OK) 841 *texture = new Direct3DTexture9(this, width, height, levels, usage, format, pool) [all...] |
/external/python/cpython3/Doc/howto/ |
logging-cookbook.rst | 206 in differing circumstances. Say you want to log messages with levels of DEBUG 662 levels = (logging.DEBUG, logging.INFO, logging.WARNING, logging.ERROR, logging.CRITICAL) 674 lvl = choice(levels) [all...] |
/cts/tests/tests/nativehardware/jni/ |
AHardwareBufferGLTest.cpp | 882 int levels = 1 local [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucol.h | [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
entropy_coding.c | 884 /* find quantization levels for coefficients */ 1093 /* Find quantization levels for shape coefficients. */ [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPMeta.java | 40 * the property and option flags describing the property. Arrays and the non-leaf levels of 114 * <code>null</code> if the property does not exist. Arrays and non-leaf levels of 152 * The value of the qualifier is only set if it has one (Arrays and non-leaf levels of 174 * property. The value must be Unicode in UTF-8 encoding. Arrays and non-leaf levels of structs 176 * All levels of structs that is assigned implicitly are created if necessary. appendArayItem 188 * Arrays and non-leaf levels of structs do not have values. [all...] |
/tools/metalava/src/main/java/com/android/tools/metalava/ |
Options.kt | 94 private const val ARG_APPLY_API_LEVELS = "--apply-api-levels" 95 private const val ARG_GENERATE_API_LEVELS = "--generate-api-levels" 337 * mapping from API level to android.jar files, if computing API levels 584 // Extracting API levels [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-g++.1 | [all...] |
x86_64-w64-mingw32-gcc.1 | [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrReferenceContext.hpp | 114 //! Class for managing list of texture levels. 640 virtual void texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height); 641 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth); [all...] |
/external/kernel-headers/original/uapi/drm/ |
vmwgfx_drm.h | 168 * @mip_levels: Number of mip levels for each face. 172 * The size of the array should equal the total number of mipmap levels. 915 * @mip_level: Number of mip levels for all faces.
|
/external/libdrm/include/drm/ |
vmwgfx_drm.h | 163 * @mip_levels: Number of mip levels for each face. 167 * The size of the array should equal the total number of mipmap levels. 905 * @mip_level: Number of mip levels for all faces.
|
/external/libjpeg-turbo/doc/html/ |
doxygen.css | 7 /* @group Heading Levels */ 717 .directory .levels { 724 .directory .levels span {
|
/external/libnl/doc/ |
libnl.css | 9 /* @group Heading Levels */ 706 .directory .levels { 713 .directory .levels span {
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
de | 316 // Levels in Neo jargon 331 // Levels in Xkbmap jargon to be found here in the definitions. 332 // These are the levels used, and Xorg's translations: [all...] |
/external/lisa/libs/utils/ |
energy_model.py | 256 be None at higher levels. These capacity values are relative; the maximum 747 # The only other levels we should expect to find are 'book' and 773 Assumes the energy model has two-levels (plus the root) - a level for [all...] |
/external/mesa3d/include/GLES2/ |
gl2ext.h | [all...] |
/external/mesa3d/src/gallium/docs/source/ |
context.rst | 95 levels. This corresponds to GL's ``PATCH_DEFAULT_OUTER_LEVEL``. 97 levels. This corresponds to GL's ``PATCH_DEFAULT_INNER_LEVEL``. 691 It replaces texel image levels base_level+1 through
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
ilo_state_surface.c | 585 * "This field (Depth) specifies the total number of levels for a 746 * This field (MIP Count / LOD) indicates the number of MIP levels 748 * less than or equal to the number of MIP levels actually stored in [all...] |