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

  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 190 int baseX = 0;
196 baseX = 2;
202 x = baseX + (i >> 1);
205 x = baseX + (i >> 2);
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 177 int baseX = 0;
183 baseX = 2;
189 x = baseX + (i >> 1);
192 x = baseX + (i >> 2);
  /external/skia/third_party/etc1/
etc1.cpp 177 int baseX = 0;
183 baseX = 2;
189 x = baseX + (i >> 1);
192 x = baseX + (i >> 2);
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 169 int baseX = 0;
175 baseX = 2;
181 x = baseX + (i >> 1);
184 x = baseX + (i >> 2);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 169 int baseX = 0;
175 baseX = 2;
181 x = baseX + (i >> 1);
184 x = baseX + (i >> 2);
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 859 const int baseX = blockX*ETC2_BLOCK_WIDTH;
863 for (int x = 0; x < de::min((int)ETC2_BLOCK_WIDTH, width-baseX); x++)
866 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
899 const int baseX = blockX*ETC2_BLOCK_WIDTH;
903 for (int x = 0; x < de::min((int)ETC2_BLOCK_WIDTH, width-baseX); x++)
    [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 151 milliseconds