OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLClientState
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp
16
#include "
GLClientState
.h"
33
void
GLClientState
::init() {
108
GLClientState
::
GLClientState
()
113
GLClientState
::
GLClientState
(int majorVersion, int minorVersion) :
119
GLClientState
::~
GLClientState
()
123
void
GLClientState
::enable(int location, int state)
129
void
GLClientState
::setVertexAttribState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, c (…)
[
all
...]
GLClientState.h
98
class
GLClientState
{
192
GLClientState
();
193
GLClientState
(int majorVersion, int minorVersion);
194
~
GLClientState
();
621
const
GLClientState
::VertexAttribState& state = getState(
GLClientState
::VERTEX_LOCATION);
627
const
GLClientState
::VertexAttribState& state = getState(
GLClientState
::VERTEX_LOCATION);
633
const
GLClientState
::VertexAttribState& state = getState(
GLClientState
::VERTEX_LOCATION)
[
all
...]
Completed in 49 milliseconds