Searched refs:ProgramBase (Results 1 – 7 of 7) sorted by relevance
27 class ProgramBase : public ObjectBase {29 ProgramBase(Context *rsc) : ObjectBase(rsc) { in ProgramBase() function
35 class ProgramRaster : public ProgramBase {
31 class Program : public ProgramBase {
36 class ProgramStore : public ProgramBase {
25 : ProgramBase(rsc) { in ProgramRaster()
28 RsDepthFunc depthFunc) : ProgramBase(rsc) { in ProgramStore()
25 : ProgramBase(rsc) { in Program()