HomeSort by relevance Sort by last modified time
    Searched refs:GLSharedGroup (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 17 #include "GLSharedGroup.h"
225 /***** GLSharedGroup ****/
227 GLSharedGroup::GLSharedGroup() :
234 GLSharedGroup::~GLSharedGroup()
243 bool GLSharedGroup::isObject(GLuint obj)
249 BufferData * GLSharedGroup::getBufferData(GLuint bufferId)
255 void GLSharedGroup::addBufferData(GLuint bufferId, GLsizeiptr size, void * data)
261 void GLSharedGroup::updateBufferData(GLuint bufferId, GLsizeiptr size, void * data
    [all...]
GLSharedGroup.h 100 class GLSharedGroup {
111 GLSharedGroup();
112 ~GLSharedGroup();
142 typedef SmartPtr<GLSharedGroup> GLSharedGroupPtr;
Android.mk 8 GLSharedGroup.cpp \
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 24 #include "GLSharedGroup.h"
153 sharedGroup = GLSharedGroupPtr(new GLSharedGroup());
    [all...]

Completed in 186 milliseconds