Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/builders/
DGrGLFragmentShaderBuilder.cpp127 k110_GrGLSLGeneration == gpu->glslGeneration()) { in enableFeature()
167 if (gpu->glslGeneration() < k150_GrGLSLGeneration) { in fragmentPosition()
281 SkASSERT(k110_GrGLSLGeneration != gpu->glslGeneration() || fOutputs.empty()); in compileAndAttachShaders()
DGrGLShaderBuilder.cpp33 sample_function_name(varyingType, gpu->glslGeneration()), in append_texture_lookup()
176 SkASSERT(fProgramBuilder->gpu()->glslGeneration() >= k330_GrGLSLGeneration || in addLayoutQualifier()
DGrGLProgramBuilder.cpp347 if (k110_GrGLSLGeneration != fFS.fProgramBuilder->gpu()->glslGeneration()) { in emitAndInstallXferProc()
/external/skia/src/gpu/gl/
DGrGLContext.h50 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; } in glslGeneration() function
DGrGLSL.cpp51 switch (info.glslGeneration()) { in GrGetGLSLVersionDecl()
DGrGLGpu.h46 GrGLSLGeneration glslGeneration() const { return fGLContext.glslGeneration(); } in glslGeneration() function
DGrGLShaderVar.h167 out->append(TypeModifierString(this->getTypeModifier(), ctxInfo.glslGeneration())); in appendDecl()
DGrGLCaps.cpp207 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration || in init()
1027 ctxInfo.glslGeneration() >= k150_GrGLSLGeneration; in init()