HomeSort by relevance Sort by last modified time
    Searched defs:ProgramCache (Results 1 - 8 of 8) sorted by null

  /frameworks/base/libs/hwui/
ProgramCache.h 41 class ProgramCache {
43 explicit ProgramCache(const Extensions& extensions);
44 ~ProgramCache();
63 }; // class ProgramCache
ProgramCache.cpp 20 #include "ProgramCache.h"
462 ProgramCache::ProgramCache(const Extensions& extensions)
466 ProgramCache::~ProgramCache() {
474 void ProgramCache::clear() {
479 Program* ProgramCache::get(const ProgramDescription& description) {
503 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
514 String8 ProgramCache::generateVertexShader(const ProgramDescription& description) {
602 String8 ProgramCache::generateFragmentShader(const ProgramDescription& description)
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpuProgramCache.cpp 25 struct GrGLGpu::ProgramCache::Entry {
32 GrGLGpu::ProgramCache::ProgramCache(GrGLGpu* gpu)
42 GrGLGpu::ProgramCache::~ProgramCache() {
59 void GrGLGpu::ProgramCache::abandon() {
67 GrGLProgram* GrGLGpu::ProgramCache::refProgram(const GrGLGpu* gpu,
GrGLGpu.h 296 class ProgramCache : public ::SkNoncopyable {
298 ProgramCache(GrGLGpu* gpu);
299 ~ProgramCache();
410 ProgramCache* fProgramCache;
  /external/skqp/src/gpu/gl/
GrGLGpuProgramCache.cpp 25 struct GrGLGpu::ProgramCache::Entry {
32 GrGLGpu::ProgramCache::ProgramCache(GrGLGpu* gpu)
42 GrGLGpu::ProgramCache::~ProgramCache() {
59 void GrGLGpu::ProgramCache::abandon() {
67 GrGLProgram* GrGLGpu::ProgramCache::refProgram(const GrGLGpu* gpu,
GrGLGpu.h 314 class ProgramCache : public ::SkNoncopyable {
316 ProgramCache(GrGLGpu* gpu);
317 ~ProgramCache();
423 ProgramCache* fProgramCache;
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 27 #include "ProgramCache.h"
79 ANDROID_SINGLETON_STATIC_INSTANCE(ProgramCache)
81 ProgramCache::ProgramCache() {}
83 ProgramCache::~ProgramCache() {}
85 void ProgramCache::primeCache(bool hasWideColor) {
132 ProgramCache::Key ProgramCache::computeKey(const Description& description) {
198 void ProgramCache::generateEOTF(Formatter& fs, const Key& needs)
    [all...]
ProgramCache.h 41 class ProgramCache : public Singleton<ProgramCache> {
48 friend class ProgramCache;
160 ProgramCache();
161 ~ProgramCache();
193 ANDROID_BASIC_TYPES_TRAITS(ProgramCache::Key)

Completed in 291 milliseconds