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

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
NativeMacSubWindow.m 49 NSView *glView = [[EmuGLView alloc] initWithFrame:contentRect];
50 if (glView) {
51 [[win contentView] addSubview:glView];
55 return (EGLNativeWindowType)glView;
60 NSView *glView = (NSView *)win;
61 [glView removeFromSuperview];
62 [glView release];
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 25 import android.graphics.glutils.GLView;
56 // GLView object to manage drawing
57 private GLView glView = new GLView();
106 // Hand the key to the GLView object first
107 if (glView.processKey(keyCode)) {
145 glView.reset();
197 glView.setAspectRatio(ratio);
203 glView.setProjection(gl)
    [all...]

Completed in 52 milliseconds