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

1 2

  /external/chromium_org/chrome/common/extensions/docs/examples/api/input.ime/basic/
main.js 12 console.log('onFocus:' + context.contextID);
13 context_id = context.contextID;
15 ime_api.onBlur.addListener(function(contextID) {
16 console.log('onBlur:' + contextID);
31 chrome.input.ime.commitText({"contextID": context_id,
  /frameworks/native/opengl/libs/GLES_trace/src/
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);
gltrace_egl.h 23 void GLTrace_eglCreateContext(int version, int contextId);
24 void GLTrace_eglMakeCurrent(int contextId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
CurrentProgramPropertyAccessor.java 30 public CurrentProgramPropertyAccessor(int contextid, GLStateType stateCategory,
32 mContextId = contextid;
37 mCurrentProgramAccessor = GLPropertyAccessor.makeAccessor(contextid,
CurrentVboPropertyAccessor.java 33 public CurrentVboPropertyAccessor(int contextId, GLEnum target, GLStateType vboProperty) {
34 mContextId = contextId;
44 mVboBindingAccessor = GLPropertyAccessor.makeAccessor(contextId,
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);
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 534 private static List<IStateTransform> transformsForGlStencilFuncFront(int contextId,
538 GLPropertyAccessor.makeAccessor(contextId,
544 GLPropertyAccessor.makeAccessor(contextId,
550 GLPropertyAccessor.makeAccessor(contextId,
558 private static List<IStateTransform> transformsForGlStencilFuncBack(int contextId,
562 GLPropertyAccessor.makeAccessor(contextId,
568 GLPropertyAccessor.makeAccessor(contextId,
574 GLPropertyAccessor.makeAccessor(contextId,
614 private static List<IStateTransform> transformsForGlStencilOpFront(int contextId,
618 GLPropertyAccessor.makeAccessor(contextId,
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
input_ime.html 26 context_id = context.contextID;
32 chrome.input.ime.commitText({"contextID": context_id,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 57 String contextId = contextIdResource;
59 if (contextId == "webgl" || contextId == "experimental-webgl" || contextId == "webkit-3d") {
96 CanvasRenderingContext* result = imp->getContext(contextId, attributes.get());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.idl 35 [Custom, PerWorldBindings, ActivityLogging=ForIsolatedWorlds] any getContext([Default=Undefined] optional DOMString contextId);
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_browsertests.cc 396 " contextID: engineBridge.getFocusedContextID().contextID,"
412 " contextID: engineBridge.getFocusedContextID().contextID,"
455 " contextID: engineBridge.getFocusedContextID().contextID,"
621 " contextID: engineBridge.getFocusedContextID().contextID,"
688 " contextID: engineBridge.getFocusedContextID().contextID,"
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
input_ime.json 31 "contextID": {"type": "integer", "description": "This is used to specify targets of text field operations. This ID becomes invalid as soon as onBlur is called."},
64 "contextID": {
134 "contextID": {
163 "contextID": {
196 "contextID": {
297 "contextID": {
349 "contextID": {
448 "contextID": {
526 "name": "contextID",
  /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/mesa/src/src/glx/
glxcmds.c 572 * \param contextID ID of the context to be tested.
577 __glXIsDirect(Display * dpy, GLXContextID contextID)
595 (c, contextID),
614 req->context = contextID;
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 572 * \param contextID ID of the context to be tested.
577 __glXIsDirect(Display * dpy, GLXContextID contextID)
595 (c, contextID),
614 req->context = contextID;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
realglx.h 210 _real_glXImportContextEXT(Display *dpy, GLXContextID contextID);
glxapi.h 133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
  /external/mesa3d/src/mesa/drivers/x11/
realglx.h 210 _real_glXImportContextEXT(Display *dpy, GLXContextID contextID);
glxapi.h 133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.idl 146 CanvasRenderingContext getCSSCanvasContext(DOMString contextId, DOMString name, long width, long height);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CanvasProfileView.js 350 var contextId = contexts[i].resourceId || "";
352 if (this._replayContexts[contextId])
354 this._replayContexts[contextId] = true;
355 this._replayContextSelector.createOption(description, WebInspector.UIString("Show screenshot of this context's canvas."), contextId);
    [all...]
ExtensionServer.js     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml     [all...]

Completed in 366 milliseconds

1 2