HomeSort by relevance Sort by last modified time
    Searched refs:coord (Results 201 - 225 of 235) sorted by null

1 2 3 4 5 6 7 8910

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 110 * Compute coord % size for repeat wrap modes.
111 * Note that if coord is negative, coord % size doesn't give the right
116 repeat(int coord, unsigned size)
118 return (coord + size * 1024) % size;
123 * Apply texture coord wrapping mode and return integer texture indexes
262 * \param icoord returns the computed integer texture coord
476 wrap_array_layer(float coord, unsigned size, int *layer)
478 int c = util_ifloor(coord + 0.5F);
565 * \param x the x coord of texel within 2D imag
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 378 nouveau_tex_gen(struct gl_context *ctx, GLenum coord, GLenum pname,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 110 * Compute coord % size for repeat wrap modes.
111 * Note that if coord is negative, coord % size doesn't give the right
116 repeat(int coord, unsigned size)
118 return (coord + size * 1024) % size;
123 * Apply texture coord wrapping mode and return integer texture indexes
262 * \param icoord returns the computed integer texture coord
476 wrap_array_layer(float coord, unsigned size, int *layer)
478 int c = util_ifloor(coord + 0.5F);
565 * \param x the x coord of texel within 2D imag
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 378 nouveau_tex_gen(struct gl_context *ctx, GLenum coord, GLenum pname,
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 464 int coord, int size,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c 422 uint coord = src_vector( p, &inst->Src[0], fs); local
428 coord,
674 src0, /* coord*/
689 negate(swizzle(0, ONE, ONE, ONE, ONE), 1, 1, 1, 1), /* coord */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_fragprog.c 275 GLuint coord = src_vector( p, &inst->SrcReg[0], program); \
282 coord, \
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 422 uint coord = src_vector( p, &inst->Src[0], fs); local
428 coord,
674 src0, /* coord*/
689 negate(swizzle(0, ONE, ONE, ONE, ONE), 1, 1, 1, 1), /* coord */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 275 GLuint coord = src_vector( p, &inst->SrcReg[0], program); \
282 coord, \
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.c     [all...]
  /external/mesa3d/src/mesa/main/
dlist.c     [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 1599 string country, coord, zone; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkGeometry.cpp     [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 1599 string country, coord, zone; local
    [all...]
  /external/skia/src/core/
SkGeometry.cpp     [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 450 status_t convertGPSCoord(double coord, int &deg, int &min, int &sec, int &secDivisor);
    [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 1847 milliseconds

1 2 3 4 5 6 7 8910