/third_party/skia/src/gpu/gl/ |
D | GrGLInterfaceAutogen.cpp | 191 (glVer >= GR_GL_VER(3,0)))) || in validate() 193 (glVer >= GR_GL_VER(3,0)))) || in validate() 195 (glVer >= GR_GL_VER(2,0))))) { in validate() 202 (glVer >= GR_GL_VER(4,2)))) || in validate() 204 (glVer >= GR_GL_VER(3,1))))) { in validate() 209 (glVer >= GR_GL_VER(3,0)) || in validate() 213 (glVer >= GR_GL_VER(3,0)) || in validate() 216 (glVer >= GR_GL_VER(2,0)) || in validate() 227 (glVer >= GR_GL_VER(4,0)) || in validate() 230 (glVer >= GR_GL_VER(3,2)) || in validate() [all …]
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 40 if (glVer < GR_GL_VER(2,0) || GR_GL_INVALID_VER == glVer) { in GrGLMakeAssembledGLInterface() 153 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLInterface() 157 if (glVer >= GR_GL_VER(4,2)) { in GrGLMakeAssembledGLInterface() 161 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLInterface() 175 if (glVer >= GR_GL_VER(4,0)) { in GrGLMakeAssembledGLInterface() 181 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLInterface() 185 if (glVer >= GR_GL_VER(3,3)) { in GrGLMakeAssembledGLInterface() 197 if (glVer >= GR_GL_VER(4,4)) { in GrGLMakeAssembledGLInterface() 205 if (glVer >= GR_GL_VER(3,1)) { in GrGLMakeAssembledGLInterface() 216 if (glVer >= GR_GL_VER(4,2)) { in GrGLMakeAssembledGLInterface() [all …]
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 36 if (glVer < GR_GL_VER(2,0)) { in GrGLMakeAssembledGLESInterface() 147 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLESInterface() 151 if (glVer >= GR_GL_VER(3,1)) { in GrGLMakeAssembledGLESInterface() 155 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLESInterface() 165 if (glVer >= GR_GL_VER(3,2)) { in GrGLMakeAssembledGLESInterface() 171 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 175 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 190 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLESInterface() 209 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLESInterface() 214 if (glVer >= GR_GL_VER(3,1)) { in GrGLMakeAssembledGLESInterface() [all …]
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 48 if (glVer < GR_GL_VER(1,0)) { in GrGLMakeAssembledWebGLInterface() 154 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 158 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 172 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 182 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 192 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 196 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 200 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 204 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 222 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() [all …]
|
D | GrGLCaps.cpp | 105 if (version >= GR_GL_VER(3, 2)) { in init() 126 version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_EXT_unpack_subimage"); in init() 128 version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_NV_pack_subimage"); in init() 133 fWritePixelsRowBytesSupport = version >= GR_GL_VER(2, 0); in init() 134 fReadPixelsRowBytesSupport = version >= GR_GL_VER(2, 0); in init() 151 fTextureBarrierSupport = version >= GR_GL_VER(4,5) || in init() 161 fSampleLocationsSupport = version >= GR_GL_VER(3,2) || in init() 164 fSampleLocationsSupport = version >= GR_GL_VER(3,1); in init() 172 if (((GR_IS_GR_GL(standard) && version >= GR_GL_VER(4,3)) || in init() 173 (GR_IS_GR_GL_ES(standard) && version >= GR_GL_VER(3,0)) || in init() [all …]
|
D | GrGLGLSL.cpp | 47 SkASSERT(ver >= GR_GL_VER(1,00)); in GrGLGetGLSLGeneration() 59 SkASSERT(ver >= GR_GL_VER(1,0)); in GrGLGetGLSLGeneration()
|
D | GrGLExtensions.cpp | 88 indexed = version >= GR_GL_VER(3, 0); in init() 92 indexed = version >= GR_GL_VER(2, 0); in init()
|
D | GrGLUtil.cpp | 76 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 81 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 88 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 94 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 99 return GR_GL_VER(major, minor); in GrGLGetVersionFromString()
|
D | GrGLUtil.h | 26 #define GR_GL_VER(major, minor) ((static_cast<uint32_t>(major) << 16) | \ macro 37 #define GR_GL_INVALID_VER GR_GL_VER(0, 0)
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLInterfaceAutogen.cpp | 143 (glVer >= GR_GL_VER(3,0)))) || in validate() 145 (glVer >= GR_GL_VER(3,0)))) || in validate() 147 (glVer >= GR_GL_VER(2,0))))) { in validate() 155 (glVer >= GR_GL_VER(3,0)) || in validate() 158 (glVer >= GR_GL_VER(2,0)) || in validate() 169 (glVer >= GR_GL_VER(3,0)))) || in validate() 171 (glVer >= GR_GL_VER(3,0) && fExtensions.has("GL_EXT_blend_func_extended"))))) { in validate() 178 (glVer >= GR_GL_VER(3,3)) || in validate() 181 (glVer >= GR_GL_VER(3,0) && fExtensions.has("GL_EXT_blend_func_extended"))))) { in validate() 199 (glVer >= GR_GL_VER(4,4)) || in validate() [all …]
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 40 if (glVer < GR_GL_VER(2,0) || GR_GL_INVALID_VER == glVer) { in GrGLMakeAssembledGLInterface() 153 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLInterface() 161 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLInterface() 165 if (glVer >= GR_GL_VER(3,3)) { in GrGLMakeAssembledGLInterface() 177 if (glVer >= GR_GL_VER(4,4)) { in GrGLMakeAssembledGLInterface() 185 if (glVer >= GR_GL_VER(3,1)) { in GrGLMakeAssembledGLInterface() 199 if (glVer >= GR_GL_VER(4,0)) { in GrGLMakeAssembledGLInterface() 209 if (glVer >= GR_GL_VER(3,2)) { in GrGLMakeAssembledGLInterface() 217 if (glVer >= GR_GL_VER(4,3)) { in GrGLMakeAssembledGLInterface() 225 if (glVer >= GR_GL_VER(3,1)) { in GrGLMakeAssembledGLInterface() [all …]
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 36 if (glVer < GR_GL_VER(2,0)) { in GrGLMakeAssembledGLESInterface() 147 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLESInterface() 151 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLESInterface() 161 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 165 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 180 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLESInterface() 188 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLESInterface() 193 if (glVer >= GR_GL_VER(3,1)) { in GrGLMakeAssembledGLESInterface() 198 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLESInterface() 202 if (glVer >= GR_GL_VER(3,1)) { in GrGLMakeAssembledGLESInterface() [all …]
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 36 if (glVer < GR_GL_VER(1,0)) { in GrGLMakeAssembledWebGLInterface() 147 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 151 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 165 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 170 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 175 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 179 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 183 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 201 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() 205 if (glVer >= GR_GL_VER(2,0)) { in GrGLMakeAssembledWebGLInterface() [all …]
|
D | GrGLCaps.cpp | 86 if (version >= GR_GL_VER(3, 2)) { in init() 107 version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_EXT_unpack_subimage"); in init() 109 version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_NV_pack_subimage"); in init() 114 fWritePixelsRowBytesSupport = version >= GR_GL_VER(2, 0); in init() 115 fReadPixelsRowBytesSupport = version >= GR_GL_VER(2, 0); in init() 130 fTextureBarrierSupport = version >= GR_GL_VER(4,5) || in init() 138 fSampleLocationsSupport = version >= GR_GL_VER(3,2) || in init() 141 fSampleLocationsSupport = version >= GR_GL_VER(3,1); in init() 147 if (((GR_IS_GR_GL(standard) && version >= GR_GL_VER(4,3)) || in init() 148 (GR_IS_GR_GL_ES(standard) && version >= GR_GL_VER(3,0)) || in init() [all …]
|
D | GrGLUtil.cpp | 239 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 244 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 251 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 258 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 263 return GR_GL_VER(major, minor); in GrGLGetVersionFromString()
|
D | GrGLExtensions.cpp | 90 indexed = version >= GR_GL_VER(3, 0); in init() 94 indexed = version >= GR_GL_VER(2, 0); in init()
|
D | GrGLGLSL.cpp | 36 SkASSERT(ver >= GR_GL_VER(1,00)); in GrGLGetGLSLGeneration()
|
D | GrGLUtil.h | 25 #define GR_GL_VER(major, minor) ((static_cast<uint32_t>(major) << 16) | \ macro 33 #define GR_GL_INVALID_VER GR_GL_VER(0, 0)
|
/third_party/skia/tools/gpu/gl/ |
D | GLTestContext.cpp | 65 (GrGLGetVersion(gl) > GR_GL_VER(3,3) || gl->fExtensions.has("GL_ARB_timer_query"))) { in MakeIfSupported() 177 if (GrGLGetVersion(ctx->gl()) < GR_GL_VER(3, 2) && in fence_is_supported() 187 } else if (GrGLGetVersion(ctx->gl()) >= GR_GL_VER(3, 0)) { in fence_is_supported()
|
/third_party/flutter/skia/tools/gpu/gl/interface/ |
D | templates.go | 42 if (glVer < GR_GL_VER(2,0)) { 123 if (glVer < GR_GL_VER(2,0) || GR_GL_INVALID_VER == glVer) { 186 if (glVer < GR_GL_VER(1,0)) {
|
/third_party/skia/tools/gpu/gl/interface/ |
D | templates.go | 42 if (glVer < GR_GL_VER(2,0)) { 123 if (glVer < GR_GL_VER(2,0) || GR_GL_INVALID_VER == glVer) { 198 if (glVer < GR_GL_VER(1,0)) {
|
/third_party/flutter/skia/tools/gpu/gl/ |
D | GLTestContext.cpp | 79 if (GrGLGetVersion(ctx->gl()) < GR_GL_VER(3,2) && !ctx->gl()->hasExtension("GL_ARB_sync")) { in MakeIfSupported() 88 } else if (GrGLGetVersion(ctx->gl()) >= GR_GL_VER(3, 0)) { in MakeIfSupported() 192 (GrGLGetVersion(gl) > GR_GL_VER(3,3) || gl->fExtensions.has("GL_ARB_timer_query"))) { in MakeIfSupported() 322 (GrGLGetVersion(fGL.get()) < GR_GL_VER(3, 1) && in createTextureRectangle()
|
/third_party/flutter/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 89 if (version < GR_GL_VER(3, 0)) { in GLTestAtlasTextRenderer() 94 if (version < GR_GL_VER(4, 3)) { in GLTestAtlasTextRenderer()
|