OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pointsend
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/
GrTessellator.cpp
[
all
...]
/external/skia/include/private/
SkPathRef.h
269
const SkPoint*
pointsEnd
() const { return this->points() + this->countPoints(); }
/external/deqp/modules/gles2/functional/
es2fClippingTests.cpp
483
PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4*
pointsEnd
, float pointSize, const rr::WindowRectangle& viewport);
494
PointCase::PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4*
pointsEnd
, float pointSize, const rr::WindowRectangle& viewport)
496
, m_points (pointsBegin,
pointsEnd
)
[
all
...]
/external/deqp/modules/gles3/functional/
es3fClippingTests.cpp
486
PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4*
pointsEnd
, float pointSize, const rr::WindowRectangle& viewport);
497
PointCase::PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4*
pointsEnd
, float pointSize, const rr::WindowRectangle& viewport)
499
, m_points (pointsBegin,
pointsEnd
)
[
all
...]
/external/skia/src/core/
SkPath.cpp
[
all
...]
Completed in 171 milliseconds