OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VertexArray
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/rs/
rsVertexArray.h
30
class
VertexArray
33
VertexArray
();
34
virtual ~
VertexArray
();
77
//
VertexArray
::Attrib mAttribs[
VertexArray
::_LAST];
rsType.h
73
void enableGLVertexBuffer(class
VertexArray
*) const;
74
void enableGLVertexBuffer2(class
VertexArray
*) const;
116
VertexArray
::Attrib mUser[RS_MAX_ATTRIBS];
117
VertexArray
::Attrib mVtx;
118
VertexArray
::Attrib mNorm;
119
VertexArray
::Attrib mColor;
120
VertexArray
::Attrib mTex;
121
VertexArray
::Attrib mPointSize;
rsVertexArray.cpp
26
VertexArray
::
VertexArray
()
31
VertexArray
::~
VertexArray
()
36
void
VertexArray
::clearAll()
45
VertexArray
::Attrib::Attrib()
50
void
VertexArray
::Attrib::set(const Attrib &a)
62
void
VertexArray
::Attrib::clear()
73
void
VertexArray
::clear(uint32_t n)
78
void
VertexArray
::addUser(const Attrib &a, uint32_t stride
[
all
...]
rsSimpleMesh.cpp
59
VertexArray
va;
rsType.cpp
207
void Type::enableGLVertexBuffer(
VertexArray
*va) const
262
void Type::enableGLVertexBuffer2(
VertexArray
*va) const
rsScriptC_Lib.cpp
691
VertexArray
va;
711
VertexArray
va;
745
VertexArray
va;
[
all
...]
Completed in 299 milliseconds