HomeSort by relevance Sort by last modified time
    Searched refs:isBuffer (Results 1 - 15 of 15) 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...]
  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 186 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck,
188 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
192 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck,
205 "\"" + (isBuffer ? "remaining()" : "length - " + offset) + " < needed\");");
328 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
339 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
366 "\"" + (isBuffer ? "remaining()" : "length - " + offset) + " < " + checks[index + 2] + "\");");
411 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii);
424 } else if (jfunc.getArgType(idx).isBuffer()) {
745 if (jfunc.getArgType(i).isBuffer()) {
    [all...]
JFunc.java 85 if (argType.isBuffer()) {
JType.java 152 public boolean isBuffer() {
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 126 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/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 1547 milliseconds