HomeSort by relevance Sort by last modified time
    Searched refs:firstLevel (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 38 GLuint firstLevel;
57 firstLevel = intelImage->base.Base.Level;
64 firstLevel = 0;
66 firstLevel = intelObj->base.BaseLevel;
69 for (i = intelImage->base.Base.Level; i > firstLevel; i--) {
84 intelImage->base.Base.Level == firstLevel &&
85 (intel->gen < 4 || firstLevel == 0)) {
86 lastLevel = firstLevel;
88 lastLevel = firstLevel;
90 lastLevel = firstLevel + _mesa_logbase2(MAX2(MAX2(width, height), depth))
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
LayoutXmlProcessor.java 116 for (File firstLevel : input.getRootInputFolder().listFiles()) {
117 if (firstLevel.isDirectory()) {
118 if (layoutFolderFilter.accept(firstLevel, firstLevel.getName())) {
119 callback.processLayoutFolder(firstLevel);
120 for (File xmlFile : firstLevel.listFiles(xmlFileFilter)) {
124 callback.processOtherFolder(firstLevel);
125 for (File file : firstLevel.listFiles()) {
126 callback.processOtherFile(firstLevel, file);
130 callback.processOtherRootFile(firstLevel);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 787 GLuint firstLevel;
805 firstLevel = texImage->Level;
809 firstLevel = 0;
811 firstLevel = texObj->BaseLevel;
813 for (i = texImage->Level; i > firstLevel; i--) {
822 texImage->Level == firstLevel) {
823 lastLevel = firstLevel;
825 lastLevel = firstLevel + _mesa_logbase2(MAX2(MAX2(width, height), depth));
830 texImage->TexFormat, firstLevel, lastLevel - firstLevel + 1
    [all...]
radeon_mipmap_tree.c 474 * @param[in] firstLevel first texture level to check
478 unsigned firstLevel,
481 const unsigned numLevels = lastLevel - firstLevel + 1;
490 for (level = firstLevel; level <= lastLevel; ++level) {
  /external/opencv3/modules/cudafeatures2d/src/
orb.cpp 345 int firstLevel,
373 virtual void setFirstLevel(int firstLevel) { firstLevel_ = firstLevel; }
483 int firstLevel,
493 firstLevel_(firstLevel),
594 static float getScale(float scaleFactor, int firstLevel, int level)
596 return pow(scaleFactor, level - firstLevel);
    [all...]
  /external/opencv3/modules/features2d/src/
orb.cpp 647 static inline float getScale(int level, int firstLevel, double scaleFactor)
649 return (float)std::pow(scaleFactor, (double)(level - firstLevel));
659 edgeThreshold(_edgeThreshold), firstLevel(_firstLevel), wta_k(_WTA_K),
675 void setFirstLevel(int firstLevel_) { firstLevel = firstLevel_; }
676 int getFirstLevel() const { return firstLevel; }
707 int firstLevel;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java 465 * @param firstLevel whether this item is the first entry of this contact in the list.
470 final long dataId, final String photoThumbnailUri, final boolean firstLevel) {
471 if (firstLevel) {
  /external/opencv3/modules/cudafeatures2d/include/opencv2/
cudafeatures2d.hpp 473 int firstLevel=0,
  /external/opencv3/modules/cudafeatures2d/test/
test_features2d.cpp 134 int firstLevel;
147 firstLevel = GET_PARAM(5);
166 cv::cuda::ORB::create(nFeatures, scaleFactor, nLevels, edgeThreshold, firstLevel,
188 cv::Ptr<cv::ORB> orb_gold = cv::ORB::create(nFeatures, scaleFactor, nLevels, edgeThreshold, firstLevel, WTA_K, scoreType, patchSize);
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 271 @param firstLevel It should be 0 in the current implementation.
290 int firstLevel=0, int WTA_K=2, int scoreType=ORB::HARRIS_SCORE, int patchSize=31, int fastThreshold=20);
304 CV_WRAP virtual void setFirstLevel(int firstLevel) = 0;
    [all...]
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/
compilerCommon-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0/
compilerCommon-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-alpha9/
compilerCommon-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta2/
compilerCommon-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta5/
compilerCommon-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta6/
compilerCommon-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta7/
compilerCommon-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-rc3/
compilerCommon-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0/
compilerCommon-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha3/
compilerCommon-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha4/
compilerCommon-2.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-beta1/
compilerCommon-2.1.0-beta1.jar 

Completed in 638 milliseconds

1 2 3