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

1 2

  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 88 int vstride; member in struct:private_handle_t
105 int h, int format, int stride, int vstride) :
108 vstride(vstride), base(0), handle(0), handle1(0), handle2(0)
116 int h, int format, int stride, int vstride) :
119 vstride(vstride), base(0), base1(0), base2(0), handle(0), handle1(0),
128 int h, int format, int stride, int vstride) :
131 vstride(vstride), base(0), base1(0), base2(0), handle(0), handle1(0)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_phyuv_c.h 46 long VStride;
SDL_phyuv.c 216 overlay->hwdata->VStride = overlay->hwdata->channel->uplane1->pitch;
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 135 int bpp = 0, vstride, fd, err; local
155 vstride = h;
164 vstride = ALIGN(h, 16);
165 if (vstride < h + 2)
168 size = bpr * vstride;
181 vstride);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.h 49 long VStride;
  /frameworks/native/include/ui/
ANativeObjectBase.h 40 int32_t vstride; member in union:egl_native_pixmap_t::__anon18587
  /external/webp/src/dsp/
dec.c 588 int hstride, int vstride, int size,
598 p += vstride;
603 int hstride, int vstride, int size,
613 p += vstride;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libGLESv1_CM.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libGLESv1_CM.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libGLESv1_CM.so 
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/lib/
libGLESv1_CM.so 
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/lib/
libGLESv1_CM.so 
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 149 ALOGV("\t\tformat = %d, width = %u, height = %u, stride = %u, vstride = %u",
150 h->format, h->width, h->height, h->stride, h->vstride);
395 handle->vstride <= max_h &&
396 handle->vstride % GSC_H_ALIGNMENT == 0 &&
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 198 GGLint vstride; member in union:__anon44034::__anon44035
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 170 SDL_PROC_UNUSED(void,glMap2d,(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points))
171 SDL_PROC_UNUSED(void,glMap2f,(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points))
  /external/webp/src/enc/
filter.c 136 int hstride, int vstride, int size,
146 p += vstride;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h     [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h     [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h     [all...]
glext.h     [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_opengl.h     [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]

Completed in 1445 milliseconds

1 2