Searched defs:ProgramCache (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_cache.h24 class GPU_EXPORT ProgramCache { class in namespace:gpu::gles2
40 ProgramCache();
41 virtual ~ProgramCache();
112 DISALLOW_COPY_AND_ASSIGN(ProgramCache);
H A Dprogram_cache.cc14 ProgramCache::ProgramCache() {} function in class:gpu::gles2::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
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp23 struct GrGpuGL::ProgramCache::Entry {
31 struct GrGpuGL::ProgramCache::ProgDescLess {
43 GrGpuGL::ProgramCache::ProgramCache(GrGpuGL* gpu) function in class:GrGpuGL::ProgramCache
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,
H A DGrGpuGL.h199 class ProgramCache : public ::SkNoncopyable { class in class:GrGpuGL
201 ProgramCache(GrGpuGL* gpu);
202 ~ProgramCache();
296 ProgramCache* fProgramCache;
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp23 struct GrGpuGL::ProgramCache::Entry {
31 struct GrGpuGL::ProgramCache::ProgDescLess {
43 GrGpuGL::ProgramCache::ProgramCache(GrGpuGL* gpu) function in class:GrGpuGL::ProgramCache
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,
H A DGrGpuGL.h199 class ProgramCache : public ::SkNoncopyable { class in class:GrGpuGL
201 ProgramCache(GrGpuGL* gpu);
202 ~ProgramCache();
296 ProgramCache* fProgramCache;

Completed in 398 milliseconds