OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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