OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vtxAttrs
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/driver/
rsdShaderCache.h
105
vtxAttrs
(0), vtxUniforms(0), fragUniforms(0),
109
vtxAttrs
= new AttrData[numVtxAttr];
120
if (
vtxAttrs
) {
121
delete[]
vtxAttrs
;
122
vtxAttrs
= NULL;
141
AttrData *
vtxAttrs
;
rsdShaderCache.cpp
172
e->
vtxAttrs
[ct].slot = glGetAttribLocation(pgm, vtx->getAttribName(ct));
173
e->
vtxAttrs
[ct].name = vtx->getAttribName(ct).string();
175
ALOGV("vtx A %i, %s = %d\n", ct, vtx->getAttribName(ct).string(), e->
vtxAttrs
[ct].slot);
233
if (attrName == mCurrent->
vtxAttrs
[ct].name) {
234
return mCurrent->
vtxAttrs
[ct].slot;
Completed in 196 milliseconds