HomeSort by relevance Sort by last modified time
    Searched defs:GLImageMemory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gl/
gl_image_memory.cc 70 GLImageMemory::GLImageMemory(const gfx::Size& size, unsigned internalformat)
86 GLImageMemory::~GLImageMemory() {
94 bool GLImageMemory::Initialize(const unsigned char* memory) {
106 void GLImageMemory::Destroy(bool have_context) {
123 gfx::Size GLImageMemory::GetSize() {
127 bool GLImageMemory::BindTexImage(unsigned target) {
144 bool GLImageMemory::CopyTexImage(unsigned target) {
145 TRACE_EVENT0("gpu", "GLImageMemory::CopyTexImage")
    [all...]
gl_image_memory.h 18 class GL_EXPORT GLImageMemory : public GLImage {
20 GLImageMemory(const gfx::Size& size, unsigned internalformat);
41 virtual ~GLImageMemory();
61 DISALLOW_COPY_AND_ASSIGN(GLImageMemory);

Completed in 2652 milliseconds