Searched refs:createContext (Results 1 - 25 of 72) sorted by last modified time

123

/external/skia/src/core/
H A DSkBlitter.cpp595 proxyContext = fProxy->createContext(rec, proxyContextStorage);
935 shaderContext = shader->createContext(rec, storage);
1033 SkShader::Context* ctx = fShader->createContext(rec, (void*)fShaderContext);
H A DSkCanvas.cpp332 fLooperContext = looper->createContext(canvas, buffer);
H A DSkComposeShader.cpp101 SkShader::Context* contextA = fShaderA->createContext(newRec, aStorage);
102 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.cpp60 SkShader::Context* shaderContext = fShader->createContext(rec, shaderContextStorage);
H A DSkLocalMatrixShader.cpp32 return fProxyShader->createContext(newRec, storage);
H A DSkPictureShader.cpp143 fBitmapShaderContext = bitmapShader->createContext(rec, fBitmapShaderContextStorage);
H A DSkShader.cpp88 SkShader::Context* SkShader::createContext(const ContextRec& rec, void* storage) const { function in class:SkShader
/external/skia/src/effects/
H A DSkBlurDrawLooper.cpp108 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/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/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.h227 Context* createContext(const ContextRec&, void* storage) const;
230 * Return the size of a Context returned by createContext.
232 * 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/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/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java701 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); method in interface:GLSurfaceView.EGLContextFactory
708 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { method in class:GLSurfaceView.DefaultContextFactory
949 mEglContext = mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig);
951 throwEglException("createContext");
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/mesa3d/src/glx/
H A Dglxclient.h105 struct glx_context *(*createContext)(struct glx_screen *psc, member in struct:__GLXDRIscreenRec
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2757 milliseconds

123