OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLESv2Context
(Results
1 - 5
of
5
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp
17
#include "
GLESv2Context
.h"
21
void
GLESv2Context
::init() {
39
GLESv2Context
::
GLESv2Context
():GLEScontext(), m_att0Array(NULL), m_att0ArrayLength(0), m_att0NeedsDisable(false){};
41
GLESv2Context
::~
GLESv2Context
()
46
void
GLESv2Context
::setAttribute0value(float x, float y, float z, float w)
54
void
GLESv2Context
::validateAtt0PreDraw(unsigned int count)
82
void
GLESv2Context
::validateAtt0PostDraw(void)
90
void
GLESv2Context
::setupArraysPointers(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,const GLvoi (…)
[
all
...]
GLESv2Context.h
27
class
GLESv2Context
: public GLEScontext{
30
GLESv2Context
();
31
virtual ~
GLESv2Context
();
Android.mk
5
GLESv2Context
.cpp \
GLESv2Imp.cpp
29
#include "
GLESv2Context
.h"
77
return new
GLESv2Context
();
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESmacros.h
15
GLESv2Context
*ctx = static_cast<
GLESv2Context
*>(s_eglIface->getGLESContext()); \
30
GLESv2Context
*ctx = static_cast<
GLESv2Context
*>(s_eglIface->getGLESContext()); \
Completed in 53 milliseconds