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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.h 76 enum PathTexGenComponents {
81 void enablePathTexGen(int unitIdx, PathTexGenComponents, const GrGLfloat* coefficients);
82 void enablePathTexGen(int unitIdx, PathTexGenComponents, const SkMatrix& matrix);
  /external/skia/src/gpu/gl/
GrGpuGL.h 53 enum PathTexGenComponents {
58 void enablePathTexGen(int unitIdx, PathTexGenComponents, const GrGLfloat* coefficients);
59 void enablePathTexGen(int unitIdx, PathTexGenComponents, const SkMatrix& matrix);

Completed in 41 milliseconds