Searched refs:stride (Results 101 - 125 of 172) sorted by relevance

1234567

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec74 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
75 void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
/frameworks/rs/
H A Drs_hal.h221 const void *data, size_t sizeBytes, size_t stride);
225 size_t stride);
233 void *data, size_t sizeBytes, size_t stride);
237 size_t stride);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp48 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
50 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
53 GLsizei stride, const GLvoid *pointer, GLsizei count);
55 GLsizei stride, const GLvoid *pointer, GLsizei count);
57 GLsizei stride, const GLvoid *pointer, GLsizei count);
59 GLsizei stride, const GLvoid *pointer, GLsizei count);
61 GLsizei stride, const GLvoid *pointer, GLsizei count);
65 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
71 GLsizei stride, cons
64 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
70 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
[all...]
H A Dandroid_opengl_GLES10.cpp49 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
51 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
54 GLsizei stride, const GLvoid *pointer, GLsizei count);
56 GLsizei stride, const GLvoid *pointer, GLsizei count);
58 GLsizei stride, const GLvoid *pointer, GLsizei count);
60 GLsizei stride, const GLvoid *pointer, GLsizei count);
62 GLsizei stride, const GLvoid *pointer, GLsizei count);
66 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
67 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
72 GLsizei stride, cons
65 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
71 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
601 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2518 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2777 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3151 android_glVertexPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp53 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
55 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
58 GLsizei stride, const GLvoid *pointer, GLsizei count);
60 GLsizei stride, const GLvoid *pointer, GLsizei count);
62 GLsizei stride, const GLvoid *pointer, GLsizei count);
64 GLsizei stride, const GLvoid *pointer, GLsizei count);
66 GLsizei stride, const GLvoid *pointer, GLsizei count);
419 /* void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
422 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
437 (GLsizei)stride,
421 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3235 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3494 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3912 android_glVertexPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
4360 android_glColorPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
6101 android_glNormalPointer__III(JNIEnv *_env, jobject _this, jint type, jint stride, jint offset) argument
6304 android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
6327 android_glTexCoordPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
6757 android_glVertexPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
7173 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7197 android_glMatrixIndexPointerOES__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
7209 android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7233 android_glWeightPointerOES__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
[all...]
H A Dandroid_view_TextureView.cpp159 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format);
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp301 jint stride,
319 stride,
294 Java_android_filterfw_core_ShaderProgram_setShaderAttributeVertexFrame( JNIEnv* env, jobject thiz, jstring attr_name, jobject vertex_frame, jint type, jint component_count, jint stride, jint offset, jboolean normalize) argument
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp356 static void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) ;
358 int stride, const android_native_rect_t& rect) ;
541 void SurfaceMediaSourceTest::fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { argument
545 int yuvTexStrideY = stride;
572 int h, int stride, const android_native_rect_t& rect) {
574 int yuvTexStrideY = stride;
571 fillYV12BufferRect(uint8_t* buf, int w, int h, int stride, const android_native_rect_t& rect) argument
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp963 * pixel (x,y) is at pIn + pixelSize * x + stride * y + redOffset;
968 jint pixelSize, jint stride, jobject out) {
976 jint imageSize = stride * height;
983 etc1_encode_image((etc1_byte*) inB.getData(), width, height, pixelSize, stride,
993 * pixel (x,y) is at pIn + pixelSize * x + stride * y. Must be
999 jint pixelSize, jint stride) {
1007 jint imageSize = stride * height;
1015 width, height, pixelSize, stride);
966 etc1_encodeImage(JNIEnv *env, jclass clazz, jobject in, jint width, jint height, jint pixelSize, jint stride, jobject out) argument
996 etc1_decodeImage(JNIEnv *env, jclass clazz, jobject in, jobject out, jint width, jint height, jint pixelSize, jint stride) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java96 public void set(boolean normalize, int stride, int components, int type, float[] values) { argument
99 mStride = stride;
110 public void set(boolean normalize, int offset, int stride, int components, int type, argument
115 mStride = stride;
406 int stride, int offset, boolean normalize) {
408 attr.set(normalize, offset, stride, components, type, vbo);
405 setAttributeValues(String attributeName, int vbo, int type, int components, int stride, int offset, boolean normalize) argument
/frameworks/native/libs/gui/
H A DSurface.cpp957 const size_t dbpr = static_cast<uint32_t>(dst->stride) * bpp;
958 const size_t sbpr = static_cast<uint32_t>(src->stride) * bpp;
966 static_cast<uint32_t>(r.left + src->stride * r.top) * bpp;
968 static_cast<uint32_t>(r.left + dst->stride * r.top) * bpp;
1078 outBuffer->stride = backBuffer->stride;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp538 GLboolean normalized, GLsizei stride, const GLvoid* ptr,
541 GLboolean normalized, GLsizei stride, const GLvoid* ptr,
572 // copy argument stride
576 arg_stride->add_intvalue(stride);
587 p += stride == 0 ? perVertexSize : stride;
650 GLsizei stride = glGetVertexAttrib(context, index, GL_VERTEX_ATTRIB_ARRAY_STRIDE); local
655 index, size, type, norm, stride, ptr,
536 trace_glVertexAttribPointerData(GLTraceContext *context, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr, GLuint minIndex, GLuint maxIndex, nsecs_t startTime) argument
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp713 jint offset, jint stride, jint width, jint height,
718 if (n < SkAbs32(stride) * (size_t)height) {
738 GraphicsJNI::SetPixels(env, jColors, offset, stride,
1196 jintArray pixelArray, jint offset, jint stride,
1216 d += stride;
1244 jintArray pixelArray, jint offset, jint stride,
1248 GraphicsJNI::SetPixels(env, pixelArray, offset, stride,
712 Bitmap_creator(JNIEnv* env, jobject, jintArray jColors, jint offset, jint stride, jint width, jint height, jint configHandle, jboolean isMutable) argument
1195 Bitmap_getPixels(JNIEnv* env, jobject, jlong bitmapHandle, jintArray pixelArray, jint offset, jint stride, jint x, jint y, jint width, jint height) argument
1243 Bitmap_setPixels(JNIEnv* env, jobject, jlong bitmapHandle, jintArray pixelArray, jint offset, jint stride, jint x, jint y, jint width, jint height) argument
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1432 * @param stride The number of colors in the array between rows (must be
1449 public void drawBitmap(@NonNull int[] colors, int offset, int stride, float x, float y, argument
1458 if (Math.abs(stride) < width) {
1459 throw new IllegalArgumentException("abs(stride) must be >= width");
1461 int lastScanline = offset + (height - 1) * stride;
1472 native_drawBitmap(mNativeCanvasWrapper, colors, offset, stride, x, y, width, height, hasAlpha,
1485 public void drawBitmap(@NonNull int[] colors, int offset, int stride, int x, int y, argument
1488 drawBitmap(colors, offset, stride, (float)x, (float)y, width, height,
2078 int offset, int stride, float x,
2077 native_drawBitmap(long nativeCanvas, int[] colors, int offset, int stride, float x, float y, int width, int height, boolean hasAlpha, long nativePaintOrZero) argument
/frameworks/native/opengl/include/GLES/
H A Dgl.h649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
706 GL_API void GL_APIENTRY glNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer);
725 GL_API void GL_APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
737 GL_API void GL_APIENTRY glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
757 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const GLvoid *pointer);
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp188 status_t SoftAVC::setParams(size_t stride) { argument
192 s_ctl_ip.u4_disp_wd = (UWORD32)stride;
202 ALOGV("Set the run-time (dynamic) parameters stride = %zu", stride);
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp145 status_t SoftHEVC::setParams(size_t stride) { argument
149 s_ctl_ip.u4_disp_wd = (UWORD32)stride;
159 ALOGV("Set the run-time (dynamic) parameters stride = %zu", stride);
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp144 status_t SoftMPEG2::setParams(size_t stride) { argument
148 s_ctl_ip.u4_disp_wd = (UWORD32)stride;
158 ALOGV("Set the run-time (dynamic) parameters stride = %zu", stride);
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp406 // stride is the minimum number of filter coefficients processed per loop iteration.
407 // We currently only allow a stride of 16 to match with SIMD processing.
411 // Note: A stride of 2 is achieved with non-SIMD processing.
412 int stride = ((c.mHalfNumCoefs & 7) == 0) ? 16 : 2; local
413 LOG_ALWAYS_FATAL_IF(stride < 16, "Resampler stride must be 16 or more");
416 // stride 16 (falls back to stride 2 for machines that do not support NEON)
473 printf("channels:%d %s stride:%d %s coef:%d shift:%d\n",
475 stride, useS3
[all...]
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h574 buffer_handle_t** buffer, int *stride)
582 *stride = anb->stride;
573 __dequeue_buffer(struct preview_stream_ops* w, buffer_handle_t** buffer, int *stride) argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp365 destYStride = imgBuffer.stride;
465 // Copy Y plane, adjusting for stride
470 ySrc += src.stride;
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp226 mDecoderConfig.output.u.RGBA.stride = currStride * 4;
227 mDecoderConfig.output.u.RGBA.size = mDecoderConfig.output.u.RGBA.stride * currIter.height;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h136 int format, int stride);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1875 // C function void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLint offset )
1882 int stride,
1886 // C function void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr )
1893 int stride,
1903 int stride,
1911 stride,
1877 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, int offset ) argument
1888 glVertexAttribPointerBounds( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr, int remaining ) argument
1898 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr ) argument
H A DGLES30.java923 // C function void glVertexAttribIPointer ( GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
929 int stride,
938 int stride,
945 stride,
951 // C function void glVertexAttribIPointer ( GLuint index, GLint size, GLenum type, GLsizei stride, GLsizei offset )
957 int stride,
925 glVertexAttribIPointerBounds( int index, int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
934 glVertexAttribIPointer( int index, int size, int type, int stride, java.nio.Buffer pointer ) argument
953 glVertexAttribIPointer( int index, int size, int type, int stride, int offset ) argument

Completed in 958 milliseconds

1234567