/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTestsEXT.cpp | 94 uint32_t stride; member 356 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument [all...] |
H A D | vktMeshShaderBuiltinTests.cpp | 305 const auto stride = static_cast<uint32_t>(sizeof(decltype(m_params.drawArgs)::value_type)); in iterate() local
|
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 414 const auto stride = static_cast<uint32_t>(sizeof(decltype(m_params.drawArgs)::value_type)); in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 1915 bindVertexBuffer(const Context *context, GLuint bindingIndex, Buffer *boundBuffer, GLintptr offset, GLsizei stride) bindVertexBuffer() argument
|
H A D | State.h | 479 setVertexAttribPointer(const Context *context, unsigned int attribNum, Buffer *boundBuffer, GLint size, VertexAttribType type, bool normalized, GLsizei stride, const void *pointer) setVertexAttribPointer() argument 493 setVertexAttribIPointer(const Context *context, unsigned int attribNum, Buffer *boundBuffer, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) setVertexAttribIPointer() argument
|
H A D | Context_gles_1_0.cpp | 101 void Context::colorPointer(GLint size, VertexAttribType type, GLsizei stride, const void *ptr) in colorPointer() argument 106 type == VertexAttribType::UnsignedByte, stride, ptr); in colorPointer() local 420 void Context::normalPointer(VertexAttribType type, GLsizei stride, const void *ptr) in normalPointer() argument 422 vertexAttribPointer(vertexArrayIndex(ClientVertexArrayType::Normal), 3, type, GL_FALSE, stride, in normalPointer() local 528 void Context::texCoordPointer(GLint size, VertexAttribType type, GLsizei stride, const void *ptr) in texCoordPointer() argument 531 stride, ptr); in texCoordPointer() local 595 void Context::vertexPointer(GLint size, VertexAttribType type, GLsizei stride, const void *ptr) in vertexPointer() argument 598 stride, ptr); in vertexPointer() local 666 void Context::matrixIndexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in matrixIndexPointer() argument 671 void Context::weightPointer(GLint size, GLenum type, GLsizei stride, cons argument 677 pointSizePointer(VertexAttribType type, GLsizei stride, const void *ptr) pointSizePointer() argument 680 stride, ptr); pointSizePointer() local [all...] |
H A D | validationES31.cpp | 577 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 D | validationES1.cpp | 80 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/libANGLE/capture/ |
H A D | capture_gles_2_0_autogen.cpp | 3156 CaptureVertexAttribPointer(const State &glState, bool isCallValid, GLuint index, GLint size, VertexAttribType typePacked, GLboolean normalized, GLsizei stride, const void *pointer) CaptureVertexAttribPointer() argument
|
H A D | capture_gles_3_0_autogen.cpp | 2698 CaptureVertexAttribIPointer(const State &glState, bool isCallValid, GLuint index, GLint size, VertexAttribType typePacked, GLsizei stride, const void *pointer) CaptureVertexAttribIPointer() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Blit11.cpp | 855 UINT stride = 0; in swizzleTexture() local 982 UINT stride = 0; in copyTexture() local 1086 UINT stride = 0; in copyDepth() local
|
H A D | Context11.cpp | 577 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/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuildSPIRV.cpp | 910 const uint32_t stride = GetArrayStrideInBlock(var, isStd140); in declareType() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.h | 131 GLuint stride = 16; member
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 2236 static const GLsizei stride = 4; in iterate() local 3230 static const GLsizei stride = 4; in iterate() local
|
H A D | gl3cCullDistanceTests.cpp | 2125 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 D | glcShaderRenderCase.cpp | 279 int stride = gridSize + 1; in QuadGrid() local 713 int stride = gridSize + 1; in computeVertexReference() local [all...] |
H A D | glcUniformBlockCase.cpp | 460 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 D | renderer_utils.cpp | 1062 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 D | vk_wrapper.h | 1028 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 D | ContextVk.h | 1259 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/tests/gl_tests/ |
H A D | VertexAttributeTest.cpp | 1997 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...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_2_0_autogen.cpp | 3806 GL_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) GL_VertexAttribPointer() argument
|
H A D | entry_points_gles_3_0_autogen.cpp | 2998 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 D | libGLESv1_CM.cpp | 288 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...] |