Searched refs:level (Results 176 - 200 of 1375) sorted by relevance

1234567891011>>

/external/deqp/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp21 * \brief Texture level state query tests
123 int level; member in struct:deqp::gles31::Functional::__anon3721::TextureGenerationSpec::TextureLevelSpec
131 , level (0)
172 static bool verifyTextureLevelParameterEqualWithPrinter (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) argument
178 queryTextureLevelState(result, gl, type, target, level, pname, state);
188 static bool verifyTextureLevelParameterEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) argument
190 return verifyTextureLevelParameterEqualWithPrinter<IntegerPrinter>(gl, target, level, pname, refValue, type);
193 static bool verifyTextureLevelParameterInternalFormatEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) argument
195 return verifyTextureLevelParameterEqualWithPrinter<PixelFormatPrinter>(gl, target, level, pname, refValue, type);
198 static bool verifyTextureLevelParameterGreaterOrEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, gl argument
214 verifyTextureLevelParameterInternalFormatAnyOf(glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, const int* refValues, int numRefValues, QueryType type) argument
403 TextureGenerationSpec::TextureLevelSpec level; local
424 TextureGenerationSpec::TextureLevelSpec level; local
445 TextureGenerationSpec::TextureLevelSpec level; local
470 TextureGenerationSpec::TextureLevelSpec level; local
494 TextureGenerationSpec::TextureLevelSpec level; local
521 TextureGenerationSpec::TextureLevelSpec level; local
541 TextureGenerationSpec::TextureLevelSpec level; local
561 TextureGenerationSpec::TextureLevelSpec level; local
620 TextureGenerationSpec::TextureLevelSpec level; local
650 TextureGenerationSpec::TextureLevelSpec level; local
688 TextureGenerationSpec::TextureLevelSpec level; local
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeParser.cs116 public virtual void BeginBacktrack(int level) { argument
117 dbg.BeginBacktrack(level);
120 public virtual void EndBacktrack(int level, bool successful) { argument
121 dbg.EndBacktrack(level, successful);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeParser.cs127 public virtual void BeginBacktrack( int level )
129 dbg.BeginBacktrack( level );
132 public virtual void EndBacktrack( int level, bool successful ) argument
134 dbg.EndBacktrack( level, successful );
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugTreeParser.java102 public void beginBacktrack(int level) { argument
103 dbg.beginBacktrack(level);
106 public void endBacktrack(int level, boolean successful) { argument
107 dbg.endBacktrack(level,successful);
/external/deqp/scripts/opengl/
H A Dgen_enums.py37 logging.basicConfig(stream=sys.stderr, level=logging.INFO)
/external/fio/
H A Dlog.c92 const char *log_get_level(int level) argument
97 if (level >= FIO_LOG_NR)
98 level = FIO_LOG_NR;
100 return levels[level];
H A Dlog.h23 extern const char *log_get_level(int level);
/external/freetype/src/gzip/
H A Dzlib.h176 ZEXTERN(int) deflateInit OF((z_streamp strm, int level));
183 The compression level must be Z_DEFAULT_COMPRESSION, or between 0 and 9:
187 compression (currently equivalent to level 6).
190 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
397 int level,
491 The stream will keep the same compression level and any other attributes
499 Dynamically update the compression level and compression strategy. The
500 interpretation of level and strategy is as in deflateInit2. This can be
503 strategy. If the compression level i
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DBitmapPool.java106 * Reduces the size of the cache by evicting items based on the given level.
110 * @param level The level from {@link android.content.ComponentCallbacks2} to use to determine how many
113 void trimMemory(int level); argument
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPairingListener.java70 * @param level the severity of the message
73 void onLogMessage(LogLevel level, String message); argument
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestLog.java37 void msg(String message, int level, boolean incCount, boolean newln); argument
/external/kernel-headers/original/uapi/linux/
H A Datm_nicstar.h27 /* set buffer level markers */
29 /* adjust buffer level */
43 buf_nr level; member in struct:pool_levels
/external/lzma/C/
H A DLzmaLib.h39 -1 for any from: level, loc, lp, pb, fb, numThreads
42 level - compression level: 0 <= level <= 9;
44 level dictSize algo fb
54 The default value for "level" is 5.
100 int level, /* 0 <= level <= 9, default = 5 */
H A DLzmaLib.c17 int level, /* 0 <= level <= 9, default = 5 */
28 props.level = level;
15 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/mesa3d/src/gallium/auxiliary/util/
H A Du_resource.c29 unsigned level,
34 return ur->vtbl->get_transfer(context, resource, level, usage, box);
68 unsigned level,
78 level,
27 u_get_transfer_vtbl(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
66 u_transfer_inline_write_vtbl( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.h51 unsigned level, unsigned layer);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.h59 unsigned level:4; member in struct:tex_tile_address::__anon12176
137 unsigned level )
146 addr.bits.level = level;
/external/webrtc/src/system_wrappers/interface/
H A Dtrace.h62 // level is the the type of message to log. If that type of messages is
69 static void Add(const TraceLevel level,
/external/webrtc/src/system_wrappers/source/
H A Dtrace_posix.h25 const TraceLevel level) const;
H A Dtrace_win.h26 const TraceLevel level) const;
/external/compiler-rt/test/msan/
H A Dfork.cc39 void copy_uninit_thread1(int level) { argument
40 if (!level)
43 copy_uninit_thread1(level - 1);
/external/emma/core/java12/com/vladium/emma/
H A DAppLoggers.java31 public static final String PROPERTY_VERBOSITY_LEVEL = PREFIX_VERBOSITY + "level";
41 // verbosity level:
43 final int level;
47 level = Logger.stringToLevel (_level);
73 return Logger.create (level, null, appName, filter, base);
/external/freetype/include/internal/
H A Dftdebug.h86 #define FT_TRACE( level, varformat ) \
89 if ( ft_trace_levels[FT_COMPONENT] >= level ) \
95 #define FT_TRACE( level, varformat ) do { } while ( 0 ) /* nothing */
141 /* debug level in your application. */
/external/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h174 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
180 GetCallbackDescription (Stream *s, lldb::DescriptionLevel level) const;
234 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
/external/pdfium/third_party/freetype/include/internal/
H A Dftdebug.h86 #define FT_TRACE( level, varformat ) \
89 if ( ft_trace_levels[FT_COMPONENT] >= level ) \
95 #define FT_TRACE( level, varformat ) do { } while ( 0 ) /* nothing */
141 /* debug level in your application. */

Completed in 887 milliseconds

1234567891011>>