HomeSort by relevance Sort by last modified time
    Searched defs:isBuffer (Results 1 - 7 of 7) 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 185 public boolean isBuffer() {
  /external/clang/include/clang/Frontend/
FrontendOptions.h 103 bool isFile() const { return !isBuffer(); }
104 bool isBuffer() const { return Buffer != 0; }
111 assert(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 100 milliseconds