HomeSort by relevance Sort by last modified time
    Searched full:surface (Results 201 - 225 of 566) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/quake/quake/src/WinQuake/
r_edge.cpp 44 // surfaces[1] is the background, and is used as the active surface stack
134 surface_p = &surfaces[2]; // background is surface 1,
135 // surface 0 is a dummy
322 // reset spanstate for all surfaces in the surface stack
342 // it's adding a new surface in, so find the correct place
443 // set last_u on the surface below
469 // it's adding a new surface in, so find the correct place
595 // clear active surfaces to just the background surface
604 // it has a left surface, so a surface is going away for this span
    [all...]
zone.h 49 Temp_??? Temp memory is used for file loading and surface caching. The size
64 surface cache
r_edgea.s 267 jnz LNoEmit // surface isn't on top, just remove
289 movl st_next(%esi),%edx // remove the surface from the surface
298 movl st_next(%esi),%edx // remove the surface from the surface
306 movl st_next(%esi),%edx // remove the surface from the surface
332 // clear active surfaces to just the background surface
359 // it has a left surface, so a surface is going away for this spa
    [all...]
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 56 // initialize the drawing surface
107 // clip the canvas to the dirty rect b/c the surface is only required to
205 // draw the drawing surface box (5 px from the edge)
340 buffered surface and this second call hides that problem.
354 // compare to the plugin's surface dimensions
357 "----%p Invalid Surface Dimensions (%d,%d):(%d,%d)",
415 //TODO do not paint outside the drawing surface
440 //TODO do not paint outside the drawing surface
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h 51 void (*ConvertSurface)(_THIS, SDL_Surface *surface);
54 void (*CopyShadow)(_THIS, SDL_Surface *surface);
  /external/quake/quake/src/QW/client/
zone.h 49 Temp_??? Temp memory is used for file loading and surface caching. The size
64 surface cache
r_edgea.s 267 jnz LNoEmit // surface isn't on top, just remove
289 movl st_next(%esi),%edx // remove the surface from the surface
298 movl st_next(%esi),%edx // remove the surface from the surface
306 movl st_next(%esi),%edx // remove the surface from the surface
332 // clear active surfaces to just the background surface
359 // it has a left surface, so a surface is going away for this spa
    [all...]
  /frameworks/base/include/ui/
GraphicBuffer.h 99 status_t lock(GGLSurface* surface, uint32_t usage);
128 friend class Surface;
  /frameworks/base/media/libmediaplayerservice/
StagefrightPlayer.cpp 47 status_t StagefrightPlayer::setVideoSurface(const sp<ISurface> &surface) {
50 mPlayer->setISurface(surface);
MediaRecorderClient.h 32 virtual status_t setPreviewSurface(const sp<ISurface>& surface);
MidiFile.h 38 virtual status_t setVideoSurface(const sp<ISurface>& surface) { return UNKNOWN_ERROR; }
  /frameworks/base/opengl/libagl/
TextureObjectManager.h 52 void setImageBits(void* vaddr) { surface.data = (GGLubyte*)vaddr; }
74 GGLSurface surface; member in class:android::EGLTextureObject
  /hardware/msm7k/libstagefrighthw/
QComHardwareRenderer.cpp 65 const sp<ISurface> &surface,
69 : mISurface(surface),
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TranslucentGLSurfaceViewActivity.java 44 // Use a surface format with an Alpha channel:
  /development/samples/BrowserPlugin/jni/
jni-bridge.cpp 28 static void surfaceCreated(JNIEnv* env, jobject thiz, jint npp, jobject surface) {
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_resize.c 43 /* See if this event would change the video surface */
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.h 57 Uint8 *fbstart; /* These refer to the surface used, */
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.h 77 /* Called to check if the plugin is running in "windowed" mode (i.e. surface
149 /** Called to ensure the surface is being correctly displayed within the
151 changed then we need to ensure the surface is added or removed from the
156 /** send the surface the currently visible portion of the plugin. This is not
  /frameworks/base/include/camera/
Camera.h 137 class Surface;
170 status_t setPreviewDisplay(const sp<Surface>& surface);
171 status_t setPreviewDisplay(const sp<ISurface>& surface);
  /frameworks/base/include/media/
MediaRecorderBase.h 40 virtual status_t setPreviewSurface(const sp<ISurface>& surface) = 0;
PVMediaRecorder.h 44 virtual status_t setPreviewSurface(const sp<ISurface>& surface);
  /frameworks/base/libs/camera/
ICamera.cpp 68 status_t setPreviewDisplay(const sp<ISurface>& surface)
73 data.writeStrongBinder(surface->asBinder());
261 sp<ISurface> surface = interface_cast<ISurface>(data.readStrongBinder()); local
262 reply->writeInt32(setPreviewDisplay(surface));
  /frameworks/base/opengl/include/EGL/
eglext.h 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
SurfaceView.java 90 public Surface getSurface() {

Completed in 1995 milliseconds

1 2 3 4 5 6 7 891011>>