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

  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFragmentShaderBuilder.cpp 19 inline const char* declared_color_output_name() { return "fsColorOut"; } function in namespace:__anon19929
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/
GrGLShaderBuilder.cpp 41 inline const char* declared_color_output_name() { return "fsColorOut"; } function in namespace:__anon35316
188 declared_color_output_name());
647 return fHasCustomColorOutput ? declared_color_output_name() : "gl_FragColor";
    [all...]

Completed in 48 milliseconds