Searched refs:isCoreProfile (Results 1 – 3 of 3) sorted by relevance
69 if (info.caps()->isCoreProfile()) { in GrGetGLSLVersionDecl()79 if (info.caps()->isCoreProfile()) { in GrGetGLSLVersionDecl()
251 bool isCoreProfile() const { return fIsCoreProfile; } in isCoreProfile() function
309 if (!this->glCaps().isCoreProfile()) { in onResetContext()320 if (this->glCaps().imagingSupport() && !this->glCaps().isCoreProfile()) { in onResetContext()2844 if (gpu->glCaps().isCoreProfile() && !vbuffer->isCPUBacked()) { in bindArrayAndBuffersToDraw()