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

  /external/webkit/Source/WebCore/html/canvas/
WebGLBuffer.h 70 virtual bool isBuffer() const { return true; }
WebGLObject.h 58 virtual bool isBuffer() const { return false; }
WebGLRenderingContext.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/src/
JType.java 152 public boolean isBuffer() {
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 766 GC3Dboolean GraphicsContext3D::isBuffer(Platform3DObject buffer)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 216 glIsBufferType isBuffer;
380 isBuffer = GET_PROC_ADDRESS(glIsBuffer);
    [all...]

Completed in 278 milliseconds