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/builders/
GrGLFragmentShaderBuilder.cpp 20 inline const char* dual_source_output_name() { return "dualSourceOut"; } function in namespace:__anon19929
217 GL_CALL(BindFragDataLocationIndexed(programId, 0, 1, dual_source_output_name()));
359 dual_source_output_name());
362 return dual_source_output_name();
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 42 inline const char* dual_source_output_name() { return "dualSourceOut"; } function in namespace:__anon35316
654 dual_source_output_name());
657 return dual_source_output_name();
    [all...]

Completed in 126 milliseconds