Home | History | Annotate | Download | only in gl

Lines Matching refs:GR_GL_VER

82         if (version >= GR_GL_VER(3, 2)) {
97 fUnpackRowLengthSupport = version >= GR_GL_VER(3,0) ||
100 fPackRowLengthSupport = version >= GR_GL_VER(3,0) ||
111 fTexStorageSupport = version >= GR_GL_VER(4,2) ||
116 fTexStorageSupport = (version >= GR_GL_VER(3,0) &&
122 fTextureBarrierSupport = version >= GR_GL_VER(4,5) ||
133 fTextureRedSupport = version >= GR_GL_VER(3,0) ||
136 fTextureRedSupport = version >= GR_GL_VER(3,0) ||
157 ((kGL_GrGLStandard == standard && version >= GR_GL_VER(4,3)) ||
158 (kGLES_GrGLStandard == standard && version >= GR_GL_VER(3,0)) ||
172 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) ||
176 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) ||
186 if (kGL_GrGLStandard == standard && version >= GR_GL_VER(4,3)) {
206 if (version >= GR_GL_VER(3, 0)) {
210 if (version >= GR_GL_VER(3, 0) && ctxInfo.hasExtension("GL_EXT_blend_func_extended")) {
232 if (version >= GR_GL_VER(3, 1) || ctxInfo.hasExtension("GL_ARB_texture_rectangle")) {
246 if (version >= GR_GL_VER(3,3) || ctxInfo.hasExtension("GL_ARB_texture_swizzle")) {
250 if (version >= GR_GL_VER(3,0)) {
282 glslCaps->fDualSourceBlendingSupport = (ctxInfo.version() >= GR_GL_VER(3, 3) ||
287 glslCaps->fGeometryShaderSupport = ctxInfo.version() >= GR_GL_VER(3, 2) &&
289 glslCaps->fIntegerSupport = ctxInfo.version() >= GR_GL_VER(3, 0) &&
295 glslCaps->fShaderDerivativeSupport = ctxInfo.version() >= GR_GL_VER(3, 0) ||
298 glslCaps->fIntegerSupport = ctxInfo.version() >= GR_GL_VER(3, 0) &&
341 fTwoSidedStencilSupport = (ctxInfo.version() >= GR_GL_VER(2,0));
343 fStencilWrapOpsSupport = (ctxInfo.version() >= GR_GL_VER(1,4)) ||
354 if (version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_ARB_map_buffer_range")) {
363 if (version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_EXT_map_buffer_range")) {
376 if (version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_ARB_pixel_buffer_object")) {
380 if (version >= GR_GL_VER
401 SkASSERT(ctxInfo.version() >= GR_GL_VER(2,0) ||
408 fNPOTTextureTileSupport = ctxInfo.version() >= GR_GL_VER(3,0) ||
481 if (ctxInfo.version() >= GR_GL_VER(3, 0) ||
489 fOversizedStencilSupport = ctxInfo.version() >= GR_GL_VER(3, 0);
496 version >= GR_GL_VER(3, 2) ||
501 version >= GR_GL_VER(3, 0) ||
510 fMultiDrawIndirectSupport = fBaseInstanceSupport = version >= GR_GL_VER(4,3);
512 fDrawIndirectSupport = version >= GR_GL_VER(3,1);
524 if (kGLES_GrGLStandard == standard && version >= GR_GL_VER(3, 0) &&
607 glslCaps->fFBFetchNeedsCustomOutput = (version >= GR_GL_VER(3, 0));
725 if (ctxInfo.version() < GR_GL_VER(4, 3) &&
731 ctxInfo.version() < GR_GL_VER(3, 1)) {
828 } else if (ctxInfo.version() >= GR_GL_VER(3,0)) {
840 if (ctxInfo.version() >= GR_GL_VER(3, 0)) {
851 } else if ((ctxInfo.version() >= GR_GL_VER(3,0)) ||
932 ctxInfo.version() >= GR_GL_VER(3,0) ||
955 if (ctxInfo.version() >= GR_GL_VER(3,0) ||
1100 if (kGLES_GrGLStandard == ctxInfo.standard() || ctxInfo.version() >= GR_GL_VER(4, 1) ||
1327 if (version >= GR_GL_VER(3,0) || ctxInfo.hasExtension("GL_OES_rgb8_rgba8") ||
1341 if (version >= GR_GL_VER(1, 2) || ctxInfo.hasExtension("GL_EXT_bgra")) {
1352 if (version < GR_GL_VER(3,0) && !ctxInfo.hasExtension("GL_EXT_texture_storage")) {
1374 if (ctxInfo.version() >= GR_GL_VER(3,0)) {
1387 (ctxInfo.version() >= GR_GL_VER(3,0) || ctxInfo.hasExtension("GL_EXT_sRGB"));
1418 if (version >= GR_GL_VER(4, 2) || ctxInfo.hasExtension("GL_ES2_compatibility")) {
1434 if (version >= GR_GL_VER(4, 2)) {
1475 if (version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_ARB_texture_float")) {
1480 if (version >= GR_GL_VER(3, 1)) {
1505 if (kGL_GrGLStandard == standard /* || version >= GR_GL_VER(3,2) ||
1525 if (kGL_GrGLStandard == ctxInfo.standard() || ctxInfo.version() >= GR_GL_VER(3, 0)) {
1535 if (kGL_GrGLStandard == standard || version >= GR_GL_VER(3,2) ||
1546 if (kGL_GrGLStandard == ctxInfo.standard() || ctxInfo.version() >= GR_GL_VER(3, 0)) {
1555 if (kGL_GrGLStandard == standard || version >= GR_GL_VER(3,2) ||
1604 } else if ((kGL_GrGLStandard == standard && version >= GR_GL_VER(3, 0)) ||
1631 if (version >= GR_GL_VER(4, 3) || ctxInfo.hasExtension("GL_ARB_ES3_compatibility")) {
1635 if (version >= GR_GL_VER(3, 0) ||
1652 if (kGLES_GrGLStandard == standard && version >= GR_GL_VER(3,0)) {
1676 ctxInfo.version() >= GR_GL_VER(3,0));
1697 if (ctxInfo.standard() == kGLES_GrGLStandard && ctxInfo.version() == GR_GL_VER(2,0)) {