Home | History | Annotate | Download | only in gm

Lines Matching refs:Backend

132 enum Backend {
157 Backend fBackend;
158 GLContextType fGLContextType; // GPU backend only
159 int fSampleCnt; // GPU backend only
345 * Depending on the backend, this may mean that we skipped a single rendermode, or all
349 const char renderModeDescriptor [], Backend backend) {
350 if (kRaster_Backend == backend) {