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

  /external/webkit/WebCore/html/canvas/
WebGLArray.h 39 virtual bool isByteArray() const { return false; }
WebGLByteArray.h 42 virtual bool isByteArray() const { return true; }
  /external/webkit/WebCore/bindings/js/
JSWebGLArrayCustom.cpp 56 if (object->isByteArray())
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLArrayCustom.cpp 50 if (impl->isByteArray())

Completed in 165 milliseconds