OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEdgeCount
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/effects/
GrConvexPolyEffect.cpp
48
cpe.
getEdgeCount
(),
53
for (int i = 0; i < cpe.
getEdgeCount
(); ++i) {
74
size_t byteSize = 3 * cpe.
getEdgeCount
() * sizeof(SkScalar);
76
pdman.set3fv(fEdgeUniform, cpe.
getEdgeCount
(), cpe.getEdges());
85
uint32_t key = (cpe.
getEdgeCount
() << 3) | (int) cpe.getEdgeType();
GrConvexPolyEffect.h
68
int
getEdgeCount
() const { return fEdgeCount; }
/external/skqp/src/gpu/effects/
GrConvexPolyEffect.cpp
48
cpe.
getEdgeCount
(),
53
for (int i = 0; i < cpe.
getEdgeCount
(); ++i) {
74
size_t byteSize = 3 * cpe.
getEdgeCount
() * sizeof(SkScalar);
76
pdman.set3fv(fEdgeUniform, cpe.
getEdgeCount
(), cpe.getEdges());
85
uint32_t key = (cpe.
getEdgeCount
() << 3) | (int) cpe.getEdgeType();
GrConvexPolyEffect.h
68
int
getEdgeCount
() const { return fEdgeCount; }
Completed in 267 milliseconds