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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h 63 struct GenProgramOutput {
64 GenProgramOutput()
71 GenProgramOutput(const GenProgramOutput& other) {
75 GenProgramOutput& operator=(const GenProgramOutput& other) {
98 GenProgramOutput* output);
272 const GenProgramOutput& getOutput() const { return fOutput; }
274 GenProgramOutput fOutput;
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 63 struct GenProgramOutput {
64 GenProgramOutput()
71 GenProgramOutput(const GenProgramOutput& other) {
75 GenProgramOutput& operator=(const GenProgramOutput& other) {
98 GenProgramOutput* output);
272 const GenProgramOutput& getOutput() const { return fOutput; }
274 GenProgramOutput fOutput;

Completed in 138 milliseconds