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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage.h 76 TextureStorageInterface2D(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, GLsizei width, GLsizei height);
93 TextureStorageInterfaceCube(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, int size);
TextureStorage9.h 65 TextureStorage9_2D(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, GLsizei width, GLsizei height);
87 TextureStorage9_Cube(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, int size);
TextureStorage9.cpp 120 TextureStorage9_2D::TextureStorage9_2D(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, GLsizei width, GLsizei height)
131 HRESULT result = device->CreateTexture(width, height, levels ? levels + mLodOffset : 0, getUsage(),
171 // With managed textures the driver needs to be informed of updates to the lower mipmap levels
217 TextureStorage9_Cube::TextureStorage9_Cube(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, int size)
233 HRESULT result = device->CreateCubeTexture(size, levels ? levels + mLodOffset : 0, getUsage(),
277 // With managed textures the driver needs to be informed of updates to the lower mipmap levels
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h 40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
Pyramid.cpp 27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels,
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels];
41 for (last = (curr = img) + levels; curr < last; curr++) {
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *lines)
102 while(levels--) {
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Pyramid.h 40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
Pyramid.cpp 27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels,
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels];
41 for (last = (curr = img) + levels; curr < last; curr++) {
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *lines)
102 while(levels--) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.h 40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
Pyramid.cpp 27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels,
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels];
41 for (last = (curr = img) + levels; curr < last; curr++) {
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *lines)
102 while(levels--) {
  /external/chromium_org/third_party/icu/source/common/
ubidi.c 58 * For the purpose of conformance, the levels of all these codes
89 * and all levels are set to the paragraph level.
94 * If embedding levels are supplied as a parameter, then all
528 * Resolve the explicit levels as specified by explicit embedding codes.
533 * levels are externally specified (from "styled text", supposedly the preferred
562 * Handling the stack of explicit levels (Xn):
564 * With the BiDi stack of explicit levels,
574 * Popping levels with PDF must work in the opposite order so that level 61
582 UBiDiLevel *levels=pBiDi->levels; local
754 UBiDiLevel *levels=pBiDi->levels; local
1221 UBiDiLevel * levels=pBiDi->levels; local
1533 UBiDiLevel *levels=pBiDi->levels; local
1578 const UBiDiLevel *levels; local
1955 UBiDiLevel *levels=pBiDi->levels; local
    [all...]
  /external/icu4c/common/
ubidi.c 59 * For the purpose of conformance, the levels of all these codes
90 * and all levels are set to the paragraph level.
95 * If embedding levels are supplied as a parameter, then all
561 * Resolve the explicit levels as specified by explicit embedding codes.
566 * levels are externally specified (from "styled text", supposedly the preferred
595 * Handling the stack of explicit levels (Xn):
597 * With the BiDi stack of explicit levels,
607 * Popping levels with PDF must work in the opposite order so that level 61
615 UBiDiLevel *levels=pBiDi->levels; local
787 UBiDiLevel *levels=pBiDi->levels; local
1254 UBiDiLevel * levels=pBiDi->levels; local
1631 UBiDiLevel *levels=pBiDi->levels; local
1710 const UBiDiLevel *levels; local
2087 UBiDiLevel *levels=pBiDi->levels; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.h 68 const UBiDiLevel *levels; member in struct:__anon13441
  /external/icu4c/test/cintltst/
cbiditst.h 68 const UBiDiLevel *levels; member in struct:__anon20773
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
levels.rs 18 #pragma rs java_package_name(com.android.rs.levels)
  /external/replicaisland/src/com/replica/replicaisland/
LevelSelectActivity.java 201 final int count = LevelTree.levels.size();
205 final LevelTree.LevelGroup group = LevelTree.levels.get(x);
206 for (int y = 0; y < group.levels.size(); y++) {
207 LevelTree.Level level = group.levels.get(y);
224 final int count = LevelTree.levels.size();
226 final LevelTree.LevelGroup group = LevelTree.levels.get(x);
227 for (int y = 0; y < group.levels.size(); y++) {
228 LevelTree.Level level = group.levels.get(y);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 130 radeon_mipmap_level *lvl = &mt->levels[level];
150 static GLuint minify(GLuint size, GLuint levels)
152 size = size >> levels;
169 mt->levels[level].valid = 1;
170 mt->levels[level].width = minify(mt->width0, i);
171 mt->levels[level].height = minify(mt->height0, i);
172 mt->levels[level].depth = minify(mt->depth0, i);
308 lvl = &mt->levels[level];
330 mtBaseLevel = &mt->levels[texObj->BaseLevel - mt->baseLevel];
394 return (mt->levels[level].faces[face].offset)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
pcy_tree.c 105 curr = tree->levels + tree->nlevel;
109 BIO_printf(err, "Printing Up to Level %ld\n", curr - tree->levels);
110 for (plev = tree->levels; plev != curr; plev++)
113 plev - tree->levels, plev->flags);
228 tree->levels = OPENSSL_malloc(sizeof(X509_POLICY_LEVEL) * n);
234 if (!tree->levels)
240 memset(tree->levels, 0, n * sizeof(X509_POLICY_LEVEL));
244 level = tree->levels;
545 if (curr == tree->levels)
593 curr = tree->levels + tree->nlevel - 1
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 130 radeon_mipmap_level *lvl = &mt->levels[level];
150 static GLuint minify(GLuint size, GLuint levels)
152 size = size >> levels;
169 mt->levels[level].valid = 1;
170 mt->levels[level].width = minify(mt->width0, i);
171 mt->levels[level].height = minify(mt->height0, i);
172 mt->levels[level].depth = minify(mt->depth0, i);
308 lvl = &mt->levels[level];
330 mtBaseLevel = &mt->levels[texObj->BaseLevel - mt->baseLevel];
394 return (mt->levels[level].faces[face].offset)
    [all...]
  /external/openssl/crypto/x509v3/
pcy_tree.c 105 curr = tree->levels + tree->nlevel;
109 BIO_printf(err, "Printing Up to Level %ld\n", curr - tree->levels);
110 for (plev = tree->levels; plev != curr; plev++)
113 plev - tree->levels, plev->flags);
228 tree->levels = OPENSSL_malloc(sizeof(X509_POLICY_LEVEL) * n);
234 if (!tree->levels)
240 memset(tree->levels, 0, n * sizeof(X509_POLICY_LEVEL));
244 level = tree->levels;
545 if (curr == tree->levels)
593 curr = tree->levels + tree->nlevel - 1
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Texture.cpp 281 return 0; // Maximum number of levels
561 void Texture2D::storage(GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
564 mTexStorage = new rx::TextureStorageInterface2D(mRenderer, levels, internalformat, mUsage, false, width, height);
567 for (int level = 0; level < levels; level++)
574 for (int level = levels; level < IMPLEMENTATION_MAX_TEXTURE_LEVELS; level++)
581 int levels = levelCount(); local
583 for (int level = 0; level < levels; level++)
702 GLint levels = creationLevels(width, height);
706 mTexStorage = new rx::TextureStorageInterface2D(mRenderer, levels, internalformat, mUsage, false, width, height);
710 int levels = levelCount() local
725 int levels = (mipmapping ? levelCount() : 1); local
746 GLint levels = mTexStorage != NULL ? mTexStorage->levelCount() : creationLevels(width, height); local
1164 int levels = levelCount(); local
1184 int levels = (mipmapping ? levelCount() : 1); local
1205 GLint levels = mTexStorage != NULL ? mTexStorage->levelCount() : creationLevels(size); local
1378 int levels = levelCount(); local
    [all...]
  /libcore/libart/src/main/java/java/lang/
ThreadGroup.java 464 * @param levels How many levels of nesting, so that proper indentation can
467 private void list(int levels) {
468 indent(levels);
471 ++levels;
474 indent(levels);
480 group.list(levels);
485 private void indent(int levels) {
486 for (int i = 0; i < levels; i++) {
  /libcore/libdvm/src/main/java/java/lang/
ThreadGroup.java 464 * @param levels How many levels of nesting, so that proper indentation can
467 private void list(int levels) {
468 indent(levels);
471 ++levels;
474 indent(levels);
480 group.list(levels);
485 private void indent(int levels) {
486 for (int i = 0; i < levels; i++) {
  /external/chromium_org/third_party/icu/source/test/intltest/
bidiconf.cpp 54 UBiDiLevel levels[1000]; member in class:BiDiConformanceTest
123 levels[levelsCount++]=UBIDI_DEFAULT_LTR;
129 errln("@Levels: parse error at %s", start);
132 levels[levelsCount++]=(UBiDiLevel)value;
315 if(0==strncmp(start, "Levels:", 7)) {
395 if(levels[i]!=actualLevels[i] && levels[i]<UBIDI_DEFAULT_LTR) {
399 // levels but just returns all levels as the paragraph level 0 or 1.
404 (int)i, levels[i], actualLevels[i])
    [all...]
  /external/icu4c/test/intltest/
bidiconf.cpp 54 UBiDiLevel levels[1000]; member in class:BiDiConformanceTest
123 levels[levelsCount++]=UBIDI_DEFAULT_LTR;
129 errln("@Levels: parse error at %s", start);
132 levels[levelsCount++]=(UBiDiLevel)value;
315 if(0==strncmp(start, "Levels:", 7)) {
395 if(levels[i]!=actualLevels[i] && levels[i]<UBIDI_DEFAULT_LTR) {
399 // levels but just returns all levels as the paragraph level 0 or 1.
404 (int)i, levels[i], actualLevels[i])
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 7 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");

Completed in 1162 milliseconds

12 3 4 5 6 7 8 91011>>