OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVectorSize
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/rs/
rsComponent.h
46
uint32_t
getVectorSize
() const {return mVectorSize;}
rsType.cpp
148
mGL.mUser[userNum].size = c.
getVectorSize
();
158
mGL.mVtx.size = c.
getVectorSize
();
167
mGL.mColor.size = c.
getVectorSize
();
176
mGL.mNorm.size = c.
getVectorSize
();
185
mGL.mTex.size = c.
getVectorSize
();
194
mGL.mPointSize.size = c.
getVectorSize
();
rsProgramVertex.cpp
134
switch(f->getComponent().
getVectorSize
()) {
156
switch(f->getComponent().
getVectorSize
()) {
243
switch(f->getComponent().
getVectorSize
()) {
rsElement.cpp
97
(ee->getComponent().
getVectorSize
() == vecSize)) {
rsProgram.cpp
160
switch(f->getComponent().
getVectorSize
()) {
Completed in 96 milliseconds