Searched refs:stride (Results 126 - 150 of 207) sorted by relevance

123456789

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp331 VKAPI_ATTR VkResult GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags);
390 VKAPI_ATTR void CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride);
391 VKAPI_ATTR void CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride);
413 VKAPI_ATTR void CmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags);
823 VKAPI_ATTR VkResult GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) { argument
824 return GetData(device).dispatch.GetQueryPoolResults(device, queryPool, firstQuery, queryCount, dataSize, pData, stride, flags);
1059 VKAPI_ATTR void CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) { argument
1060 GetData(commandBuffer).dispatch.CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride);
1063 VKAPI_ATTR void CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) { argument
1064 GetData(commandBuffer).dispatch.CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, stride);
1151 CmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) argument
1475 vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) argument
1770 vkCmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) argument
1775 vkCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) argument
1885 vkCmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) argument
[all...]
/frameworks/base/core/jni/
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
614 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2687 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2966 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3370 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);
421 /* void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
424 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
442 (GLsizei)stride,
423 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3399 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3678 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
4126 android_glVertexPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
4610 android_glColorPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
6487 android_glNormalPointer__III(JNIEnv *_env, jobject _this, jint type, jint stride, jint offset) argument
6702 android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
6731 android_glTexCoordPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
7185 android_glVertexPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
7625 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7655 android_glMatrixIndexPointerOES__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
7667 android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7697 android_glWeightPointerOES__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
[all...]
H A Dandroid_opengl_GLES32.cpp47 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
49 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
52 GLsizei stride, const GLvoid *pointer, GLsizei count);
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);
64 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
65 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
70 GLsizei stride, cons
63 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
69 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
[all...]
H A Dandroid_view_TextureView.cpp160 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format);
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.cpp415 // stride is the minimum number of filter coefficients processed per loop iteration.
416 // We currently only allow a stride of 16 to match with SIMD processing.
420 // Note: A stride of 2 is achieved with non-SIMD processing.
421 int stride = ((c.mHalfNumCoefs & 7) == 0) ? 16 : 2; local
422 LOG_ALWAYS_FATAL_IF(stride < 16, "Resampler stride must be 16 or more");
425 // stride 16 (falls back to stride 2 for machines that do not support NEON)
482 printf("channels:%d %s stride:%d %s coef:%d shift:%d\n",
484 stride, useS3
[all...]
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp141 status_t SoftAVC::setParams(size_t stride) { argument
145 s_ctl_ip.u4_disp_wd = (UWORD32)stride;
155 ALOGV("Set the run-time (dynamic) parameters stride = %zu", stride);
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp137 status_t SoftHEVC::setParams(size_t stride) { argument
141 s_ctl_ip.u4_disp_wd = (UWORD32)stride;
151 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/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.cpp238 mDecoderConfig.output.u.RGBA.stride = currStride * 4;
239 mDecoderConfig.output.u.RGBA.size = mDecoderConfig.output.u.RGBA.stride * currIter.height;
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp143 buffer->stride, buffer->format);
153 buffer->handle, buffer->width, buffer->height, buffer->stride,
H A DCpuConsumer.cpp188 nativeBuffer->stride = (ycbcr.y != NULL) ?
/frameworks/rs/rsov/compiler/
H A DWrapper.cpp42 const size_t stride = m->getSize(elementType); local
43 ArrTy->decorate(Decoration::ArrayStride)->addExtraOperand(stride);
/frameworks/av/include/media/omx/1.0/
H A DConversion.h561 t->attr.stride = l.getStride();
593 ints[3] = static_cast<int32_t>(t.attr.stride);
657 t->attr.anwBuffer.stride = 0;
665 t->attr.anwBuffer.stride = l.mGraphicBuffer->getStride();
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h142 int format, int stride);
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1445 * @param stride The number of colors in the array between rows (must be >= width or <= -width).
1459 public void drawBitmap(@NonNull int[] colors, int offset, int stride, float x, float y, argument
1461 super.drawBitmap(colors, offset, stride, x, y, width, height, hasAlpha, paint);
1473 public void drawBitmap(@NonNull int[] colors, int offset, int stride, int x, int y, argument
1475 super.drawBitmap(colors, offset, stride, x, y, width, height, hasAlpha, paint);
/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.cpp142 // Android stride is in pixels, Skia stride is in bytes
145 nativeWrapper.installPixels(nativeConfig, nativeBuffer.data, nativeBuffer.stride * 4);
/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.java946 // C function void glVertexAttribIPointer ( GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
952 int stride,
961 int stride,
968 stride,
974 // C function void glVertexAttribIPointer ( GLuint index, GLint size, GLenum type, GLsizei stride, GLsizei offset )
980 int stride,
948 glVertexAttribIPointerBounds( int index, int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
957 glVertexAttribIPointer( int index, int size, int type, int stride, java.nio.Buffer pointer ) argument
976 glVertexAttribIPointer( int index, int size, int type, int stride, int offset ) argument
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h23 stride_(buffer.stride()),
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h488 GLAPI void APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
544 GLAPI void APIENTRY glNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer);
566 GLAPI void APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
577 GLAPI void APIENTRY glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec142 void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLint offset )
143 void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr )
H A DGLES30.spec45 void glVertexAttribIPointer ( GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
46 void glVertexAttribIPointer ( GLuint index, GLint size, GLenum type, GLsizei stride, GLsizei offset )
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h80 VKAPI_ATTR VkResult GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags);
139 VKAPI_ATTR void CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride);
140 VKAPI_ATTR void CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride);
162 VKAPI_ATTR void CmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags);

Completed in 1635 milliseconds

123456789