Searched defs:ShaderVisibility (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.h37 enum ShaderVisibility { enum in class:GrGLProgramBuilder
113 visibility is a bitfield of ShaderVisibility values indicating from which shaders the
187 void appendUniformDecls(ShaderVisibility, SkString*) const;
/external/skia/src/gpu/gl/
H A DGrGLShaderBuilder.h38 enum ShaderVisibility { enum in class:GrGLShaderBuilder
179 visibility is a bitfield of ShaderVisibility values indicating from which shaders the
270 void appendUniformDecls(ShaderVisibility, SkString*) const;
379 // If we ever have VS/GS features we can expand this to take a bitmask of ShaderVisibility and

Completed in 118 milliseconds