OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStateVertex
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/rs/
rsContext.h
75
ProgramVertexState
mStateVertex
;
120
return
mStateVertex
.mDefault.get();
rsContext.cpp
259
mVertex->setupGL2(this, &
mStateVertex
, &mShaderCache);
265
mVertex->setupGL(this, &
mStateVertex
);
305
rsc->
mStateVertex
.init(rsc, rsc->mEGL.mWidth, rsc->mEGL.mHeight);
351
rsc->
mStateVertex
.deinit(rsc);
518
mStateVertex
.updateSize(this, w, h);
620
mVertex.set(
mStateVertex
.mDefault);
rsScriptC_Lib.cpp
866
rsc->
mStateVertex
.color[0] = r;
867
rsc->
mStateVertex
.color[1] = g;
868
rsc->
mStateVertex
.color[2] = b;
869
rsc->
mStateVertex
.color[3] = a;
[
all
...]
Completed in 442 milliseconds