HomeSort by relevance Sort by last modified time
    Searched refs:glslGeneration (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.h 50 GrGLSLGeneration glslGeneration() const { return fGLSLGeneration; }
GrGLSL.cpp 43 switch (info.glslGeneration()) {
GrGpuGL.h 41 GrGLSLGeneration glslGeneration() const { return fGLContext.glslGeneration(); }
GrGLShaderVar.h 163 ctxInfo.glslGeneration()));
GrGLCaps.cpp 203 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration ||
367 ctxInfo.glslGeneration() >= k150_GrGLSLGeneration;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLGeometryShaderBuilder.cpp 41 SkASSERT(fProgramBuilder->ctxInfo().glslGeneration() >= k150_GrGLSLGeneration);
GrGLFragmentShaderBuilder.cpp 162 if (gpu->glslGeneration() < k150_GrGLSLGeneration) {
232 SkASSERT(k110_GrGLSLGeneration != gpu->glslGeneration() || fOutputs.empty());
299 if (k110_GrGLSLGeneration != gpu->glslGeneration()) {
GrGLShaderBuilder.cpp 33 sample_function_name(varyingType, gpu->glslGeneration()),

Completed in 181 milliseconds