OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PathTexGenComponents
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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);
/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 51 milliseconds