Searched refs:glslGeneration (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLContext.h50 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; } function in class:GrGLContextInfo
H A DGrGLSL.cpp43 switch (info.glslGeneration()) {
H A DGrGpuGL.h41 GrGLSLGeneration glslGeneration() const { return fGLContext.glslGeneration(); } function in class:GrGpuGL
H A DGrGLShaderVar.h163 ctxInfo.glslGeneration()));
H A DGrGLCaps.cpp203 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration ||
367 ctxInfo.glslGeneration() >= k150_GrGLSLGeneration;
/external/skia/src/gpu/gl/
H A DGrGLContext.h50 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; } function in class:GrGLContextInfo
H A DGrGLSL.cpp43 switch (info.glslGeneration()) {
H A DGrGLShaderBuilder.cpp62 sample_function_name(varyingType, gpu->glslGeneration()),
185 if (k110_GrGLSLGeneration != fGpu->glslGeneration()) {
291 if (fGpu->glslGeneration() < k150_GrGLSLGeneration) {
790 SkASSERT(k110_GrGLSLGeneration != fGpu->glslGeneration() || fFSOutputs.empty());
1004 SkASSERT(this->ctxInfo().glslGeneration() >= k150_GrGLSLGeneration);
H A DGrGpuGL.h42 GrGLSLGeneration glslGeneration() const { return fGLContext.glslGeneration(); } function in class:GrGpuGL
H A DGrGLShaderVar.h267 ctxInfo.glslGeneration()));
H A DGrGLCaps.cpp199 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration ||
332 ctxInfo.glslGeneration() >= k150_GrGLSLGeneration;
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLGeometryShaderBuilder.cpp41 SkASSERT(fProgramBuilder->ctxInfo().glslGeneration() >= k150_GrGLSLGeneration);
H A DGrGLFragmentShaderBuilder.cpp162 if (gpu->glslGeneration() < k150_GrGLSLGeneration) {
232 SkASSERT(k110_GrGLSLGeneration != gpu->glslGeneration() || fOutputs.empty());
299 if (k110_GrGLSLGeneration != gpu->glslGeneration()) {
H A DGrGLShaderBuilder.cpp33 sample_function_name(varyingType, gpu->glslGeneration()),

Completed in 252 milliseconds