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

  /external/skia/gpu/src/
GrGpuGLShaders.cpp 31 class GrGpuGLShaders::ProgramCache : public ::GrNoncopyable {
71 ProgramCache()
76 ~ProgramCache() {
264 fProgramCache = new ProgramCache();
    [all...]
  /frameworks/base/libs/hwui/
ProgramCache.cpp 22 #include "ProgramCache.h"
348 ProgramCache::ProgramCache() {
351 ProgramCache::~ProgramCache() {
359 void ProgramCache::clear() {
369 Program* ProgramCache::get(const ProgramDescription& description) {
387 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
395 String8 ProgramCache::generateVertexShader(const ProgramDescription& description) {
467 String8 ProgramCache::generateFragmentShader(const ProgramDescription& description)
    [all...]

Completed in 3323 milliseconds