Searched defs:level (Results 201 - 225 of 1315) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_validate.c125 int level; local
133 level = intel_image->base.Base.Level;
137 for (int i = 0; i < mt->level[level].depth; i++)
138 intel_miptree_slice_resolve_depth(intel, mt, level, i);
148 for (i = 0; i < mt->level[level].depth; i++) {
149 intel_miptree_get_image_offset(mt, level, face, i, &x, &y);
158 intel_miptree_get_image_offset(mt, level, face, 0, &x, &y);
161 __FUNCTION__, face, level,
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c50 const GLuint level = timg->base.Base.Level; local
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level);
88 fprintf(stderr, "%s: copying to face %d, level %d\n",
89 __FUNCTION__, face, level);
131 timg->mt->levels[level].rowstride / dst_bpp,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c50 const GLuint level = timg->base.Base.Level; local
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level);
88 fprintf(stderr, "%s: copying to face %d, level %d\n",
89 __FUNCTION__, face, level);
131 timg->mt->levels[level].rowstride / dst_bpp,
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprlog.h102 ** PR_LOG(<module>, <level>, (<printfString>, <args>*));
105 ** <level> is one of the levels defined by the enumeration:
151 ** "level" is the debugging level selected for that module
155 PRLogModuleLevel level; member in struct:PRLogModuleInfo
197 ((_module)->level >= (_level))
202 ** "level" is the desired logging level
216 #define PR_LOG_TEST(module,level) 0
217 #define PR_LOG(module,level,arg
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaLib.c18 int level, /* 0 <= level <= 9, default = 5 */
29 props.level = level;
16 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkDeviceProfile.cpp27 LCDConfig config, FontHintLevel level) {
31 fFontHintLevel = level;
43 FontHintLevel level) {
44 return SkNEW_ARGS(SkDeviceProfile, (gammaExp, contrast, config, level));
26 SkDeviceProfile(float gammaExp, float contrast, LCDConfig config, FontHintLevel level) argument
40 Create(float gammaExp, float contrast, LCDConfig config, FontHintLevel level) argument
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlfunc.c47 UpVal *luaF_findupval (lua_State *L, StkId level) { argument
52 while (*pp != NULL && (p = gco2uv(*pp))->v >= level) {
56 if (p->v == level) { /* found a corresponding upvalue? */
65 uv->v = level; /* current value lives in the stack */
89 void luaF_close (lua_State *L, StkId level) { argument
92 while (L->openupval != NULL && (uv = gco2uv(L->openupval))->v >= level) {
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dnoise_suppression_impl.cc33 int MapSetting(NoiseSuppression::Level level) { argument
34 switch (level) {
121 int NoiseSuppressionImpl::set_level(Level level) { argument
123 if (MapSetting(level) == -1) {
127 level_ = level;
131 NoiseSuppression::Level NoiseSuppressionImpl::level() const { function in class:webrtc::NoiseSuppressionImpl
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dphash.c71 level : can be any 4-byte value
98 register unsigned long level) /* the previous hash, or an arbitrary value */
107 c = level; /* the previous hash value */
201 /* Use the length and level; add in the golden ratio. */
95 phash_lookup( register const char *sk, register size_t length, register unsigned long level) argument
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.h12 // VLOG(level) logs INFO messages where level is less than or equal to the
13 // verbosity level set with SetVerbose().
15 // VLOG_IF(level, predicate) logs INFO if predicate evaluates to true,
36 // Construct a new message logger. Prints if level is less than or
37 // equal to the level set with SetVerbose() and predicate is true.
39 // |level| is the verbosity level.
41 Logger(Severity severity, int level, bool predicate);
49 // Set verbosity level
51 SetVerbose(int level) argument
[all...]
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Devent_reader_libevdev_cros.cc76 int level,
81 if (level >= LOGLEVEL_ERROR)
83 else if (level >= LOGLEVEL_WARNING)
75 OnLogMessage(void* data, int level, const char* fmt, ...) argument
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp32 PrettyDiag(StringRef name, StringRef flag, DiagnosticsEngine::Level level) argument
33 : Name(name), Flag(flag), Level(level) {}
53 llvm_unreachable("Unknown diagnostic level");
/external/deqp/framework/opengl/
H A DgluPixelTransfer.cpp68 void texImage2D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src) argument
80 gl.texImage2D(target, level, internalFormat, width, height, 0, format.format, format.dataType, src.getDataPtr());
87 void texImage3D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src) argument
100 gl.texImage3D(target, level, internalFormat, width, height, depth, 0, format.format, format.dataType, src.getDataPtr());
107 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src) argument
119 gl.texSubImage2D(target, level, x, y, width, height, format.format, format.dataType, src.getDataPtr());
126 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src) argument
139 gl.texSubImage3D(target, level, x, y, z, width, height, depth, format.format, format.dataType, src.getDataPtr());
/external/e2fsprogs/lib/ext2fs/
H A Dfinddev.c131 int level = 0; local
152 * If we're done checking at this level, descend to
153 * the next level of subdirectories. (breadth-first)
159 if (++level >= EXT2FS_MAX_NESTED_LINKS)
/external/e2fsprogs/resize/
H A Dsim_progress.c52 int old_level, level, num, i; local
54 level = prog->barwidth * current / prog->maxdone;
58 num = level - old_level;
/external/eigen/demos/opengl/
H A Dgpuhelper.cpp120 void GpuHelper::drawUnitSphere(int level) argument
123 sphere.draw(level);
H A Dicosphere.cpp54 const std::vector<int>& IcoSphere::indices(int level) const
56 while (level>=int(mIndices.size()))
58 return *mIndices[level];
100 void IcoSphere::draw(int level) argument
102 while (level>=int(mIndices.size()))
104 if (mListIds[level]==0)
106 mListIds[level] = glGenLists(1);
107 glNewList(mListIds[level], GL_COMPILE);
112 glDrawElements(GL_TRIANGLES, mIndices[level]->size(), GL_UNSIGNED_INT, &(mIndices[level]
[all...]
/external/freetype/include/internal/
H A Dftvalid.h50 /* A table that passes this validation level can be used reliably by */
55 /* A table that passes this validation level can be used reliably and */
67 /* level anyway but it can be useful for certain tools like font */
82 /* the maximum level of warnings. */
92 FT_ValidationLevel level; /* validation level */ member in struct:FT_ValidatorRec_
110 FT_ValidationLevel level );
118 /* to high-level caller. Using `setjmp/longjmp' avoids many stupid */
/external/freetype/src/base/
H A Dftdebug.c151 /* This requests that all levels be set to 3, except the trace level for */
158 /* The level must be between 0 and 7; 0 means quiet (except for serious */
190 FT_Int level = -1, found = -1; local
211 /* read level */
215 level = *p - '0';
216 if ( level < 0 || level > 7 )
217 level = -1;
220 if ( found >= 0 && level >= 0 )
226 ft_trace_levels[n] = level;
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DMemoryCache.java56 * Trim the memory cache to the appropriate level. Typically called on the callback onTrimMemory.
57 * @param level This integer represents a trim level as specified in {@link ComponentCallbacks2}
59 public void trimMemory(int level); argument
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DMain.java47 private int level = DepHandler.LEVEL_CLASS; field in class:Main
64 // TODO: make level an enum
65 public void find(String level, String cp1, String cp2) throws IOException { argument
66 if (level == null || cp1 == null) {
67 throw new IllegalArgumentException("level and cp1 are required");
73 if ("class".equals(level)) {
75 } else if ("jar".equals(level)) {
78 throw new IllegalArgumentException("unknown level " + level);
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_i2c.c268 int phDal4Nfc_i2c_reset(long level) argument
270 DAL_DEBUG("phDal4Nfc_i2c_reset, VEN level = %ld", level);
272 return ioctl(gI2cPortContext.nHandle, PN544_SET_PWR, level);
/external/lldb/source/Breakpoint/
H A DBreakpointID.cpp71 BreakpointID::GetDescription (Stream *s, lldb::DescriptionLevel level) argument
73 if (level == eDescriptionLevelVerbose)
/external/lldb/source/Target/
H A DThreadPlanBase.cpp59 ThreadPlanBase::GetDescription (Stream *s, lldb::DescriptionLevel level) argument
H A DThreadPlanStepInstruction.cpp62 ThreadPlanStepInstruction::GetDescription (Stream *s, lldb::DescriptionLevel level) argument
64 if (level == lldb::eDescriptionLevelBrief)

Completed in 4692 milliseconds

1234567891011>>