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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.h 81 void enablePathTexGen(int unitIdx, PathTexGenComponents, const GrGLfloat* coefficients);
82 void enablePathTexGen(int unitIdx, PathTexGenComponents, const SkMatrix& matrix);
GrGLPathRendering.cpp 299 void GrGLPathRendering::enablePathTexGen(int unitIdx, PathTexGenComponents components,
321 void GrGLPathRendering::enablePathTexGen(int unitIdx, PathTexGenComponents components,
343 this->enablePathTexGen(unitIdx, components, coefficients);
GrGLProgramEffects.cpp 202 gpu->glPathRendering()->enablePathTexGen(texCoordIndex++, components, transform);

Completed in 96 milliseconds