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

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 382 int r51 = convert8To5(pColors[0]); local
389 r1 = convert5To8(r51);
393 int dr = r52 - r51;
400 r2 = convert5To8(r51 + dr);
403 pCompressed->high |= (r51 << 27) | ((7 & dr) << 24) | (g51 << 19)
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 382 int r51 = convert8To5(pColors[0]); local
389 r1 = convert5To8(r51);
393 int dr = r52 - r51;
400 r2 = convert5To8(r51 + dr);
403 pCompressed->high |= (r51 << 27) | ((7 & dr) << 24) | (g51 << 19)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb 272 r51 returns [res]
534 ast_test :input => 'gnurza gnurzb gnurzc', :rule => :r51 do |result|

Completed in 76 milliseconds