OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrPrimitiveType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrTypes.h
190
enum
GrPrimitiveType
{
199
static inline bool GrIsPrimTypeLines(
GrPrimitiveType
type) {
203
static inline bool GrIsPrimTypeTris(
GrPrimitiveType
type) {
/external/skia/include/gpu/
GrTypes.h
190
enum
GrPrimitiveType
{
199
static inline bool GrIsPrimTypeLines(
GrPrimitiveType
type) {
203
static inline bool GrIsPrimTypeTris(
GrPrimitiveType
type) {
Completed in 58 milliseconds