Searched refs:contextId (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8HTMLCanvasElementCustom.cpp | 56 String contextId = contextIdResource; in getContextMethodCustom() local 58 if (contextId == "webgl" || contextId == "experimental-webgl") { in getContextMethodCustom() 95 CanvasRenderingContext* result = impl->getContext(contextId, attributes.get()); in getContextMethodCustom()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLCanvasElement.idl | 35 [Custom, LogActivity] any getContext([Default=Undefined] optional DOMString contextId);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
D | CanvasProfileView.js | 340 var contextId = contexts[i].resourceId || ""; 342 if (this._replayContexts[contextId]) 344 this._replayContexts[contextId] = true; 345 …Option(description, WebInspector.UIString("Show screenshot of this context's canvas."), contextId);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsLayer.cpp | 601 int contextId = renderingContextMap.size() + 1; in dumpProperties() local 603 renderingContextMap.set(m_3dRenderingContext, contextId); in dumpProperties() 605 contextId = it->value; in dumpProperties() 608 ts << "(3dRenderingContext " << contextId << ")\n"; in dumpProperties()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InjectedScriptCanvasModuleSource.js | 2735 for (var i = 0, contextId; contextId = contextIds[i]; ++i) { 2736 replayContext = canvas.getContext(contextId, data.originalContextAttributes); 3986 for (var i = 0, contextId; contextId = contextIds[i]; ++i) { 3987 var context = canvas.getContext(contextId); 4445 item.contextId = CallFormatter.makeStringResourceId(contextResource.id()); 4451 if (!contextIds[item.contextId]) { 4452 contextIds[item.contextId] = true;
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 201 …ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::egl::Surface* surf… 217 ImageApi::ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::egl::Surface… in ImageApi() argument 218 : m_contextId (contextId) in ImageApi() 293 …GLES2ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::egl::Surface… 322 GLES2ImageApi::GLES2ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::eg… in GLES2ImageApi() argument 323 : ImageApi (contextId, log, display, surface) in GLES2ImageApi()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/ |
D | ExtensionServer.js | 942 var contextId; 1000 contextId = context.id; 1002 …RuntimeAgent.evaluate(expression, "extension", exposeCommandLineAPI, true, contextId, returnByValu…
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Document.idl | 156 …mentGetCSSCanvasContext] RenderingContext getCSSCanvasContext(DOMString contextId, DOMString name,…
|