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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.cpp 153 int index = mapTargetToIndex(target);
259 int WebGLTexture::mapTargetToIndex(GLenum target) const
382 int targetIndex = mapTargetToIndex(target);
WebGLTexture.h 116 int mapTargetToIndex(GLenum) const;

Completed in 3137 milliseconds