Home | History | Annotate | Download | only in gl

Lines Matching refs:GrGLCaps

110         GrGLCaps::kNone_FBFetchType == fGpu->glCaps().fbFetchType()) {
207 if (GrGLCaps::kEXT_FBFetchType != fGpu->glCaps().fbFetchType()) {
214 if (GrGLCaps::kNV_FBFetchType != fGpu->glCaps().fbFetchType()) {
258 GrGLCaps::FBFetchType fetchType = fGpu->glCaps().fbFetchType();
259 if (GrGLCaps::kEXT_FBFetchType == fetchType) {
262 } else if (GrGLCaps::kNV_FBFetchType == fetchType) {
302 const GrGLCaps& caps) {
304 if (GrGLCaps::kNone_FBFetchType != caps.fbFetchType()) {
320 const GrGLCaps&) {
329 const GrGLenum* GrGLShaderBuilder::GetTexParamSwizzle(GrPixelConfig config, const GrGLCaps& caps) {