HomeSort by relevance Sort by last modified time
    Searched defs:ShaderVisibility (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLProgramBuilder.h 37 enum ShaderVisibility {
113 visibility is a bitfield of ShaderVisibility values indicating from which shaders the
187 void appendUniformDecls(ShaderVisibility, SkString*) const;
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 38 enum ShaderVisibility {
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 44 milliseconds