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

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLContext.h48 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; } function in class:GrGLContextInfo
H A DGrGLSL.cpp37 switch (info.glslGeneration()) {
H A DGrGLShaderBuilder.cpp62 sample_function_name(varyingType, gpu->glslGeneration()),
170 if (k110_GrGLSLGeneration != fGpu->glslGeneration()) {
201 if (fGpu->glslGeneration() < k150_GrGLSLGeneration) {
697 SkASSERT(k110_GrGLSLGeneration != fGpu->glslGeneration() || fFSOutputs.empty());
888 SkASSERT(this->ctxInfo().glslGeneration() >= k150_GrGLSLGeneration);
H A DGrGpuGL.h40 GrGLSLGeneration glslGeneration() const { return fGLContext.info().glslGeneration(); } function in class:GrGpuGL
H A DGrGLShaderVar.h267 ctxInfo.glslGeneration()));
H A DGrGLCaps.cpp212 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration ||
325 ctxInfo.glslGeneration() >= k150_GrGLSLGeneration;
/external/skia/src/gpu/gl/
H A DGrGLContext.h48 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; } function in class:GrGLContextInfo
H A DGrGLSL.cpp37 switch (info.glslGeneration()) {
H A DGrGLShaderBuilder.cpp62 sample_function_name(varyingType, gpu->glslGeneration()),
170 if (k110_GrGLSLGeneration != fGpu->glslGeneration()) {
201 if (fGpu->glslGeneration() < k150_GrGLSLGeneration) {
697 SkASSERT(k110_GrGLSLGeneration != fGpu->glslGeneration() || fFSOutputs.empty());
888 SkASSERT(this->ctxInfo().glslGeneration() >= k150_GrGLSLGeneration);
H A DGrGpuGL.h40 GrGLSLGeneration glslGeneration() const { return fGLContext.info().glslGeneration(); } function in class:GrGpuGL
H A DGrGLShaderVar.h267 ctxInfo.glslGeneration()));
H A DGrGLCaps.cpp212 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration ||
325 ctxInfo.glslGeneration() >= k150_GrGLSLGeneration;

Completed in 146 milliseconds