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

  /external/webkit/WebCore/html/canvas/
WebGLArray.h 42 virtual bool isUnsignedShortArray() const { return false; }
WebGLUnsignedShortArray.h 40 virtual bool isUnsignedShortArray() const { return true; }
  /external/webkit/WebCore/bindings/js/
JSWebGLArrayCustom.cpp 64 if (object->isUnsignedShortArray())
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLArrayCustom.cpp 62 if (impl->isUnsignedShortArray())

Completed in 203 milliseconds