/external/skqp/src/gpu/gl/ |
D | GrGLInterface.cpp | 160 if (glVer >= GR_GL_VER(3,0) && !fFunctions.fBindFragDataLocation) { in validate() 164 if (glVer >= GR_GL_VER(3,3) || in validate() 172 if (glVer >= GR_GL_VER(3,3) || fExtensions.has("GL_ARB_timer_query")) { in validate() 187 if (kGL_GrGLStandard == fStandard || glVer >= GR_GL_VER(3,0)) { in validate() 193 if (kGL_GrGLStandard == fStandard || glVer >= GR_GL_VER(3,0)) { in validate() 200 if (kGL_GrGLStandard == fStandard || glVer >= GR_GL_VER(3,1)) { in validate() 209 if (glVer >= GR_GL_VER(4,2) || in validate() 216 } else if (glVer >= GR_GL_VER(3,0) || fExtensions.has("GL_EXT_texture_storage")) { in validate() 224 if (glVer >= GR_GL_VER(4,5) || in validate() 251 if (kGL_GrGLStandard == fStandard || glVer >= GR_GL_VER(3,0) || in validate() [all …]
|
D | GrGLAssembleInterface.cpp | 67 if (glVer < GR_GL_VER(2,0) || GR_GL_INVALID_VER == glVer) { in GrGLMakeAssembledGLInterface() 88 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLInterface() 108 if (glVer >= GR_GL_VER(4,4) || extensions.has("GL_ARB_clear_texture")) { in GrGLMakeAssembledGLInterface() 133 if (glVer >= GR_GL_VER(3,1) || extensions.has("GL_ARB_draw_instanced") || in GrGLMakeAssembledGLInterface() 139 if (glVer >= GR_GL_VER(4,0) || extensions.has("GL_ARB_draw_indirect")) { in GrGLMakeAssembledGLInterface() 154 if (glVer >= GR_GL_VER(3,2) || extensions.has("GL_ARB_texture_multisample")) { in GrGLMakeAssembledGLInterface() 159 if (glVer >= GR_GL_VER(3,3) || extensions.has("GL_ARB_timer_query")) { in GrGLMakeAssembledGLInterface() 184 if (glVer >= GR_GL_VER(4,3) || extensions.has("GL_ARB_multi_draw_indirect")) { in GrGLMakeAssembledGLInterface() 204 if (glVer >= GR_GL_VER(3,1)) { in GrGLMakeAssembledGLInterface() 207 if (glVer >= GR_GL_VER(4,3)) { in GrGLMakeAssembledGLInterface() [all …]
|
D | GrGLCaps.cpp | 95 if (version >= GR_GL_VER(3, 2)) { in init() 111 fUnpackRowLengthSupport = version >= GR_GL_VER(3,0) || in init() 113 fPackRowLengthSupport = version >= GR_GL_VER(3,0) || in init() 132 fTextureBarrierSupport = version >= GR_GL_VER(4,5) || in init() 140 fSampleLocationsSupport = version >= GR_GL_VER(3,2) || in init() 143 fSampleLocationsSupport = version >= GR_GL_VER(3,1); in init() 149 if (((kGL_GrGLStandard == standard && version >= GR_GL_VER(4,3)) || in init() 150 (kGLES_GrGLStandard == standard && version >= GR_GL_VER(3,0)) || in init() 165 fUsePrimitiveRestart = version >= GR_GL_VER(3,0); in init() 176 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init() [all …]
|
D | GrGLUtil.cpp | 228 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 233 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 240 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 245 return GR_GL_VER(major, minor); in GrGLGetVersionFromString()
|
D | GrGLUtil.h | 24 #define GR_GL_VER(major, minor) ((static_cast<uint32_t>(major) << 16) | \ macro 32 #define GR_GL_INVALID_VER GR_GL_VER(0, 0)
|
D | GrGLGLSL.cpp | 37 SkASSERT(ver >= GR_GL_VER(1,00)); in GrGLGetGLSLGeneration()
|
D | GrGLExtensions.cpp | 88 bool indexed = version >= GR_GL_VER(3, 0); in init()
|
/external/skia/src/gpu/gl/ |
D | GrGLInterface.cpp | 160 if (glVer >= GR_GL_VER(3,0) && !fFunctions.fBindFragDataLocation) { in validate() 164 if (glVer >= GR_GL_VER(3,3) || in validate() 172 if (glVer >= GR_GL_VER(3,3) || fExtensions.has("GL_ARB_timer_query")) { in validate() 187 if (kGL_GrGLStandard == fStandard || glVer >= GR_GL_VER(3,0)) { in validate() 193 if (kGL_GrGLStandard == fStandard || glVer >= GR_GL_VER(3,0)) { in validate() 200 if (kGL_GrGLStandard == fStandard || glVer >= GR_GL_VER(3,1)) { in validate() 209 if (glVer >= GR_GL_VER(4,2) || in validate() 216 } else if (glVer >= GR_GL_VER(3,0) || fExtensions.has("GL_EXT_texture_storage")) { in validate() 224 if (glVer >= GR_GL_VER(4,5) || in validate() 251 if (kGL_GrGLStandard == fStandard || glVer >= GR_GL_VER(3,0) || in validate() [all …]
|
D | GrGLAssembleInterface.cpp | 67 if (glVer < GR_GL_VER(2,0) || GR_GL_INVALID_VER == glVer) { in GrGLMakeAssembledGLInterface() 88 if (glVer >= GR_GL_VER(3,0)) { in GrGLMakeAssembledGLInterface() 108 if (glVer >= GR_GL_VER(4,4) || extensions.has("GL_ARB_clear_texture")) { in GrGLMakeAssembledGLInterface() 133 if (glVer >= GR_GL_VER(3,1) || extensions.has("GL_ARB_draw_instanced") || in GrGLMakeAssembledGLInterface() 139 if (glVer >= GR_GL_VER(4,0) || extensions.has("GL_ARB_draw_indirect")) { in GrGLMakeAssembledGLInterface() 154 if (glVer >= GR_GL_VER(3,2) || extensions.has("GL_ARB_texture_multisample")) { in GrGLMakeAssembledGLInterface() 159 if (glVer >= GR_GL_VER(3,3) || extensions.has("GL_ARB_timer_query")) { in GrGLMakeAssembledGLInterface() 184 if (glVer >= GR_GL_VER(4,3) || extensions.has("GL_ARB_multi_draw_indirect")) { in GrGLMakeAssembledGLInterface() 201 if (glVer >= GR_GL_VER(3,1)) { in GrGLMakeAssembledGLInterface() 204 if (glVer >= GR_GL_VER(4,3)) { in GrGLMakeAssembledGLInterface() [all …]
|
D | GrGLCaps.cpp | 95 if (version >= GR_GL_VER(3, 2)) { in init() 111 fUnpackRowLengthSupport = version >= GR_GL_VER(3,0) || in init() 113 fPackRowLengthSupport = version >= GR_GL_VER(3,0) || in init() 132 fTextureBarrierSupport = version >= GR_GL_VER(4,5) || in init() 140 fSampleLocationsSupport = version >= GR_GL_VER(3,2) || in init() 143 fSampleLocationsSupport = version >= GR_GL_VER(3,1); in init() 149 if (((kGL_GrGLStandard == standard && version >= GR_GL_VER(4,3)) || in init() 150 (kGLES_GrGLStandard == standard && version >= GR_GL_VER(3,0)) || in init() 165 fUsePrimitiveRestart = version >= GR_GL_VER(3,0); in init() 176 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init() [all …]
|
D | GrGLUtil.cpp | 228 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 233 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 240 return GR_GL_VER(major, minor); in GrGLGetVersionFromString() 245 return GR_GL_VER(major, minor); in GrGLGetVersionFromString()
|
D | GrGLUtil.h | 24 #define GR_GL_VER(major, minor) ((static_cast<uint32_t>(major) << 16) | \ macro 32 #define GR_GL_INVALID_VER GR_GL_VER(0, 0)
|
D | GrGLGLSL.cpp | 37 SkASSERT(ver >= GR_GL_VER(1,00)); in GrGLGetGLSLGeneration()
|
D | GrGLExtensions.cpp | 88 bool indexed = version >= GR_GL_VER(3, 0); in init()
|
/external/skqp/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()
|
/external/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()
|
/external/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 88 if (version < GR_GL_VER(3, 0)) { in GLTestAtlasTextRenderer() 93 if (version < GR_GL_VER(4, 3)) { in GLTestAtlasTextRenderer()
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 88 if (version < GR_GL_VER(3, 0)) { in GLTestAtlasTextRenderer() 93 if (version < GR_GL_VER(4, 3)) { in GLTestAtlasTextRenderer()
|
/external/skia/gm/ |
D | rectangletexture.cpp | 66 if (!(kGL_GrGLStandard == glCtx->standard() && glCtx->version() >= GR_GL_VER(3, 1)) && in createRectangleTextureImg()
|
/external/skqp/gm/ |
D | rectangletexture.cpp | 72 if (!(kGL_GrGLStandard == glCtx->standard() && glCtx->version() >= GR_GL_VER(3, 1)) && in createRectangleTextureImg()
|