HomeSort by relevance Sort by last modified time
    Searched defs:baseY (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 191 int baseY = 0;
194 baseY = 2;
203 y = baseY + (i & 1);
206 y = baseY + (i & 3);
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 178 int baseY = 0;
181 baseY = 2;
190 y = baseY + (i & 1);
193 y = baseY + (i & 3);
  /external/skia/third_party/etc1/
etc1.cpp 178 int baseY = 0;
181 baseY = 2;
190 y = baseY + (i & 1);
193 y = baseY + (i & 3);
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 170 int baseY = 0;
173 baseY = 2;
182 y = baseY + (i & 1);
185 y = baseY + (i & 3);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 170 int baseY = 0;
173 baseY = 2;
182 y = baseY + (i & 1);
185 y = baseY + (i & 3);
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 860 const int baseY = blockY*ETC2_BLOCK_HEIGHT;
861 for (int y = 0; y < de::min((int)ETC2_BLOCK_HEIGHT, height-baseY); y++)
866 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
900 const int baseY = blockY*ETC2_BLOCK_HEIGHT;
901 for (int y = 0; y < de::min((int)ETC2_BLOCK_HEIGHT, height-baseY); y++)
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 910 milliseconds