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

/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLFragmentShaderBuilder.cpp19 inline const char* declared_color_output_name() { return "fsColorOut"; } function in namespace:__anon15311
214 GL_CALL(BindFragDataLocation(programId, 0, declared_color_output_name()));
302 declared_color_output_name());
366 return fHasCustomColorOutput ? declared_color_output_name() : "gl_FragColor";
/external/skia/src/gpu/gl/
H A DGrGLShaderBuilder.cpp41 inline const char* declared_color_output_name() { return "fsColorOut"; } function in namespace:__anon30712
188 declared_color_output_name());
647 return fHasCustomColorOutput ? declared_color_output_name() : "gl_FragColor";
809 GL_CALL(BindFragDataLocation(programId, 0, declared_color_output_name()));

Completed in 113 milliseconds