HomeSort by relevance Sort by last modified time
    Searched refs:contextId (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_egl.h 23 void GLTrace_eglCreateContext(int version, int contextId);
24 void GLTrace_eglMakeCurrent(int contextId);
gltrace_egl.cpp 28 void GLTrace_eglCreateContext(int version, int contextId) {
32 glmessage.set_context_id(contextId);
45 arg_context->add_intvalue(contextId);
54 void GLTrace_eglMakeCurrent(int contextId) {
58 glmessage.set_context_id(contextId);
65 arg_context->add_intvalue(contextId);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.idl 35 [Custom, LogActivity] any getContext([Default=Undefined] optional DOMString contextId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexturePropertyAccessor.java 36 public TexturePropertyAccessor(int contextId, GLStateType textureUnitTarget, int level,
38 mContextId = contextId;
46 public TexturePropertyAccessor(int contextId, GLStateType textureUnitTarget,
48 this(contextId, textureUnitTarget, -1, textureTargetName);
CurrentVboPropertyAccessor.java 33 public CurrentVboPropertyAccessor(int contextId, GLEnum target, GLStateType vboProperty) {
34 mContextId = contextId;
44 mVboBindingAccessor = GLPropertyAccessor.makeAccessor(contextId,
GLPropertyAccessor.java 36 private GLPropertyAccessor(int contextId, List<GLPropertyExtractor> extractors) {
37 mContextId = contextId;
59 * @param contextId id of affected context
66 public static IGLPropertyAccessor makeAccessor(int contextId, Object...accessors) {
80 return new GLPropertyAccessor(contextId, extractors);
TextureUnitPropertyAccessor.java 33 public TextureUnitPropertyAccessor(int contextId, GLStateType targetPropertyType) {
34 mContextId = contextId;
StateTransformFactory.java 540 private static List<IStateTransform> transformsForGlStencilFuncFront(int contextId,
544 GLPropertyAccessor.makeAccessor(contextId,
550 GLPropertyAccessor.makeAccessor(contextId,
556 GLPropertyAccessor.makeAccessor(contextId,
564 private static List<IStateTransform> transformsForGlStencilFuncBack(int contextId,
568 GLPropertyAccessor.makeAccessor(contextId,
574 GLPropertyAccessor.makeAccessor(contextId,
580 GLPropertyAccessor.makeAccessor(contextId,
620 private static List<IStateTransform> transformsForGlStencilOpFront(int contextId,
624 GLPropertyAccessor.makeAccessor(contextId,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 86 Function function, boolean hasFb, int contextId,
94 mContextId = contextId;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 56 String contextId = contextIdResource;
58 if (contextId == "webgl" || contextId == "experimental-webgl") {
95 CanvasRenderingContext* result = impl->getContext(contextId, attributes.get());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CanvasProfileView.js 340 var contextId = contexts[i].resourceId || "";
342 if (this._replayContexts[contextId])
344 this._replayContexts[contextId] = true;
345 this._replayContextSelector.createOption(description, WebInspector.UIString("Show screenshot of this context's canvas."), contextId);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 601 int contextId = renderingContextMap.size() + 1;
603 renderingContextMap.set(m_3dRenderingContext, contextId);
605 contextId = it->value;
608 ts << "(3dRenderingContext " << contextId << ")\n";
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 201 ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::egl::Surface* surface);
217 ImageApi::ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::egl::Surface* surface)
218 : m_contextId (contextId)
293 GLES2ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::egl::Surface* surface, EGLConfig config);
322 GLES2ImageApi::GLES2ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::egl::Surface* surface, EGLConfig config)
323 : ImageApi (contextId, log, display, surface)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionServer.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.idl 156 [MeasureAs=DocumentGetCSSCanvasContext] RenderingContext getCSSCanvasContext(DOMString contextId, DOMString name, long width, long height);

Completed in 388 milliseconds

1 2