Home | History | Annotate | Download | only in src

Lines Matching defs:Extensions3DChromium

30 #include "Extensions3DChromium.h"
37 Extensions3DChromium::Extensions3DChromium(GraphicsContext3DInternal* internal)
42 Extensions3DChromium::~Extensions3DChromium()
46 bool Extensions3DChromium::supports(const String& name)
51 void Extensions3DChromium::ensureEnabled(const String& name)
60 bool Extensions3DChromium::isEnabled(const String& name)
65 int Extensions3DChromium::getGraphicsResetStatusARB()
70 void Extensions3DChromium::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter)
75 void Extensions3DChromium::renderbufferStorageMultisample(unsigned long target, unsigned long samples, unsigned long internalformat, unsigned long width, unsigned long height)
80 void* Extensions3DChromium::mapBufferSubDataCHROMIUM(unsigned target, int offset, int size, unsigned access)
85 void Extensions3DChromium::unmapBufferSubDataCHROMIUM(const void* data)
90 void* Extensions3DChromium::mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access)
95 void Extensions3DChromium::unmapTexSubImage2DCHROMIUM(const void* data)
100 void Extensions3DChromium::copyTextureToParentTextureCHROMIUM(unsigned texture, unsigned parentTexture)
105 void Extensions3DChromium::getParentToChildLatchCHROMIUM(GC3Duint* latchId)
110 void Extensions3DChromium::getChildToParentLatchCHROMIUM(GC3Duint* latchId)
115 void Extensions3DChromium::waitLatchCHROMIUM(GC3Duint latchId)
120 void Extensions3DChromium::setLatchCHROMIUM(GC3Duint latchId)
125 Platform3DObject Extensions3DChromium::createVertexArrayOES()
130 void Extensions3DChromium::deleteVertexArrayOES(Platform3DObject)
134 GC3Dboolean Extensions3DChromium::isVertexArrayOES(Platform3DObject)
139 void Extensions3DChromium::bindVertexArrayOES(Platform3DObject)