/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/ |
GSSManagerTest.java | 87 public GSSContext createContext(byte[] interProcessToken) 93 public GSSContext createContext(GSSCredential myCred) 99 public GSSContext createContext(GSSName peer, Oid mech,
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8WindowShell.h | 101 void createContext();
|
V8WindowShell.cpp | 192 createContext(); 258 void V8WindowShell::createContext() 295 const char* histogramName = "WebCore.V8WindowShell.createContext.MainWorld"; 297 histogramName = "WebCore.V8WindowShell.createContext.IsolatedWorld";
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Display.h | 45 EGLContext createContext(EGLConfig configHandle, const gl::Context *shareContext, bool notifyResets, bool robustAccess);
|
/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.h | 44 int createContext(RenderingThread *thread, const ClientHandle & ctx, const ClientHandle shareCtx, int version);
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglAbstractDisplay.java | 83 protected abstract void createContext(AppSettings settings) throws LWJGLException; 113 createContext(settings);
|
LwjglCanvas.java | 265 createContext(settings);
427 protected void createContext(AppSettings settings) {
|
LwjglDisplay.java | 70 protected void createContext(AppSettings settings) throws LWJGLException{
174 createContext(settings);
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglOsApi.h | 55 EGLNativeContextType createContext(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext);
|
EglMacApi.cpp | 157 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) {
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
BlockingGLTextureView.java | 140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { 176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); 180 throwEglException("createContext");
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
BlockingGLTextureView.java | 140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { 176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); 180 throwEglException("createContext");
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
BlockingGLTextureView.java | 140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { 176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); 180 throwEglException("createContext");
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
ColorsGLRenderer.java | 174 mEglContext = createContext(mEgl, mEglDisplay, eglConfig); 199 private static EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
RenderTarget.java | 90 EGLContext eglContext = createContext(egl, eglDisplay, eglConfig); 383 private static EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) {
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
GLTextureViewActivity.java | 381 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); 404 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) {
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
GL2JNIView.java | 112 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
BitmapShader_Delegate.java | 109 public java.awt.PaintContext createContext(
|
LinearGradient_Delegate.java | 136 public java.awt.PaintContext createContext(
|
RadialGradient_Delegate.java | 122 public java.awt.PaintContext createContext(
|
SweepGradient_Delegate.java | 114 public java.awt.PaintContext createContext(
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
GL2JNIView.java | 80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
GLPerfView.java | 80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
GLDualGL2View.java | 83 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
|
/frameworks/rs/ |
rsContext.h | 86 static Context * createContext(Device *, const RsSurfaceConfig *sc,
|