HomeSort by relevance Sort by last modified time
    Searched full:framebuffer (Results 226 - 250 of 1595) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
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/msm8084/libgralloc/
fb_priv.h 40 struct private_handle_t* framebuffer; member in struct:private_module_t
gpu.cpp 194 // we don't support framebuffer allocations with graphics heap flags
199 if (m->framebuffer == NULL) {
200 ALOGE("%s: Invalid framebuffer", __FUNCTION__);
226 uintptr_t vaddr = uintptr_t(m->framebuffer->base);
228 dup(m->framebuffer->fd), bufferSize,
243 hnd->offset = vaddr - uintptr_t(m->framebuffer->base);
325 size_t index = (hnd->base - m->framebuffer->base) / bufferSize;
  /hardware/qcom/display/msm8226/libgralloc/
fb_priv.h 40 struct private_handle_t* framebuffer; member in struct:private_module_t
gpu.cpp 197 // we don't support framebuffer allocations with graphics heap flags
202 if (m->framebuffer == NULL) {
203 ALOGE("%s: Invalid framebuffer", __FUNCTION__);
229 uint64_t vaddr = uint64_t(m->framebuffer->base);
231 dup(m->framebuffer->fd), bufferSize,
246 hnd->offset = (unsigned int)(vaddr - m->framebuffer->base);
328 unsigned int index = (unsigned int) ((hnd->base - m->framebuffer->base)
  /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/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/external_clear_key/
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());
  /external/chromium_org/third_party/angle/tests/angle_tests/
BlitFramebufferANGLETest.cpp 304 // Draw to user-created framebuffer, blit whole-buffer color to original framebuffer.
331 // Draw to system framebuffer, blit whole-buffer color to user-created framebuffer.
358 // blit from user-created FBO to system framebuffer, with the scissor test enabled.
393 // blit from system FBO to user-created framebuffer, with the scissor test enabled.
428 // blit from user-created FBO to system framebuffer, using region larger than buffer.
458 // blit from system FBO to user-created framebuffer, using region larger than buffer.
487 // blit from user-created FBO to system framebuffer, with depth buffer.
524 // blit from system FBO to user-created framebuffer, with depth buffer
    [all...]
  /bootable/recovery/minui/
graphics_fbdev.c 106 // throughout we assume that the framebuffer device uses an RGBX
128 perror("failed to mmap framebuffer");
157 // memcpy from the buffer we allocated to the framebuffer.
172 printf("framebuffer: %d (%d x %d)\n", fb_fd, gr_draw->width, gr_draw->height);
200 // Copy from the in-memory surface to the framebuffer.

Completed in 428 milliseconds

1 2 3 4 5 6 7 8 91011>>