Searched refs:createContext (Results 1 - 25 of 72) sorted by path

123

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWindowProxy.cpp194 createContext();
235 void WindowProxy::createContext() function in class:blink::WindowProxy
270 const char* histogramName = "WebCore.WindowProxy.createContext.MainWorld";
272 histogramName = "WebCore.WindowProxy.createContext.IsolatedWorld";
H A DWindowProxy.h106 void createContext();
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/angle/src/libEGL/
H A DDisplay.cpp393 EGLContext Display::createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyResets, bool robustAccess) function in class:egl::Display
H A DDisplay.h48 EGLContext createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyResets, bool robustAccess);
H A DlibEGL.cpp764 return display->createContext(config, client_version, static_cast<gl::Context*>(share_context), reset_notification, robust_access);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxclient.h105 struct glx_context *(*createContext)(struct glx_screen *psc, member in struct:__GLXDRIscreenRec
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi_extensions.h399 NPDeviceCreateContextPtr createContext; member in struct:NPDevice
/external/chromium_org/third_party/skia/include/core/
H A DSkDrawLooper.h47 * Called in a loop on objects returned by SkDrawLooper::createContext().
54 * createContext().
58 * initially, before createContext() was first called.
71 virtual Context* createContext(SkCanvas*, void* storage) const = 0;
H A DSkShader.h220 Context* createContext(const ContextRec&, void* storage) const;
223 * Return the size of a Context returned by createContext.
225 * Override this if your subclass overrides createContext, to return the correct size of
386 * call createContext. Instead we pass the SkPaint here in case the shader needs paint info.
/external/chromium_org/third_party/skia/include/effects/
H A DSkBlurDrawLooper.h45 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
H A DSkLayerDrawLooper.h76 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter.cpp595 proxyContext = fProxy->createContext(rec, proxyContextStorage);
938 shaderContext = shader->createContext(rec, storage);
1036 SkShader::Context* ctx = fShader->createContext(rec, (void*)fShaderContext);
H A DSkCanvas.cpp289 fLooperContext = looper->createContext(canvas, buffer);
H A DSkComposeShader.cpp111 SkShader::Context* contextA = fShaderA->createContext(newRec, aStorage);
112 SkShader::Context* contextB = fShaderB->createContext(newRec, bStorage);
H A DSkDrawLooper.cpp20 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
42 SkDrawLooper::Context* context = this->createContext(&canvas, buffer);
H A DSkFilterShader.cpp69 SkShader::Context* shaderContext = fShader->createContext(rec, shaderContextStorage);
H A DSkLocalMatrixShader.cpp47 return fProxyShader->createContext(newRec, storage);
H A DSkPictureShader.cpp165 fBitmapShaderContext = bitmapShader->createContext(rec, fBitmapShaderContextStorage);
H A DSkShader.cpp97 SkShader::Context* SkShader::createContext(const ContextRec& rec, void* storage) const { function in class:SkShader
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurDrawLooper.cpp118 SkDrawLooper::Context* SkBlurDrawLooper::createContext(SkCanvas*, void* storage) const { function in class:SkBlurDrawLooper
H A DSkLayerDrawLooper.cpp39 SkLayerDrawLooper::Context* SkLayerDrawLooper::createContext(SkCanvas* canvas, void* storage) const { function in class:SkLayerDrawLooper
/external/chromium_org/third_party/skia/tests/
H A DLayerDrawLooperTest.cpp63 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
103 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
143 SkDrawLooper::Context* context = looper->createContext(&canvas, buffer);
H A DQuickRejectTest.cpp19 virtual SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const SK_OVERRIDE {
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java87 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { method in class:ViEAndroidGLES20.ContextFactory

Completed in 690 milliseconds

123