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

  /external/chromium_org/third_party/skia/gm/
etc1bitmap.cpp 78 class ETC1BitmapGM : public GM {
80 ETC1BitmapGM() { }
81 virtual ~ETC1BitmapGM() { }
122 // This class specializes ETC1BitmapGM to load the mandrill_128.pkm file.
123 class ETC1Bitmap_PKM_GM : public ETC1BitmapGM {
125 ETC1Bitmap_PKM_GM() : ETC1BitmapGM() { }
133 typedef ETC1BitmapGM INHERITED;
136 // This class specializes ETC1BitmapGM to load the mandrill_128.ktx file.
137 class ETC1Bitmap_KTX_GM : public ETC1BitmapGM {
139 ETC1Bitmap_KTX_GM() : ETC1BitmapGM() { }
    [all...]
  /external/skia/gm/
etc1bitmap.cpp 78 class ETC1BitmapGM : public GM {
80 ETC1BitmapGM() { }
81 virtual ~ETC1BitmapGM() { }
122 // This class specializes ETC1BitmapGM to load the mandrill_128.pkm file.
123 class ETC1Bitmap_PKM_GM : public ETC1BitmapGM {
125 ETC1Bitmap_PKM_GM() : ETC1BitmapGM() { }
133 typedef ETC1BitmapGM INHERITED;
136 // This class specializes ETC1BitmapGM to load the mandrill_128.ktx file.
137 class ETC1Bitmap_KTX_GM : public ETC1BitmapGM {
139 ETC1Bitmap_KTX_GM() : ETC1BitmapGM() { }
    [all...]

Completed in 131 milliseconds