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

1 2 3 4 5 6 7 891011>>

  /external/qemu/android/
qemulator.h 65 /* Gets framebuffer for the first display. */
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_DisplayFormatAlpha.3 11 This function takes a surface and copies it to a new surface of the pixel format and colors of the video framebuffer plus an alpha channel, suitable for fast blitting onto the display surface\&. It calls \fISDL_ConvertSurface\fR
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.h 24 /* 3Dfx hardware acceleration for the SDL framebuffer console driver */
SDL_fbmatrox.h 24 /* Matrox hardware acceleration for the SDL framebuffer console driver */
SDL_fbriva.h 24 /* Riva hardware acceleration for the SDL framebuffer console driver */
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.h 24 /* iPod SDL framebuffer driver
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3events.c 3 * CELL BE Support for PS3 Framebuffer
SDL_ps3events_c.h 3 * CELL BE Support for PS3 Framebuffer
SDL_ps3yuv_c.h 3 * CELL BE Support for PS3 Framebuffer
  /hardware/libhardware/modules/gralloc/
Android.mk 27 framebuffer.cpp \
  /hardware/qcom/display/msm8960/libgralloc/
Android.mk 28 LOCAL_SRC_FILES := gpu.cpp gralloc.cpp framebuffer.cpp mapper.cpp
fb_priv.h 40 struct private_handle_t* framebuffer; member in struct:private_module_t
gpu.cpp 180 // we don't support framebuffer allocations with graphics heap flags
185 if (m->framebuffer == NULL) {
186 ALOGE("%s: Invalid framebuffer", __FUNCTION__);
212 intptr_t vaddr = intptr_t(m->framebuffer->base);
214 dup(m->framebuffer->fd), bufferSize,
229 hnd->offset = vaddr - intptr_t(m->framebuffer->base);
311 int index = (hnd->base - m->framebuffer->base) / bufferSize;
  /hardware/qcom/display/msm8974/libgralloc/
Android.mk 28 LOCAL_SRC_FILES := gpu.cpp gralloc.cpp framebuffer.cpp mapper.cpp
fb_priv.h 40 struct private_handle_t* framebuffer; member in struct:private_module_t
gpu.cpp 186 // we don't support framebuffer allocations with graphics heap flags
191 if (m->framebuffer == NULL) {
192 ALOGE("%s: Invalid framebuffer", __FUNCTION__);
218 intptr_t vaddr = intptr_t(m->framebuffer->base);
220 dup(m->framebuffer->fd), bufferSize,
235 hnd->offset = vaddr - intptr_t(m->framebuffer->base);
326 int index = (hnd->base - m->framebuffer->base) / bufferSize;
  /hardware/qcom/display/msm8x26/libgralloc/
Android.mk 28 LOCAL_SRC_FILES := gpu.cpp gralloc.cpp framebuffer.cpp mapper.cpp
fb_priv.h 40 struct private_handle_t* framebuffer; member in struct:private_module_t
  /hardware/samsung_slsi/exynos5/gralloc/
Android.mk 29 framebuffer.cpp \
  /packages/apps/Camera/jni/
Android.mk 28 feature_mos/src/mosaic_renderer/FrameBuffer.cpp \
  /packages/apps/LegacyCamera/jni/
Android.mk 28 feature_mos/src/mosaic_renderer/FrameBuffer.cpp \
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 131 // GLES does not require the framebuffer to have a color attachment.
203 // drivers (e.g. ATI's) - after the framebuffer attachments
205 // the framebuffer to sort things out.
207 ctx->dispatcher().glBindFramebufferEXT(GL_FRAMEBUFFER,ctx->shareGroup()->getGlobalName(FRAMEBUFFER,m_fbName));
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeLinuxSubWindow.cpp 33 // in FrameBuffer so it is safe to check and initialize s_display here
WindowSurface.h 51 GLuint m_fbObj; // GLES Framebuffer object (when EGLimage is used)
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_audio_decoder.cc 356 if (!decoded_frames->FrameBuffer()) {
360 decoded_frames->FrameBuffer()->SetSize(buffer_size);
361 uint8_t* output_buffer = decoded_frames->FrameBuffer()->Data();
379 // is required to allocate the FrameBuffer object).
394 if (!decoded_frames->FrameBuffer()) {
398 memcpy(decoded_frames->FrameBuffer()->Data(),
401 decoded_frames->FrameBuffer()->SetSize(serialized_audio_frames_.size());

Completed in 294 milliseconds

1 2 3 4 5 6 7 891011>>