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

  /frameworks/base/libs/hwui/
ProgramCache.h 41 class ProgramCache {
43 ProgramCache(Extensions& extensions);
44 ~ProgramCache();
62 }; // class ProgramCache
ProgramCache.cpp 21 #include "ProgramCache.h"
387 ProgramCache::ProgramCache(Extensions& extensions)
391 ProgramCache::~ProgramCache() {
399 void ProgramCache::clear() {
404 Program* ProgramCache::get(const ProgramDescription& description) {
428 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
439 String8 ProgramCache::generateVertexShader(const ProgramDescription& description) {
525 String8 ProgramCache::generateFragmentShader(const ProgramDescription& description)
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpuProgramCache.cpp 25 struct GrGLGpu::ProgramCache::Entry {
33 struct GrGLGpu::ProgramCache::ProgDescLess {
45 GrGLGpu::ProgramCache::ProgramCache(GrGLGpu* gpu)
60 GrGLGpu::ProgramCache::~ProgramCache() {
80 void GrGLGpu::ProgramCache::reset() {
102 void GrGLGpu::ProgramCache::abandon() {
106 int GrGLGpu::ProgramCache::search(const GrProgramDesc& desc) const {
111 GrGLProgram* GrGLGpu::ProgramCache::refProgram(const DrawArgs& args)
    [all...]
GrGLGpu.h 260 class ProgramCache : public ::SkNoncopyable {
262 ProgramCache(GrGLGpu* gpu);
263 ~ProgramCache();
389 ProgramCache* fProgramCache;
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 22 #include "ProgramCache.h"
78 ANDROID_SINGLETON_STATIC_INSTANCE(ProgramCache)
80 ProgramCache::ProgramCache() {
86 ProgramCache::~ProgramCache() {
89 void ProgramCache::primeCache() {
118 ProgramCache::Key ProgramCache::computeKey(const Description& description) {
136 String8 ProgramCache::generateVertexShader(const Key& needs)
    [all...]
ProgramCache.h 40 class ProgramCache : public Singleton<ProgramCache> {
47 friend class ProgramCache;
107 ProgramCache();
108 ~ProgramCache();
132 ANDROID_BASIC_TYPES_TRAITS(ProgramCache::Key)

Completed in 185 milliseconds