Home | History | Annotate | Download | only in OpenglCodecCommon

Lines Matching refs:emugl

19 #include "emugl/common/id_to_object_map.h"
20 #include "emugl/common/mutex.h"
21 #include "emugl/common/pod_vector.h"
22 #include "emugl/common/smart_ptr.h"
64 emugl::PodVector<GLuint> m_shaders;
104 emugl::IdToObjectMap<BufferData> m_buffers;
105 emugl::IdToObjectMap<ProgramData> m_programs;
106 emugl::IdToObjectMap<ShaderData> m_shaders;
107 mutable emugl::Mutex m_lock;
143 typedef emugl::SmartPtr<GLSharedGroup> GLSharedGroupPtr;