Searched refs:stride (Results 176 - 182 of 182) sorted by relevance

12345678

/frameworks/native/opengl/include/GLES2/
H A Dgl2.h525 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
668 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp295 pixmap.stride = nativeBitmap.rowBytes() / nativeBitmap.bytesPerPixel();
/frameworks/base/libs/hwui/
H A DGlopBuilder.cpp691 ALOGD(" vertices: buffer obj %x, flags %x, pos %p, tex %p, clr %p, stride %d",
693 vertices.position, vertices.texCoord, vertices.color, vertices.stride);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h525 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
668 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
1036 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBIPOINTERPROC) (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer);
1141 GL_APICALL void GL_APIENTRY glVertexAttribIPointer (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.cpp304 const void *pin, int stride, const void *gptr,
331 pi += stride;
303 rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int x2) argument
/frameworks/av/media/libstagefright/
H A DACodec.cpp3756 int32_t stride; local
3757 if (!msg->findInt32("stride", &stride)) {
3758 stride = width;
3761 video_def->nStride = stride;
4777 // we need stride and slice-height to be non-zero and sensible. These values were chosen to
4782 ALOGW("cannot describe color format 0x%x = %d with stride=%u and sliceHeight=%u",
4956 notify->setInt32("stride", videoDef->nStride);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h436 XAuint32 stride; member in struct:XADataFormat_RawImage_

Completed in 204 milliseconds

12345678