HomeSort by relevance Sort by last modified time
    Searched defs:GLSharedGroup (Results 1 - 2 of 2) 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;

Completed in 679 milliseconds