Lines Matching refs:imageData
609 ResPixelBasedImageData* imageData = new(imageDataMemory) ResPixelBasedImageData(); in Create() local
611 imageData->m_DynamicAllocator = allocator; in Create()
612 imageData->m_Height = m_Description.height; in Create()
613 imageData->m_Width = m_Description.width; in Create()
614 imageData->m_LocationAddress = m_Description.locationAddress; in Create()
639 imageData->m_BitsPerPixel = static_cast<u32>(bytesizePerPixel * 8); in Create()
681 imageData->m_ImageDataTableCount = byteCount; in Create()
682 imageData->toImageDataTable.set_ptr(buffer); in Create()
686 imageData->m_ImageDataTableCount = 0; in Create()
687 imageData->toImageDataTable.set_ptr(NULL); in Create()
692 textureData->toImage.set_ptr(imageData); in Create()
744 ResPixelBasedImageData* imageData = new(imageDataMemory) ResPixelBasedImageData(); in Create() local
746 imageData->m_DynamicAllocator = allocator; in Create()
747 imageData->m_Height = m_Description.height; in Create()
748 imageData->m_Width = m_Description.width; in Create()
749 imageData->m_LocationAddress = m_Description.locationAddress; in Create()
754 imageData->m_BitsPerPixel = static_cast<u32>(bytesizePerPixel * 8); in Create()
778 imageData->m_ImageDataTableCount = byteCount; in Create()
779 imageData->toImageDataTable.set_ptr(buffer); in Create()
783 imageData->m_ImageDataTableCount = 0; in Create()
784 imageData->toImageDataTable.set_ptr(NULL); in Create()
789 textureData->toImage.set_ptr(imageData); in Create()