/tools/metalava/src/test/java/com/android/tools/metalava/ |
DocAnalyzerTest.kt | [all...] |
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
gl2_entry.cpp | 298 void glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); 337 void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); [all...] |
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
TreeFinder.java | 455 * Returns the number of array levels that are in the given array type tree, 507 int levels = arrayLevels(node); local 512 dbug.debug(" levels=%d largestLevels=%d%n", levels, largestLevels); 513 for (int i=levels; i<largestLevels; i++) { [all...] |
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
esextcTessellationShaderTessellation.cpp | 238 "Verifies that patches, for which relevant outer tessellation levels have" 1832 const _tessellation_levels& levels = *levels_iterator; local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageCompressionTranscodingSupport.cpp | 164 // We cannot use mipmap levels which have resolution below block size. 165 // Reduce number of mipmap levels [all...] |
/external/mesa3d/src/mesa/main/ |
mipmap.c | [all...] |
mtypes.h | 923 levels, computed from the dimensions */ [all...] |
texparam.c | 412 * clamped to the range [0, <levels> - 1] and level_max is then clamped to 413 * the range [level_base, <levels> - 1], where <levels> is the parameter [all...] |
/external/python/cpython2/Doc/howto/ |
logging-cookbook.rst | 206 in differing circumstances. Say you want to log messages with levels of DEBUG 589 levels = (logging.DEBUG, logging.INFO, logging.WARNING, logging.ERROR, logging.CRITICAL) 601 lvl = choice(levels) [all...] |
/hardware/google/av/codec2/include/ |
C2Config.h | 528 // MPEG-2 Video levels 535 // H.263 levels 545 // MPEG-4 Part 2 (Video) levels 557 // AVC / MPEG-4 Part 10 (H.264) levels 576 // HEVC (H.265) tiers and levels 600 // VP9 levels [all...] |
/external/libjpeg-turbo/ |
libjpeg.txt | [all...] |
/external/ImageMagick/coders/ |
dcm.c | [all...] |
/libcore/ojluni/src/main/java/java/nio/file/ |
Files.java | [all...] |
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
change-log.rst | 241 unexpected traps into the higher exception levels and disable secure 246 traps in the higher exception levels. 261 requested at multiple power levels. 755 particular level of data cache. Levels 1-3 are currently supported. [all...] |
/external/ImageMagick/MagickWand/ |
convert.c | 179 "-auto-level automagically adjust color levels of image", 185 "-blur geometry reduce image noise and reduce detail levels", 231 " reduce image noise and reduce detail levels", 272 "-posterize levels reduce the image to a limited number of color levels", [all...] |
/external/aac/libPCMutils/src/ |
pcmdmx_lib.cpp | [all...] |
/external/aac/libAACdec/src/ |
conceal.cpp | [all...] |
/external/aac/libSBRenc/src/ |
env_est.cpp | 470 \brief Quantisation of the noise floor levels 476 SCHAR *RESTRICT iNoiseLevels, /*! quantized noise levels */ 478 NoiseLevels, /*! the noise levels. Exponent = LD_DATA_SHIFT */ [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/ |
ModifierVisitor.java | 105 NodeList<ArrayCreationLevel> levels = modifyList(n.getLevels(), arg); local 107 if (elementType == null || levels.isEmpty()) 111 n.setLevels(levels); [all...] |
/external/libmojo/third_party/ply/ |
lex.py | 427 def get_caller_module_dict(levels): 433 while levels > 0: 435 levels -= 1 [all...] |
/external/libxml2/ |
pattern.c | [all...] |
/external/skia/src/gpu/vk/ |
GrVkGpu.cpp | 632 // We assume that if the texture has mip levels, we either upload to all the levels or just the [all...] |
/external/skqp/src/gpu/vk/ |
GrVkGpu.cpp | 658 // We assume that if the texture has mip levels, we either upload to all the levels or just the [all...] |
/external/swiftshader/include/Direct3D/ |
d3d8.h | 272 STDMETHOD(CreateTexture)(THIS_ UINT Width,UINT Height,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,IDirect3DTexture8** ppTexture) PURE;
273 STDMETHOD(CreateVolumeTexture)(THIS_ UINT Width,UINT Height,UINT Depth,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,IDirect3DVolumeTexture8** ppVolumeTexture) PURE;
274 STDMETHOD(CreateCubeTexture)(THIS_ UINT EdgeLength,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,IDirect3DCubeTexture8** ppCubeTexture) PURE;
[all...] |
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
ath5k_eeprom.c | 890 * (all power levels are in 0.25dB units) */ 926 * (all power levels are in 0.25dB units) */ [all...] |