OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIndexSrc
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp
107
geoSrc.
fIndexSrc
= kNone_GeometrySrcType;
113
SkASSERT(kNone_GeometrySrcType == geoSrc.
fIndexSrc
);
180
geoSrc.
fIndexSrc
= kNone_GeometrySrcType;
185
geoSrc.
fIndexSrc
= kReserved_GeometrySrcType;
255
switch (geoSrc.
fIndexSrc
) {
290
geoSrc.
fIndexSrc
= kArray_GeometrySrcType;
307
geoSrc.
fIndexSrc
= kBuffer_GeometrySrcType;
321
geoSrc.
fIndexSrc
= kNone_GeometrySrcType;
327
newState.
fIndexSrc
= kNone_GeometrySrcType;
374
switch (geoSrc.
fIndexSrc
) {
[
all
...]
GrGpu.cpp
311
if (kArray_GeometrySrcType == geoSrc.
fIndexSrc
||
312
kReserved_GeometrySrcType == geoSrc.
fIndexSrc
) {
470
SkASSERT(kReserved_GeometrySrcType == geoSrc.
fIndexSrc
);
517
SkASSERT(kArray_GeometrySrcType == geoSrc.
fIndexSrc
);
GrInOrderDrawBuffer.cpp
228
kBuffer_GeometrySrcType != geomSrc.
fIndexSrc
) {
326
if (kBuffer_GeometrySrcType == this->getGeomSrc().
fIndexSrc
) {
354
if (info.isIndexed() && kBuffer_GeometrySrcType != this->getGeomSrc().
fIndexSrc
) {
475
SkASSERT(kReserved_GeometrySrcType != this->getGeomSrc().
fIndexSrc
);
649
kReserved_GeometrySrcType == this->getGeomSrc().
fIndexSrc
;
752
SkASSERT(kReserved_GeometrySrcType == geoSrc.
fIndexSrc
||
753
kArray_GeometrySrcType == geoSrc.
fIndexSrc
);
827
if (kReserved_GeometrySrcType == restoredState.
fIndexSrc
||
828
kArray_GeometrySrcType == restoredState.
fIndexSrc
) {
[
all
...]
GrDrawTarget.h
262
kReserved_GeometrySrcType == this->getGeomSrc().
fIndexSrc
;
718
GeometrySrcType
fIndexSrc
;
731
switch (src.
fIndexSrc
) {
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp
327
switch (this->getGeomSrc().
fIndexSrc
) {
Completed in 49 milliseconds