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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 42 inline const char* dual_source_output_name() { return "dualSourceOut"; } function in namespace:__anon14231
569 dual_source_output_name());
572 return dual_source_output_name();
715 GL_CALL(BindFragDataLocationIndexed(programId, 0, 1, dual_source_output_name()));
    [all...]
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 42 inline const char* dual_source_output_name() { return "dualSourceOut"; } function in namespace:__anon26103
569 dual_source_output_name());
572 return dual_source_output_name();
715 GL_CALL(BindFragDataLocationIndexed(programId, 0, 1, dual_source_output_name()));
    [all...]

Completed in 408 milliseconds