Home
last modified time | relevance | path

Searched refs:glslGeneration (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.cpp387 ctxInfo.glslGeneration() >= SkSL::GLSLGeneration::k130; in init()
391 ctxInfo.glslGeneration() >= SkSL::GLSLGeneration::k130; in init()
394 ctxInfo.glslGeneration() >= SkSL::GLSLGeneration::k130; in init()
397 ctxInfo.glslGeneration() >= SkSL::GLSLGeneration::k130; in init()
399 ctxInfo.glslGeneration() >= SkSL::GLSLGeneration::k130; in init()
407 ctxInfo.glslGeneration() >= SkSL::GLSLGeneration::k300es; in init()
410 ctxInfo.glslGeneration() >= SkSL::GLSLGeneration::k300es; in init()
412 ctxInfo.glslGeneration() >= SkSL::GLSLGeneration::k300es; in init()
414 ctxInfo.glslGeneration() >= SkSL::GLSLGeneration::k300es; in init()
421 ctxInfo.glslGeneration() >= SkSL::GLSLGeneration::k300es; in init()
[all …]
DGrGLContext.h32 SkSL::GLSLGeneration glslGeneration() const { return fGLSLGeneration; } in glslGeneration() function
DGrGLGpu.h52 SkSL::GLSLGeneration glslGeneration() const { return fGLContext->glslGeneration(); } in glslGeneration() function