Home
last modified time | relevance | path

Searched refs:mPatchVertices (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h588 GLuint getPatchVertices() const { return mPatchVertices; } in getPatchVertices()
1129 GLuint mPatchVertices; variable
DState.cpp406 mPatchVertices(3),
2359 if (mPatchVertices != value) in setPatchVertices()
2361 mPatchVertices = value; in setPatchVertices()
3070 *params = mPatchVertices; in getIntegerv()