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

  /external/webkit/Source/WebCore/html/canvas/
WebGLObject.h 58 virtual bool isBuffer() const { return false; }
WebGLBuffer.h 70 virtual bool isBuffer() const { return true; }
WebGLRenderingContext.h 169 GC3Dboolean isBuffer(WebGLBuffer*);
WebGLRenderingContext.idl     [all...]
WebGLRenderingContext.cpp     [all...]
  /external/clang/include/clang/Frontend/
FrontendOptions.h 103 bool isFile() const { return !isBuffer(); }
104 bool isBuffer() const { return Buffer != 0; }
111 assert(isBuffer());
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 198 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck,
200 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
204 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck,
217 (isBuffer ? "remaining()" : "length - " + offset) +
352 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
363 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
390 (isBuffer ? "remaining()" : "length - " +
425 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii);
430 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
501 } else if (jfunc.getArgType(idx).isBuffer()) {
    [all...]
JFunc.java 85 if (argType.isBuffer()) {
JType.java 185 public boolean isBuffer() {
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 142 bool isBuffer(GLuint buffer);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 216 glIsBufferType isBuffer;
380 isBuffer = GET_PROC_ADDRESS(glIsBuffer);
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 257 virtual WGC3Dboolean isBuffer(WebGLId buffer) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 165 GC3Dboolean isBuffer(Platform3DObject);
GraphicsContext3DChromium.cpp 583 DELEGATE_TO_IMPL_1R(isBuffer, Platform3DObject, GC3Dboolean)
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 591 if (Input.isBuffer()) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 694 GC3Dboolean isBuffer(Platform3DObject);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 766 GC3Dboolean GraphicsContext3D::isBuffer(Platform3DObject buffer)
    [all...]

Completed in 242 milliseconds