HomeSort by relevance Sort by last modified time
    Searched refs:levels (Results 126 - 150 of 441) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 30 type=self.levels[level],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 30 type=self.levels[level],
  /external/chromium_org/v8/test/mjsunit/es6/
debug-stepin-collections-foreach.js 69 // Test two levels of builtin callbacks:
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-323942.js 38 // Inline two levels.
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 528 final LevelTree.LevelGroup currentGroup = LevelTree.levels.get(mLevelRow);
529 final int count = currentGroup.levels.size();
541 if (currentGroup.levels.get(x).completed == false) {
559 if (mLevelRow < LevelTree.levels.size()) {
561 if (currentLevel.inThePast || LevelTree.levels.get(mLevelRow).levels.size() > 1) {
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 989 //! Helper for calling referenceVertexCount multiple times with different tessellation levels.
990 //! \note Levels contains inner and outer levels, per patch, in order IIOOOO. The full 6 levels must always be present, irrespective of primitiveType.
991 static int multiplePatchReferenceVertexCount (TessPrimitiveType primitiveType, SpacingMode spacingMode, bool usePointMode, const float* levels, int numPatches)
995 result += referenceVertexCount(primitiveType, spacingMode, usePointMode, &levels[6*patchNdx + 0], &levels[6*patchNdx + 2]);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/khronos/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/libwebp/enc/
quant.c 714 // quantized levels in *levels.
768 int16_t levels[16],
782 nz = TrellisQuantizeBlock(enc, tmp, levels, ctx, 3, &dqm->y1_,
785 nz = VP8EncQuantizeBlock(tmp, levels, &dqm->y1_);
855 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) {
860 score += (levels[i] != 0);
863 levels += 16;
    [all...]
cost.c 74 // fixed costs for coding levels, deduce from the coding tree.
599 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]) {
608 VP8SetResidualCoeffs(levels, &res);
  /external/webp/src/enc/
quant.c 714 // quantized levels in *levels.
768 int16_t levels[16],
782 nz = TrellisQuantizeBlock(enc, tmp, levels, ctx, 3, &dqm->y1_,
785 nz = VP8EncQuantizeBlock(tmp, levels, &dqm->y1_);
855 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) {
860 score += (levels[i] != 0);
863 levels += 16;
    [all...]
cost.c 74 // fixed costs for coding levels, deduce from the coding tree.
599 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]) {
608 VP8SetResidualCoeffs(levels, &res);
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 40 // Handle provisional api levels; the provisional level will always be the highest possible level
41 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
81 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
101 // Handle provisional api levels; if this item's level is the provisional one, set it to the max
  /external/chromium_org/cc/test/
test_gles2_interface.cc 215 GLsizei levels,
219 test_context_->texStorage2DEXT(target, levels, internalformat, width, height);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 701 u_minify(unsigned value, unsigned levels)
703 return MAX2(1, value >> levels);
  /external/chromium_org/third_party/skia/tests/
PaintTest.cpp 233 const SkPaint::FilterLevel levels[] = { local
279 FOR_SETUP(i, levels, setFilterLevel)
  /external/chromium_org/ui/gl/
gl_gl_api_implementation.cc 148 GLenum target, GLsizei levels, GLenum internalformat, GLsizei width,
152 target, levels, gl_internal_format, width, height);
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 77 virtual void texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height) = DE_NULL;
78 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) = DE_NULL;
sglrGLContext.hpp 89 virtual void texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height);
90 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth);
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 722 u_minify(unsigned value, unsigned levels)
724 return MAX2(1, value >> levels);
  /external/skia/tests/
PaintTest.cpp 233 const SkPaint::FilterLevel levels[] = { local
279 FOR_SETUP(i, levels, setFilterLevel)
  /ndk/sources/host-tools/nawk-20071023/
README 94 awk's speed, perhaps by 1/3 for highest levels.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 232 LogLevel[] levels = LogLevel.values(); local
235 String name = levels[i].getStringValue();
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 17 package com.android.rs.levels;

Completed in 2565 milliseconds

1 2 3 4 56 7 8 91011>>