Home
last modified time | relevance | path

Searched defs:row (Results 1 – 10 of 10) sorted by relevance

/device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/
Dmatrix_access.inl7 GLM_FUNC_QUALIFIER genType row function
23 GLM_FUNC_QUALIFIER typename genType::row_type row function
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c617 const float *row = &A[i * ncols]; in matMultiplyVec() local
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp34 static int get_rgb_offset(int row, int width, int rgbStride) { in get_rgb_offset()
/device/generic/vulkan-cereal/third-party/stb/include/stb/
Dstb_image_write.h560 unsigned char *row = (unsigned char *) data + j * x * comp; in stbi_write_tga_core() local
1470 int row, col, i, k, subsample; in stbi_write_jpg_core() local
Dstb_image.h1204 int row; in stbi__vertical_flip() local
5857 int row = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load() local
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dstb_image_write.h560 unsigned char *row = (unsigned char *) data + j * x * comp; in stbi_write_tga_core() local
1470 int row, col, i, k, subsample; in stbi_write_jpg_core() local
Dstb_image.h1204 int row; in stbi__vertical_flip() local
5850 int row = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load() local
Dwuffs-v0.3.c16225 const uint8_t* row = pb->private_impl.planes[0].ptr + (stride * ((size_t)y)); in wuffs_base__pixel_buffer__color_u32_at() local
16319 uint8_t* row = pb->private_impl.planes[0].ptr + (stride * ((size_t)y)); in wuffs_base__pixel_buffer__set_color_u32_at() local
/device/generic/vulkan-cereal/stream-servers/tests/
DFrameBuffer_unittest.cpp763 for (uint32_t row = 0; row < mHeight; ++row) { in TEST_F() local
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXlibint.h671 #define CI_GET_CHAR_INFO_2D(fs,row,col,def,cs) \ argument