HomeSort by relevance Sort by last modified time
    Searched refs:convertDiff (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 183 inline int convertDiff(int base, int diff) {
231 r2 = convertDiff(rBase, high >> 24);
233 g2 = convertDiff(gBase, high >> 16);
235 b2 = convertDiff(bBase, high >> 8);
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 170 inline int convertDiff(int base, int diff) {
218 r2 = convertDiff(rBase, high >> 24);
220 g2 = convertDiff(gBase, high >> 16);
222 b2 = convertDiff(bBase, high >> 8);
  /external/skia/third_party/etc1/
etc1.cpp 170 inline int convertDiff(int base, int diff) {
218 r2 = convertDiff(rBase, high >> 24);
220 g2 = convertDiff(gBase, high >> 16);
222 b2 = convertDiff(bBase, high >> 8);
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 162 inline int convertDiff(int base, int diff) {
210 r2 = convertDiff(rBase, high >> 24);
212 g2 = convertDiff(gBase, high >> 16);
214 b2 = convertDiff(bBase, high >> 8);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 162 inline int convertDiff(int base, int diff) {
210 r2 = convertDiff(rBase, high >> 24);
212 g2 = convertDiff(gBase, high >> 16);
214 b2 = convertDiff(bBase, high >> 8);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 

Completed in 57 milliseconds