• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/platform/graphics/opengl/

Lines Matching refs:Extensions3DOpenGL

30 #include "Extensions3DOpenGL.h"
51 Extensions3DOpenGL::Extensions3DOpenGL(GraphicsContext3D* context)
56 Extensions3DOpenGL::~Extensions3DOpenGL()
61 void Extensions3DOpenGL::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter)
80 void Extensions3DOpenGL::renderbufferStorageMultisample(unsigned long target, unsigned long samples, unsigned long internalformat, unsigned long width, unsigned long height)
85 Platform3DObject Extensions3DOpenGL::createVertexArrayOES()
98 void Extensions3DOpenGL::deleteVertexArrayOES(Platform3DObject array)
112 GC3Dboolean Extensions3DOpenGL::isVertexArrayOES(Platform3DObject array)
127 void Extensions3DOpenGL::bindVertexArrayOES(Platform3DObject array)
140 void Extensions3DOpenGL::insertEventMarkerEXT(const String&)
146 void Extensions3DOpenGL::pushGroupMarkerEXT(const String&)
152 void Extensions3DOpenGL::popGroupMarkerEXT(void)
158 bool Extensions3DOpenGL::supportsExtension(const String& name)
223 void Extensions3DOpenGL::drawBuffersEXT(GC3Dsizei n, const GC3Denum* bufs)
236 void Extensions3DOpenGL::drawArraysInstanced(GC3Denum mode, GC3Dint first, GC3Dsizei count, GC3Dsizei primcount)
251 void Extensions3DOpenGL::drawElementsInstanced(GC3Denum mode, GC3Dsizei count, GC3Denum type, long long offset, GC3Dsizei primcount)
267 void Extensions3DOpenGL::vertexAttribDivisor(GC3Duint index, GC3Duint divisor)
280 String Extensions3DOpenGL::getExtensions()
286 bool Extensions3DOpenGL::isVertexArrayObjectSupported()