OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwordCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawState.cpp
77
size_t
dwordCount
= attribSize >> 2;
78
uint32_t mask = (1 <<
dwordCount
)-1;
115
size_t
dwordCount
= GrVertexAttribTypeSize(attribs[i].fType) >> 2;
116
uint32_t mask = (1 <<
dwordCount
)-1;
/external/skia/src/gpu/
GrDrawState.cpp
77
size_t
dwordCount
= attribSize >> 2;
78
uint32_t mask = (1 <<
dwordCount
)-1;
115
size_t
dwordCount
= GrVertexAttribTypeSize(attribs[i].fType) >> 2;
116
uint32_t mask = (1 <<
dwordCount
)-1;
Completed in 33 milliseconds