Searched refs:fIsCoreProfile (Results 1 – 2 of 2) sorted by relevance
343 bool isCoreProfile() const { return fIsCoreProfile; } in isCoreProfile()568 bool fIsCoreProfile : 1; variable
43 fIsCoreProfile = false; in GrGLCaps()108 fIsCoreProfile = SkToBool(profileMask & GR_GL_CONTEXT_CORE_PROFILE_BIT); in init()443 if (!ctxInfo.isOverCommandBuffer() && !fIsCoreProfile && in init()964 fIsCoreProfile); in initGLSL()1207 writer->appendBool("Core Profile", fIsCoreProfile); in onDumpJSON()1634 (!fIsCoreProfile || version <= GR_GL_VER(3, 0)); in initFormatTable()1736 if (GR_IS_GR_GL(standard) && !fIsCoreProfile) { in initFormatTable()1816 if (GR_IS_GR_GL(standard) && !fIsCoreProfile) { in initFormatTable()2321 if (!fIsCoreProfile && ctxInfo.hasExtension("GL_ARB_texture_float")) { in initFormatTable()