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

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_dotprod_tmp.h 44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; local
47 *out = (coord[0] * plane0 +
64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
68 *out = (coord[0] * plane0 +
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
89 *out = (coord[0] * plane0 +
  /external/mesa3d/src/mesa/math/
m_dotprod_tmp.h 44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; local
47 *out = (coord[0] * plane0 +
64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
68 *out = (coord[0] * plane0 +
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
89 *out = (coord[0] * plane0 +
  /external/opencv/cxcore/src/
cxconvert.cpp 49 arrtype_ptr plane0 = ptr[0]; \
53 arrtype_ptr plane0 = ptr[0]; \
58 arrtype_ptr plane0 = ptr[0]; \
73 plane0[j] = t0; \
76 plane0 += dststep; \
91 plane0[j] = t0; \
95 plane0 += dststep; \
110 plane0[j] = t0; \
119 plane0 += dststep; \
224 arrtype t0 = plane0[j];
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon33394
    [all...]
copybit_c2d.cpp 563 surfaceDef.plane0 = (void*) (handle->base);
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon33460
    [all...]
copybit_c2d.cpp 574 surfaceDef.plane0 = (void*) (handle->base);
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon33531
    [all...]
copybit_c2d.cpp 563 surfaceDef.plane0 = (void*) (handle->base);
    [all...]
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 283 surfaceDef->plane0 = (void *)0xaaaaaaaa;
320 srcSurfaceDef->plane0 = data;
332 dstSurfaceDef->plane0 = data;
598 uint8_t * base = (uint8_t *)dstSurfaceDef->plane0;

Completed in 465 milliseconds