HomeSort by relevance Sort by last modified time
    Searched full:_drawrectangle (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
Layers3DView.js 385 _drawRectangle: function(vertices, color, glMode, texture)
525 this._drawRectangle(vertices, style.borderColor, gl.LINE_LOOP);
534 this._drawRectangle(vertices, color, gl.TRIANGLE_FAN);
535 this._drawRectangle(vertices, WebInspector.Layers3DView.ScrollRectBorderColor, gl.LINE_LOOP);
542 this._drawRectangle(vertices, style.color, gl.TRIANGLE_FAN, tile.texture);
552 this._drawRectangle(vertices, color, this._gl.LINE_LOOP);

Completed in 155 milliseconds