OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkDraw
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp
347
bool GrDrawTarget::
checkDraw
(GrPrimitiveType type, int startVertex,
468
if (indexCount > 0 && this->
checkDraw
(type, startVertex, startIndex, vertexCount, indexCount)) {
495
if (vertexCount > 0 && this->
checkDraw
(type, startVertex, -1, vertexCount, -1)) {
519
// TODO: extract portions of
checkDraw
that are relevant to path stenciling.
527
// TODO: extract portions of
checkDraw
that are relevant to path rendering.
609
if (this->
checkDraw
(type,
[
all
...]
GrDrawTarget.h
[
all
...]
/external/skia/src/gpu/
GrDrawTarget.cpp
347
bool GrDrawTarget::
checkDraw
(GrPrimitiveType type, int startVertex,
468
if (indexCount > 0 && this->
checkDraw
(type, startVertex, startIndex, vertexCount, indexCount)) {
495
if (vertexCount > 0 && this->
checkDraw
(type, startVertex, -1, vertexCount, -1)) {
519
// TODO: extract portions of
checkDraw
that are relevant to path stenciling.
527
// TODO: extract portions of
checkDraw
that are relevant to path rendering.
609
if (this->
checkDraw
(type,
[
all
...]
GrDrawTarget.h
[
all
...]
Completed in 1032 milliseconds