Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: cc/resources/texture_compress/arm/etc1_neon.h

Issue 793693003: Tile Compression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CC_RESOURCES_TEXTURE_COMPRESS_ARM_ETC1_NEON_H_
6 #define CC_RESOURCES_TEXTURE_COMPRESS_ARM_ETC1_NEON_H_
7
8 #include <stdint.h>
9
10 #include "cc/base/cc_export.h"
11
12 namespace etc1_neon {
13
14 CC_EXPORT void CompressTexture(const uint8_t* src,
15 uint8_t* dst,
16 int width,
17 int height);
18
19 } // namespace etc1_neon
20
21 #endif // CC_RESOURCES_TEXTURE_COMPRESS_ARM_ETC1_NEON_H_
OLDNEW
« no previous file with comments | « cc/resources/texture_compress/arm/atc_dxt_neon.cc ('k') | cc/resources/texture_compress/arm/etc1_neon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698