HomeSort by relevance Sort by last modified time
    Searched defs:createContext (Results 1 - 25 of 26) sorted by null

1 2

  /development/tools/emulator/opengl/tests/ut_renderer/
Renderer.cpp 91 int Renderer::createContext(RenderingThread *thread, const ClientHandle &handle, ClientHandle shareCtx, int version)
  /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,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 121 public java.awt.PaintContext createContext(
SweepGradient_Delegate.java 113 public java.awt.PaintContext createContext(
BitmapShader_Delegate.java 108 public java.awt.PaintContext createContext(
LinearGradient_Delegate.java 135 public java.awt.PaintContext createContext(
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 112 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 153 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) {
EglX11Api.cpp 243 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) {
EglWindowsApi.cpp 512 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeContextType sharedContext) {
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.cpp 406 EGLContext Display::createContext(EGLConfig configHandle, const gl::Context *shareContext)
  /frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
  /frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 83 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
  /packages/apps/Camera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 102 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
  /frameworks/base/libs/rs/
rsContext.cpp 365 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) {
711 Context *rsc = Context::createContext(dev, NULL);
723 Context *rsc = Context::createContext(dev, &sc);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 379 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
402 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) {
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 579 mEglContext = createContext(sEgl, sEglDisplay, sEglConfig);
699 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) {
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 749 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig);
756 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) {
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 444 milliseconds

1 2