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

  /frameworks/base/libs/hwui/
ProgramCache.h 41 class ProgramCache {
43 ProgramCache();
44 ~ProgramCache();
62 }; // class ProgramCache
ProgramCache.cpp 23 #include "ProgramCache.h"
407 ProgramCache::ProgramCache(): mHasES3(Extensions::getInstance().getMajorGlVersion() >= 3) {
410 ProgramCache::~ProgramCache() {
418 void ProgramCache::clear() {
428 Program* ProgramCache::get(const ProgramDescription& description) {
452 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
463 String8 ProgramCache::generateVertexShader(const ProgramDescription& description) {
550 String8 ProgramCache::generateFragmentShader(const ProgramDescription& description)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
program_cache.cc 14 ProgramCache::ProgramCache() {}
15 ProgramCache::~ProgramCache() {}
17 void ProgramCache::Clear() {
22 ProgramCache::LinkedProgramStatus ProgramCache::GetLinkedProgramStatus(
42 return ProgramCache::LINK_UNKNOWN;
48 void ProgramCache::LinkedProgramCacheSuccess(
68 void ProgramCache::LinkedProgramCacheSuccess(const std::string& program_hash)
    [all...]
program_cache.h 24 class GPU_EXPORT ProgramCache {
40 ProgramCache();
41 virtual ~ProgramCache();
112 DISALLOW_COPY_AND_ASSIGN(ProgramCache);
  /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)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 24 struct GrGpuGL::ProgramCache::Entry {
32 struct GrGpuGL::ProgramCache::ProgDescLess {
44 GrGpuGL::ProgramCache::ProgramCache(GrGpuGL* gpu)
59 GrGpuGL::ProgramCache::~ProgramCache() {
79 void GrGpuGL::ProgramCache::abandon() {
88 int GrGpuGL::ProgramCache::search(const GrGLProgramDesc& desc) const {
93 GrGLProgram* GrGpuGL::ProgramCache::getProgram(const GrGLProgramDesc& desc,
GrGpuGL.h 176 class ProgramCache : public ::SkNoncopyable {
178 ProgramCache(GrGpuGL* gpu);
179 ~ProgramCache();
276 ProgramCache* fProgramCache;
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 23 struct GrGpuGL::ProgramCache::Entry {
31 struct GrGpuGL::ProgramCache::ProgDescLess {
43 GrGpuGL::ProgramCache::ProgramCache(GrGpuGL* gpu)
58 GrGpuGL::ProgramCache::~ProgramCache() {
78 void GrGpuGL::ProgramCache::abandon() {
87 int GrGpuGL::ProgramCache::search(const GrGLProgramDesc& desc) const {
92 GrGLProgram* GrGpuGL::ProgramCache::getProgram(const GrGLProgramDesc& desc,
GrGpuGL.h 199 class ProgramCache : public ::SkNoncopyable {
201 ProgramCache(GrGpuGL* gpu);
202 ~ProgramCache();
296 ProgramCache* fProgramCache;

Completed in 192 milliseconds