HomeSort by relevance Sort by last modified time
    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() {
42 GLESv2Context::GLESv2Context():GLEScontext(), m_att0Array(NULL), m_att0ArrayLength(0), m_att0NeedsDisable(false){};
44 GLESv2Context::~GLESv2Context()
49 void GLESv2Context::setAttribute0value(float x, float y, float z, float w)
57 void GLESv2Context::validateAtt0PreDraw(unsigned int count)
85 void GLESv2Context::validateAtt0PostDraw(void)
93 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 52 milliseconds