OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInstanced
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h
[
all
...]
GrInOrderDrawBuffer.cpp
219
SkASSERT(info.
isInstanced
());
241
if (!draw->
isInstanced
() ||
334
if (info.
isInstanced
()) {
[
all
...]
GrDrawTarget.cpp
49
bool GrDrawTarget::DrawInfo::
isInstanced
() const {
67
SkASSERT(this->
isInstanced
());
[
all
...]
Completed in 182 milliseconds