Searched defs:stride (Results 101 - 125 of 693) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_span.c68 intel_offset_S8(uint32_t stride, uint32_t x, uint32_t y, bool swizzled) argument
73 uint32_t row_size = 64 * stride;
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_clip_tmp.h50 const GLuint stride = clip_vec->stride; local
130 const GLuint stride = clip_vec->stride; local
187 const GLuint stride = clip_vec->stride; local
223 const GLuint stride = clip_vec->stride; local
H A Dm_vector.h42 #define VEC_BAD_STRIDE 0x100 /* matches tnl's prefered stride */
66 GLuint stride; /**< stride from one element to the next (in bytes) */ member in struct:__anon14567
89 ( (type *) ( ((GLbyte *) ((v)->data)) + (i) * (v)->stride) )
/external/chromium_org/third_party/skia/gm/
H A Dtexdata.cpp44 static const int stride = 2 * S; local
56 gTextureData[offset + y * stride + x] = gray;
63 gTextureData[offset + y * stride + x] = white;
67 offset = S * stride;
70 gTextureData[offset + y * stride + x] = black;
74 offset = S * stride + S;
77 gTextureData[offset + y * stride + x] = gray;
123 gTextureData[offset + y * stride + x] =
129 4 * stride);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp20 GrGLsizei stride,
33 array->fStride != stride ||
41 stride,
47 array->fStride = stride;
14 set(const GrGpuGL* gpu, int index, GrGLVertexBuffer* buffer, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, GrGLvoid* offset) argument
/external/chromium_org/third_party/skia/src/utils/
H A DSkPathUtils.cpp20 // assumes stride is in bytes
100 int w, int h, int stride) {
104 //l2p_fn(path, &bitmap[i*stride], i, w);
105 Line2path_span(path, &bitmap[i*stride], i, w);
112 int w, int h, int stride) {
119 const char* line = &bitmap[y * stride];
98 BitsToPath_Path(SkPath* path, const char* bitmap, int w, int h, int stride) argument
110 BitsToPath_Region(SkPath* path, const char* bitmap, int w, int h, int stride) argument
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_frame.cc19 int stride,
23 stride_(stride),
35 uint8_t* dest = data() + stride() * dest_rect.top() +
40 dest += stride();
50 CopyPixelsFrom(src_frame.data() + src_frame.stride() * src_pos.y() +
52 src_frame.stride(), dest_rect);
68 memcpy(result->data() + y * result->stride(),
69 frame.data() + y * frame.stride(),
81 int stride,
83 : DesktopFrame(size, stride,
18 DesktopFrame(DesktopSize size, int stride, uint8_t* data, SharedMemory* shared_memory) argument
79 SharedMemoryDesktopFrame( DesktopSize size, int stride, SharedMemory* shared_memory) argument
[all...]
H A Ddesktop_frame.h34 int stride() const { return stride_; } function in class:webrtc::DesktopFrame
72 int stride,
112 int stride,
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointProduct.h25 static void run(Index size, Scalar* mat, Index stride, const Scalar* vecX, const Scalar* vecY, const Scalar& alpha) argument
32 Map<Matrix<Scalar,Dynamic,1> >(mat+stride*i+(UpLo==Lower ? i : 0), (UpLo==Lower ? size-i : (i+1)))
41 static void run(Index size, Scalar* mat, Index stride, const Scalar* vecX, const Scalar* vecY, const Scalar& alpha) argument
43 selfadjoint_rank1_update<Scalar,Index,ColMajor,UpLo==Lower?Upper:Lower,ConjRhs,ConjLhs>::run(size,mat,stride,vecY,vecX,alpha);
H A DSelfadjointRank2Update.h27 static void run(Scalar* mat, Index stride, const UType& u, const VType& v, const Scalar& alpha) argument
32 Map<Matrix<Scalar,Dynamic,1> >(mat+stride*i+i, size-i) +=
42 static void run(Scalar* mat, Index stride, const UType& u, const VType& v, const Scalar& alpha) argument
46 Map<Matrix<Scalar,Dynamic,1> >(mat+stride*i, i+1) +=
/external/libvpx/libvpx/examples/
H A Ddecode_to_md5.c29 // is processed, then U, then V. It is important to honor the image's `stride`
54 const int stride = img->stride[plane]; local
60 buf += stride;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py207 def stride(self): member in class:Format
H A Du_resource.c72 unsigned stride,
82 stride,
66 u_transfer_inline_write_vtbl( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
H A Du_transfer.c16 unsigned stride,
59 transfer->stride, /* bytes */
64 stride, /* bytes */
10 u_default_transfer_inline_write( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.h71 unsigned stride; member in struct:i915_texture
H A Di915_resource_buffer.c111 unsigned stride,
105 i915_buffer_transfer_inline_write( struct pipe_context *rm_ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
/external/mesa3d/src/gallium/include/state_tracker/
H A Ddrm_driver.h34 unsigned stride; member in struct:winsys_handle
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
H A Dd3d10tri.cpp104 unsigned stride = 2 * 4 * 4; local
106 ctx->IASetVertexBuffers(0, 1, &vb, &stride, &offset);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
H A Dd3d11tri.cpp106 unsigned stride = 2 * 4 * 4; local
108 ctx->IASetVertexBuffers(0, 1, &vb, &stride, &offset);
/external/mesa3d/src/gallium/winsys/sw/null/
H A Dnull_sw_winsys.c87 unsigned *stride)
98 unsigned *stride)
82 null_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
95 null_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) argument
/external/mesa3d/src/glx/
H A Drender2.c42 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument
54 else if (stride < k || order <= 0) {
74 __glFillMap1d(k, order, stride, pnts, (pc + 28));
89 if (stride != k) {
97 __glFillMap1d(k, order, stride, pnts, buf);
109 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument
121 else if (stride < k || order <= 0) {
141 __glFillMap1f(k, order, stride, pnts, (GLubyte *) (pc + 20));
152 if (stride != k) {
160 __glFillMap1f(k, order, stride, pnt
[all...]
H A Dvertarr.c49 __indirect_glColorPointerEXT(GLint size, GLenum type, GLsizei stride, argument
53 __indirect_glColorPointer(size, type, stride, pointer);
57 __indirect_glEdgeFlagPointerEXT(GLsizei stride, argument
61 __indirect_glEdgeFlagPointer(stride, pointer);
65 __indirect_glIndexPointerEXT(GLenum type, GLsizei stride, argument
69 __indirect_glIndexPointer(type, stride, pointer);
73 __indirect_glNormalPointerEXT(GLenum type, GLsizei stride, GLsizei count, argument
77 __indirect_glNormalPointer(type, stride, pointer);
81 __indirect_glTexCoordPointerEXT(GLint size, GLenum type, GLsizei stride, argument
85 __indirect_glTexCoordPointer(size, type, stride, pointe
89 __indirect_glVertexPointerEXT(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer) argument
101 __indirect_glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_span.c68 intel_offset_S8(uint32_t stride, uint32_t x, uint32_t y, bool swizzled) argument
73 uint32_t row_size = 64 * stride;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_sol.c174 unsigned stride = linked_xfb_info->BufferStride[i]; local
176 /* Skip any inactive buffers, which have a stride of 0. */
177 if (stride == 0)
180 unsigned max_for_this_buffer = xfb_obj->Size[i] / (4 * stride);
H A Dintel_span.c68 intel_offset_S8(uint32_t stride, uint32_t x, uint32_t y, bool swizzled) argument
73 uint32_t row_size = 64 * stride;

Completed in 429 milliseconds

1234567891011>>