Home
last modified time | relevance | path

Searched defs:stride (Results 976 - 1000 of 1190) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp577 multiDrawArraysIndirect(const gl::Context *context, gl::PrimitiveMode mode, const void *indirect, GLsizei drawcount, GLsizei stride) multiDrawArraysIndirect() argument
629 multiDrawElementsIndirect(const gl::Context *context, gl::PrimitiveMode mode, gl::DrawElementsType type, const void *indirect, GLsizei drawcount, GLsizei stride) multiDrawElementsIndirect() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp2236 static const GLsizei stride = 4; in iterate() local
3230 static const GLsizei stride = 4; in iterate() local
H A Dgl3cCullDistanceTests.cpp2125 const glw::GLint stride = static_cast<glw::GLint>(n_pervertex_float_attributes * sizeof(glw::GLfloat)); in configureVAO() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp279 int stride = gridSize + 1; in QuadGrid() local
713 int stride = gridSize + 1; in computeVertexReference() local
[all...]
H A DglcUniformBlockCase.cpp460 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout() local
487 int stride = getDataTypeArrayStride(elemBasicType); in computeStd140Layout() local
510 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.cpp1062 MultiDrawArraysIndirectGeneral(ContextImpl *contextImpl, const gl::Context *context, gl::PrimitiveMode mode, const void *indirect, GLsizei drawcount, GLsizei stride) MultiDrawArraysIndirectGeneral() argument
1132 MultiDrawElementsIndirectGeneral(ContextImpl *contextImpl, const gl::Context *context, gl::PrimitiveMode mode, gl::DrawElementsType type, const void *indirect, GLsizei drawcount, GLsizei stride) MultiDrawElementsIndirectGeneral() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h1028 drawIndexedIndirect(const Buffer &buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndexedIndirect() argument
1037 drawIndirect(const Buffer &buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndirect() argument
1751 getResults(VkDevice device, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *data, VkDeviceSize stride, VkQueryResultFlags flags) const getResults() argument
H A DContextVk.h1259 onVertexAttributeChange(size_t attribIndex, GLuint stride, GLuint divisor, angle::FormatID format, bool compressed, GLuint relativeOffset, const vk::BufferHelper *vertexBuffer) onVertexAttributeChange() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31.cpp577 ValidateMultiDrawIndirectBase(const Context *context, angle::EntryPoint entryPoint, GLsizei drawcount, GLsizei stride) ValidateMultiDrawIndirectBase() argument
1278 ValidateBindVertexBuffer(const Context *context, angle::EntryPoint entryPoint, GLuint bindingIndex, BufferID buffer, GLintptr offset, GLsizei stride) ValidateBindVertexBuffer() argument
H A DvalidationES1.cpp80 ValidateBuiltinVertexAttributeCommon(const Context *context, angle::EntryPoint entryPoint, ClientVertexArrayType arrayType, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateBuiltinVertexAttributeCommon() argument
781 ValidateColorPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateColorPointer() argument
1271 ValidateNormalPointer(const Context *context, angle::EntryPoint entryPoint, VertexAttribType type, GLsizei stride, const void *pointer) ValidateNormalPointer() argument
1480 ValidateTexCoordPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateTexCoordPointer() argument
1623 ValidateVertexPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateVertexPointer() argument
1724 ValidateMatrixIndexPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateMatrixIndexPointerOES() argument
1735 ValidateWeightPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateWeightPointerOES() argument
1746 ValidatePointSizePointerOES(const Context *context, angle::EntryPoint entryPoint, VertexAttribType type, GLsizei stride, const void *pointer) ValidatePointSizePointerOES() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp1997 void drawArraysWithStrideAndRelativeOffset(GLint stride, GLuint relativeOffset) in drawArraysWithStrideAndRelativeOffset() argument
2676 GLsizei stride; global() member
2810 GLsizei stride = TypeStride(data.type) * baseStride; TEST_P() local
2858 GLsizei stride = TypeStride(data.type) * baseStride; TEST_P() local
3244 uint32_t stride = sizeof(Vertex); TEST_P() local
[all...]
H A DGLSLTest.cpp4570 GLint stride; in TEST_P() member
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp3806 GL_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) GL_VertexAttribPointer() argument
H A Dentry_points_gles_3_0_autogen.cpp2998 GL_VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_VertexAttribIPointer() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
H A DlibGLESv1_CM.cpp288 void GL_APIENTRY glColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glColorPointer() argument
604 void GL_APIENTRY glNormalPointer(GLenum type, GLsizei stride, const void *pointer) in glNormalPointer() argument
705 void GL_APIENTRY glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glTexCoordPointer() argument
782 void GL_APIENTRY glVertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glVertexPointer() argument
844 glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glMatrixIndexPointerOES() argument
852 glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glWeightPointerOES() argument
858 glPointSizePointerOES(GLenum type, GLsizei stride, const void *pointer) glPointSizePointerOES() argument
[all...]
/third_party/skia/src/core/
H A DSkVM.cpp664 Ptr Builder::arg(int stride) { in arg() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h201 GLsizei stride() const in stride() function in es2::VertexAttribute
H A DlibGLESv3.cpp1810 void GL_APIENTRY VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in VertexAttribIPointer() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp1345 auto stride = getType(type.element).componentCount * static_cast<uint32_t>(sizeof(float)); in WalkAccessChain() local
1400 auto stride = getType(elementType).componentCount; in WalkLiteralAccessChain() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.hpp128 unsigned int stride[MAX_VERTEX_INPUTS]; member
H A DVertexProcessor.cpp203 void VertexProcessor::setTransformFeedbackBuffer(int index, sw::Resource* buffer, int offset, unsigned int reg, unsigned int row, unsigned int col, unsigned int stride) in setTransformFeedbackBuffer() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp575 CmdDrawIndirect(vk::Buffer *buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) in CmdDrawIndirect() argument
598 const uint32_t stride; member in __anon22994::CmdDrawIndirect
604 CmdDrawIndexedIndirect(vk::Buffer *buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) in CmdDrawIndexedIndirect() argument
627 const uint32_t stride; member in __anon22994::CmdDrawIndexedIndirect
1186 CmdCopyQueryPoolResults(const vk::QueryPool *queryPool, uint32_t firstQuery, uint32_t queryCount, vk::Buffer *dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) CmdCopyQueryPoolResults() argument
1212 const VkDeviceSize stride; global() member in __anon22994::CmdCopyQueryPoolResults
1409 copyQueryPoolResults(const QueryPool *queryPool, uint32_t firstQuery, uint32_t queryCount, Buffer *dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) copyQueryPoolResults() argument
1703 drawIndirect(Buffer *buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndirect() argument
1708 drawIndexedIndirect(Buffer *buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndexedIndirect() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c575 int stride = PAD(pw, pad); in tjBufSizeYUV2() local
641 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride, in tjPlaneSizeYUV() argument
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c849 AlphaApplyFilter(ALPHDecoder* const alph_dec, int first_row, int last_row, uint8_t* out, int stride) AlphaApplyFilter() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_msa.c340 static void VFilter16(uint8_t* src, int stride, in VFilter16() argument
359 HFilter16(uint8_t* src, int stride, int b_limit_in, int limit_in, int thresh_in) HFilter16() argument
420 VFilterHorEdge16i(uint8_t* src, int stride, int b_limit, int limit, int thresh) VFilterHorEdge16i() argument
435 VFilter16i(uint8_t* src_y, int stride, int b_limit, int limit, int thresh) VFilter16i() argument
442 HFilterVertEdge16i(uint8_t* src, int stride, int b_limit, int limit, int thresh) HFilterVertEdge16i() argument
472 HFilter16i(uint8_t* src_y, int stride, int b_limit, int limit, int thresh) HFilter16i() argument
480 VFilter8(uint8_t* src_u, uint8_t* src_v, int stride, int b_limit_in, int limit_in, int thresh_in) VFilter8() argument
525 HFilter8(uint8_t* src_u, uint8_t* src_v, int stride, int b_limit_in, int limit_in, int thresh_in) HFilter8() argument
561 VFilter8i(uint8_t* src_u, uint8_t* src_v, int stride, int b_limit_in, int limit_in, int thresh_in) VFilter8i() argument
592 HFilter8i(uint8_t* src_u, uint8_t* src_v, int stride, int b_limit_in, int limit_in, int thresh_in) HFilter8i() argument
625 SimpleVFilter16(uint8_t* src, int stride, int b_limit_in) SimpleVFilter16() argument
635 SimpleHFilter16(uint8_t* src, int stride, int b_limit_in) SimpleHFilter16() argument
662 SimpleVFilter16i(uint8_t* src_y, int stride, int b_limit_in) SimpleVFilter16i() argument
668 SimpleHFilter16i(uint8_t* src_y, int stride, int b_limit_in) SimpleHFilter16i() argument
[all...]

Completed in 83 milliseconds

1...<<31323334353637383940>>...48