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

  /external/chromium_org/third_party/skia/bench/
ETCBitmapBench.cpp 105 etc1_byte* expandedETC1 =
107 if (NULL == expandedETC1) {
112 etc1_uint32 width = etc1_pkm_get_width(expandedETC1);
113 etc1_uint32 height = etc1_pkm_get_width(expandedETC1);
115 return SkData::NewFromMalloc(expandedETC1, dataSz);
  /external/skia/bench/
ETCBitmapBench.cpp 105 etc1_byte* expandedETC1 =
107 if (NULL == expandedETC1) {
112 etc1_uint32 width = etc1_pkm_get_width(expandedETC1);
113 etc1_uint32 height = etc1_pkm_get_width(expandedETC1);
115 return SkData::NewFromMalloc(expandedETC1, dataSz);

Completed in 243 milliseconds