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

  /frameworks/wilhelm/tests/sandbox/
object.c 173 SLObjectItf extensionObject;
174 result = (*engineEngine)->CreateExtensionObject(engineEngine, &extensionObject, NULL, 0x123, 0,
177 assert(NULL == extensionObject);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 163 v8::Handle<v8::Value> extensionObject;
167 extensionObject = toV8(static_cast<WebKitLoseContext*>(extension));
171 extensionObject = toV8(static_cast<OESStandardDerivatives*>(extension));
175 extensionObject = toV8(static_cast<OESTextureFloat*>(extension));
179 extensionObject = toV8(static_cast<OESVertexArrayObject*>(extension));
183 ASSERT(!extensionObject.IsEmpty());
184 V8DOMWrapper::setNamedHiddenReference(contextObject, referenceName, extensionObject);
185 return extensionObject;

Completed in 89 milliseconds