OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GradientCache
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/tests/unit/
GradientCacheTests.cpp
20
#include "
GradientCache
.h"
26
RENDERTHREAD_OPENGL_PIPELINE_TEST(
GradientCache
, addRemove) {
28
GradientCache
cache(extensions);
/frameworks/base/libs/hwui/
GradientCache.cpp
22
#include "
GradientCache
.h"
66
GradientCache
::
GradientCache
(const Extensions& extensions)
78
GradientCache
::~
GradientCache
() {
86
uint32_t
GradientCache
::getSize() {
90
uint32_t
GradientCache
::getMaxSize() {
98
void
GradientCache
::operator()(GradientCacheEntry&, Texture*& texture) {
110
Texture*
GradientCache
::get(uint32_t* colors, float* positions, int count) {
121
void
GradientCache
::clear()
[
all
...]
GradientCache.h
102
class
GradientCache
: public OnEntryRemoved<GradientCacheEntry, Texture*> {
104
explicit
GradientCache
(const Extensions& extensions);
105
~
GradientCache
();
153
typedef void (
GradientCache
::*ChannelMixer)(const FloatColor& start, const FloatColor& end,
172
}; // class
GradientCache
Caches.h
23
#include "
GradientCache
.h"
147
GradientCache
gradientCache
;
Completed in 214 milliseconds