Lines Matching defs:program
21 Entry(sk_sp<GrGLProgram> program)
22 : fProgram(std::move(program)) {}
57 GrCapsDebugf(caps, "Failed to gl program descriptor!\n");
93 // We've pre-compiled the GL program, but don't have the GrGLProgram scaffolding
99 // Should we purge the program ID from the cache at this point?
100 SkDEBUGFAIL("Couldn't create program from precompiled program");
108 sk_sp<GrGLProgram> program = GrGLProgramBuilder::CreateProgram(dContext, desc, programInfo);
109 if (!program) {
114 entry = fMap.insert(desc, std::make_unique<Entry>(std::move(program)));