HomeSort by relevance Sort by last modified time
    Searched refs:levels (Results 51 - 75 of 321) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage11.h 83 TextureStorage11_2D(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, GLsizei width, GLsizei height);
102 TextureStorage11_Cube(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, int size);
TextureStorage11.cpp 117 int levels = 0; local
120 levels = mMipLevels - getLodOffset();
122 return levels;
224 TextureStorage11_2D::TextureStorage11_2D(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, GLsizei width, GLsizei height)
260 desc.MipLevels = (levels > 0) ? levels + mLodOffset : 0;
442 TextureStorage11_Cube::TextureStorage11_Cube(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, int size)
482 desc.MipLevels = (levels > 0) ? levels + mLodOffset : 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen.c 177 unsigned levels = SVGA_MAX_TEXTURE_LEVELS; local
179 levels = MIN2(util_logbase2(result.u) + 1, levels);
181 levels = 12 /* 2048x2048 */;
183 levels = MIN2(util_logbase2(result.u) + 1, levels);
185 levels = 12 /* 2048x2048 */;
186 return levels;
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.c 177 unsigned levels = SVGA_MAX_TEXTURE_LEVELS; local
179 levels = MIN2(util_logbase2(result.u) + 1, levels);
181 levels = 12 /* 2048x2048 */;
183 levels = MIN2(util_logbase2(result.u) + 1, levels);
185 levels = 12 /* 2048x2048 */;
186 return levels;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 72 GLuint numLevels; /** Number of mip levels stored in this mipmap tree */
80 radeon_mipmap_level levels[RADEON_MIPTREE_MAX_TEXTURE_LEVELS]; member in struct:_radeon_mipmap_tree
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
pcy_lib.c 82 return tree->levels + i;
  /external/ipsec-tools/
main.c 225 static int levels[6] = { local
231 __android_log_vprint(levels[level], "racoon", format, ap);
234 static char *levels = "EWNIDV";
235 fprintf(stderr, "%c: ", levels[level]);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 72 GLuint numLevels; /** Number of mip levels stored in this mipmap tree */
80 radeon_mipmap_level levels[RADEON_MIPTREE_MAX_TEXTURE_LEVELS]; member in struct:_radeon_mipmap_tree
  /external/openssl/crypto/x509v3/
pcy_lib.c 82 return tree->levels + i;
  /external/qemu/android/utils/
path.h 86 extern char* path_parent( const char* path, int levels );
  /libcore/luni/src/main/native/
java_text_Bidi.cpp 78 // Copy the new embedding levels from the Java heap to the native heap.
121 const UBiDiLevel* levels = ubidi_getLevels(uBiDi(ptr), &status); local
127 env->SetByteArrayRegion(result, 0, len, reinterpret_cast<const jbyte*>(levels));
169 const UBiDiLevel* levels = reinterpret_cast<const UBiDiLevel*>(levelBytes.get()); local
172 ubidi_reorderVisual(levels, length, &indexMap[0]);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.h 134 /* Sets of optimization levels at which an option may be enabled by
138 OPT_LEVELS_NONE, /* No levels (mark end of array). */
139 OPT_LEVELS_ALL, /* All levels (used by targets to disable options
152 /* Description of options to enable by default at given levels. */
155 /* The levels at which to enable the option. */
156 enum opt_levels levels; member in struct:default_options
162 those in LEVELS (in order to handle changes to the optimization
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.h 134 /* Sets of optimization levels at which an option may be enabled by
138 OPT_LEVELS_NONE, /* No levels (mark end of array). */
139 OPT_LEVELS_ALL, /* All levels (used by targets to disable options
152 /* Description of options to enable by default at given levels. */
155 /* The levels at which to enable the option. */
156 enum opt_levels levels; member in struct:default_options
162 those in LEVELS (in order to handle changes to the optimization
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.h 134 /* Sets of optimization levels at which an option may be enabled by
138 OPT_LEVELS_NONE, /* No levels (mark end of array). */
139 OPT_LEVELS_ALL, /* All levels (used by targets to disable options
152 /* Description of options to enable by default at given levels. */
155 /* The levels at which to enable the option. */
156 enum opt_levels levels; member in struct:default_options
162 those in LEVELS (in order to handle changes to the optimization
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.h 134 /* Sets of optimization levels at which an option may be enabled by
138 OPT_LEVELS_NONE, /* No levels (mark end of array). */
139 OPT_LEVELS_ALL, /* All levels (used by targets to disable options
152 /* Description of options to enable by default at given levels. */
155 /* The levels at which to enable the option. */
156 enum opt_levels levels; member in struct:default_options
162 those in LEVELS (in order to handle changes to the optimization
  /libcore/luni/src/main/java/java/text/
Bidi.java 36 * even levels while right-to-left runs have odd levels.
530 * Reorders a range of objects according to their specified levels. This is
533 * objectStart + count} will be reordered according to the range of levels
536 * @param levels
539 * the start offset of the range of the levels.
548 * is negative; if {@code count > levels.length - levelStart} or
551 public static void reorderVisually(byte[] levels, int levelStart,
554 || count > levels.length - levelStart
556 throw new IllegalArgumentException("Invalid ranges (levels=" + levels.length
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 342 ImageEncodingQualityLevels *levels = mImageEncodingQualityLevels[i]; local
343 if (levels->mCameraId == cameraId) {
344 return levels;
355 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); local
357 if (levels == NULL) {
358 levels = new ImageEncodingQualityLevels();
359 levels->mCameraId = cameraId;
360 mImageEncodingQualityLevels.add(levels);
363 levels->mLevels.add(quality);
840 ImageEncodingQualityLevels *levels = new ImageEncodingQualityLevels() local
1137 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); local
    [all...]
  /external/eigen/demos/opengl/
icosphere.cpp 36 IcoSphere::IcoSphere(unsigned int levels)
50 while(mIndices.size()<levels)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`

Completed in 1344 milliseconds

1 23 4 5 6 7 8 91011>>