OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GR_GEOM_BUFFER_LOCK_THRESHOLD
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrConfig.h
209
*
GR_GEOM_BUFFER_LOCK_THRESHOLD
gives a threshold (in bytes) for when Gr should
214
#if !defined(
GR_GEOM_BUFFER_LOCK_THRESHOLD
)
215
#define
GR_GEOM_BUFFER_LOCK_THRESHOLD
(1 << 15)
/external/skia/include/gpu/
GrConfig.h
209
*
GR_GEOM_BUFFER_LOCK_THRESHOLD
gives a threshold (in bytes) for when Gr should
214
#if !defined(
GR_GEOM_BUFFER_LOCK_THRESHOLD
)
215
#define
GR_GEOM_BUFFER_LOCK_THRESHOLD
(1 << 15)
Completed in 30 milliseconds